/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* CSS para aplicar el estilo completo al formulario personalizado de registro */

/* Contenedor del formulario */
#custom-registration-form {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}

/* Título del formulario */
#custom-registration-form h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333333;
}

/* Etiquetas de los campos */
#custom-registration-form label {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    margin-bottom: 5px;
    display: block;
}

/* Campos de entrada */
#custom-registration-form input[type="text"],
#custom-registration-form input[type="email"],
#custom-registration-form input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Efecto de foco en los campos */
#custom-registration-form input[type="text"]:focus,
#custom-registration-form input[type="email"]:focus,
#custom-registration-form input[type="password"]:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Botón de registro */
#custom-registration-form button[type="submit"] {
    background-color: #007bff;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
}

#custom-registration-form button[type="submit"]:hover {
    background-color: #0056b3;
}

/* Mensaje debajo del campo de correo electrónico */
#custom-registration-form p {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

/* Política de privacidad */
#custom-registration-form .woocommerce-privacy-policy-text {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

#custom-registration-form .woocommerce-privacy-policy-text a {
    color: #007bff;
    text-decoration: none;
}

#custom-registration-form .woocommerce-privacy-policy-text a:hover {
    text-decoration: underline;
}

/* Ajuste de los campos */
#custom-registration-form .form-row {
    margin-bottom: 20px;
}

/* Ajustes de estado */
#custom-registration-form .status {
    display: none;
}



.error-message {
    color: #d9534f; /* Cambia este valor */
}