.webauthn-login-panel {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}

.webauthn-login-panel .btn {
    width: 100%;
    margin-bottom: 12px;
}

.btn-webauthn-alt {
    background: transparent;
    border: 1px solid rgba(30, 75, 51, .52);
    color: #1e4b33;
    padding: 13px 20px;
}

.btn-webauthn-alt:hover {
    background: rgba(30, 75, 51, .08);
    color: #1e4b33;
}

.webauthn-back {
    display: block;
    margin: 0 0 16px;
    cursor: pointer;
}

.webauthn-profile {
    padding: 12px 0;
    border-top: 1px solid rgba(30, 75, 51, .2);
}

.webauthn-profile-status {
    display: block;
    margin-bottom: 10px;
    color: #1e4b33;
}

.webauthn-error {
    margin-bottom: 16px;
}

#ask-webauthn .section-meta {
    text-align: center;
}

#ask-webauthn .section-meta p {
    margin-bottom: 16px;
}

#ask-webauthn .btn_ask_no,
#ask-webauthn .btn_ask_yes {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 0 10px !important;
    padding: 13px 20px !important;
    white-space: nowrap;
}

#ask-webauthn .btn_ask_yes {
    margin-bottom: 0 !important;
}

#ask-webauthn .btn span {
    display: block;
    white-space: nowrap;
}
