/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1771355830
Updated: 2026-02-17 20:17:10

*/



/* CONTENEDOR DEL LOGIN */
.woocommerce-form.woocommerce-form-login.login {
    max-width: 380px;
    margin: 0 auto;
    padding: 40px 35px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    font-family: inherit;
}

/* TÍTULOS */
.woocommerce-form-login h2,
.woocommerce-form-login legend {
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 500;
}

/* CAMPOS */
.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"],
.woocommerce-form-login input[type="email"] {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* FOCUS */
.woocommerce-form-login input:focus {
    border-color: #bfa37c; /* color suave / espiritual */
    background: #fff;
    outline: none;
}

/* LABELS */
.woocommerce-form-login label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #555;
}

/* BOTÓN */
.woocommerce-form-login button {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    border-radius: 30px;
    background: linear-gradient(135deg, #bfa37c, #e4d1b0);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* HOVER BOTÓN */
.woocommerce-form-login button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(191,163,124,0.35);
}

/* RECORDAR CONTRASEÑA */
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* LINKS */
.woocommerce-form-login a {
    color: #bfa37c;
    text-decoration: none;
    font-size: 14px;
}

.woocommerce-form-login a:hover {
    text-decoration: underline;
}

/* MENSAJES */
.woocommerce-error,
.woocommerce-message {
    border-radius: 12px;
}

.woocommerce-account h2,
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
	display: none !important;
}