#wp-webauthn {
    float: right;
    margin-right: 5px;
}
#wp-webauthn span {
    line-height: 30px;
}
#wp-webauthn-check {
    display: none!important;
}
.wp-webauthn-notice {
    font-size: 18px;
    text-align: center;
    height: 74.25px;
    line-height: 74.25px;
    margin-bottom: 10px;
    opacity: .8;
    display: none;
    pointer-events: none;
}
.wp-webauthn-notice span {
    line-height: unset;
}
.wp-webauthn-notice .wwa-success {
    color: #2C8D46;
}
.wp-webauthn-notice .wwa-failed {
    color: #CA4A1F;
}
.wwa-try-username {
    transform: translateY(-60px);
    display: inline-block;
    font-size: 12px;
    opacity: .7;
    color: black;
    pointer-events: none;
}
#loginform.wwa-webauthn-only {
    padding-bottom: 30px;
}
@media(max-width: 782px){
    #wp-webauthn span {
        line-height: 38px;
    }
}