input{ background-color: #EEE !important; }
#main{ background-color: rgba(255,255,255,1); max-width: 400px; padding: 20px 40px; border-radius: 15px; }
#username-validation-input{ border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom: 0; }
#floatingInput{
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#floatingPassword{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.footer{
    font-size: 14px; margin-top: 1rem;
}
.footer a{ text-decoration: none;}