.elementor-6169 .elementor-element.elementor-element-58c3ac2d{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-15b59e8 *//* BOTÃO: Estilo correto com hover invertido */
input[type="submit"], 
button[type="submit"],
button.wp-reset-pass-submit,
.button, 
.wp-reset-pass-submit {
    background: #173E7E !important;
    color: #fff !important;
    border: 1px solid #173E7E !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
    padding: 10px 32px !important;
    font-family: 'Montserrat', Mont, sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    letter-spacing: 0.5px;
    margin: 15px 0 !important;
    cursor: pointer;
}

/* HOVER: Inverte as cores */
input[type="submit"]:hover, 
button[type="submit"]:hover,
button.wp-reset-pass-submit:hover,
.button:hover, 
.wp-reset-pass-submit:hover {
    background: transparent !important;
    color: #173E7E !important;
    border: 1px solid #173E7E !important;
}

/* INPUTS */
input[type="text"], 
input[type="email"], 
input[type="password"], 
select, 
textarea {
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-family: 'Montserrat', Mont, sans-serif !important;
    font-size: 1rem !important;
    background: #fff !important;
    color: #374151 !important;
    transition: border-color 0.2s ease !important;
    box-shadow: none !important;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus {
    border-color: #173E7E !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(23, 62, 126, 0.1) !important;
}

/* LABELS */
label {
    color: #374151 !important;
    font-family: 'Montserrat', Mont, sans-serif !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    margin-top: 10px !important;
    font-size: 0.95rem !important;
}

/* ÍCONE DO OLHO - APENAS CORES, SEM MEXER NO TAMANHO/POSIÇÃO */
.wp-hide-pw .dashicons,
button[data-toggle] .dashicons,
.password-toggle .dashicons {
    color: #6b7280 !important;
}

.wp-hide-pw:hover .dashicons,
button[data-toggle]:hover .dashicons,
.password-toggle:hover .dashicons {
    color: #173E7E !important;
}

/* CONTAINER DO FORMULÁRIO */
.frontend-reset-password-form,
#resetpass-form {
    background: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    padding: 32px !important;
    max-width: 400px !important;
    margin: 0 auto !important;
}

/* TÍTULOS */
h1, h2, h3 {
    color: #173E7E !important;
    font-family: 'Montserrat', Mont, sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* TEXTOS INFORMATIVOS */
p, .description, .info, .note {
    color: #6b7280 !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    font-family: 'Montserrat', Mont, sans-serif !important;
    margin-bottom: 16px !important;
}/* End custom CSS */