.footer-links li:nth-child(6){
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
}
.footer-links li:nth-child(6) a{
     color: #003291;
}
.userAuth-container label {
     width: auto !important; 
}
 
@media only screen and (max-width: 600px) {
.userAuth-container input {
        width: 100%;
     }    
}