#main{ background-color: rgba(255,255,255,0.7); max-width: 500px; padding: 20px 70px; 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: 3rem;
}
.footer a{ text-decoration: none;}