/* Estilos para el botón "Entrar" */
body .ur-frontend-form .ur-form-row .ur-form-grid input[type="submit"].user-registration-Button.button,
body .ur-frontend-form button[type="submit"].user-registration-Button.button,
body .user-registration-Button.button,
body input[type="submit"].user-registration-Button.button {
    display: inline-block !important;
    font-weight: 400 !important;
    color: white !important;
    text-align: center !important;
    white-space: nowrap !important;
    user-select: none !important;
    background-color: #EA7B16 !important;
    border: 1px solid #EA7B16 !important;
    padding: 0.5rem 1rem !important;
    font-size: 1rem !important;
    border-radius: 3px !important;
    transition: all 0.3s !important;
    line-height: 1.5 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    text-transform: none !important;
    position: static !important;
}

/* Estilos para el botón en hover */
body .ur-frontend-form .ur-form-row .ur-form-grid input[type="submit"].user-registration-Button.button:hover,
body .ur-frontend-form button[type="submit"].user-registration-Button.button:hover,
body .user-registration-Button.button:hover,
body input[type="submit"].user-registration-Button.button:hover {
    background-color: #D56A0F !important;
    border-color: #D56A0F !important;
    color: white !important;
}

/* Estilos para el enlace "¿Has perdido tu contraseña?" */
.ur-frontend-form .ur-form-row .ur-form-grid .lost_password a,
.user-registration-LostPassword.lost_password a {
    color: #EA7B16 !important; /* Mismo color que el botón */
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s !important;
}

/* Estilos para el enlace en hover */
.ur-frontend-form .ur-form-row .ur-form-grid .lost_password a:hover,
.user-registration-LostPassword.lost_password a:hover {
    color: #D56A0F !important; /* Mismo color que el hover del botón */
    text-decoration: underline !important;
}

/* Estilos para el botón de restablecimiento de contraseña */
#custom-password-reset-form input[type="submit"],
.elementor-shortcode #custom-password-reset-form input[type="submit"] {
    display: inline-block !important;
    font-weight: 400 !important;
    color: white !important;
    text-align: center !important;
    white-space: nowrap !important;
    user-select: none !important;
    background-color: #EA7B16 !important;
    border: 1px solid #EA7B16 !important;
    padding: 0.5rem 1rem !important;
    font-size: 1rem !important;
    border-radius: 3px !important;
    transition: all 0.3s !important;
    line-height: 1.5 !important;
    width: auto !important;
    height: auto !important;
    margin: 10px 0 0 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    text-transform: none !important;
    position: static !important;
    cursor: pointer !important;
}

/* Estilos para el botón de restablecimiento de contraseña en hover */
#custom-password-reset-form input[type="submit"]:hover,
.elementor-shortcode #custom-password-reset-form input[type="submit"]:hover {
    background-color: #D56A0F !important;
    border-color: #D56A0F !important;
    color: white !important;
}

/* Estilos para el botón "Guardar nueva contraseña" */
input[type="submit"][value="Guardar nueva contraseña"],
.elementor-shortcode input[type="submit"][value="Guardar nueva contraseña"] {
    display: inline-block !important;
    font-weight: 400 !important;
    color: white !important;
    text-align: center !important;
    white-space: nowrap !important;
    user-select: none !important;
    background-color: #EA7B16 !important;
    border: 1px solid #EA7B16 !important;
    padding: 0.5rem 1rem !important;
    font-size: 1rem !important;
    border-radius: 3px !important;
    transition: all 0.3s !important;
    line-height: 1.5 !important;
    width: auto !important;
    height: auto !important;
    margin: 10px 0 0 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    text-transform: none !important;
    position: static !important;
    cursor: pointer !important;
}

/* Estilos para el botón "Guardar nueva contraseña" en hover */
input[type="submit"][value="Guardar nueva contraseña"]:hover,
.elementor-shortcode input[type="submit"][value="Guardar nueva contraseña"]:hover {
    background-color: #D56A0F !important;
    border-color: #D56A0F !important;
    color: white !important;
}