/* Estilos específicos para el formulario OTP/TOTP en Keycloak */
/*override para mostrar campos de entrada */
/* Forzar mostrar los labels de One-time code y Device Name en el formulario TOTP */
form#kc-totp-settings-form .col-xs-12 > label.pf-c-form__label-text[for="totp"],
form#kc-totp-settings-form .col-xs-12 > label.pf-c-form__label-text[for="userLabel"] {
    display: inline-block !important;
}
/* Mostrar los labels de One-time code y Device Name en el formulario TOTP */
#kc-totp-settings-form label[for="totp"].pf-c-form__label-text,
#kc-totp-settings-form label[for="userLabel"].pf-c-form__label-text {
    display: inline-block !important;
}
#kc-idp-review-profile-form .pf-c-form__label-text{
    display: inline-block !important;
}