/* Estilos para el botón de inicio de sesión */
.webauthn-login-btn {
    width: 8rem !important;
    background-color: #fff;
    border: none;
    cursor: pointer;
    align-items: center;
    font-size: 16px;
    max-width: 32rem !important;
    display: block;
}

.webauthn-registration-page button:hover {
   background-color: #F0F0F0;
}

.webauthn-login-btn img {
    width: 28px;
    height: auto;
    /* margin-right: 8px; */
    max-width: 30px;}

/* Estilos para la página de registro de biométricos */
.webauthn-registration-page button {
    margin: 10px 0;
}

.delete-credential-btn {
    margin-left: 10px;
    background-color: #CF2E2E;
    color: #ffffff;
    cursor: pointer;
}
.delete-credential-btn:hover {
    background-color: #FF6A6A;
}


