.elementor-318 .elementor-element.elementor-element-4a06ebe{--display:flex;--margin-top:-17px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-318 .elementor-element.elementor-element-4a06ebe:not(.elementor-motion-effects-element-type-background), .elementor-318 .elementor-element.elementor-element-4a06ebe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0E0E;}.elementor-318 .elementor-element.elementor-element-783140b{--display:flex;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-318 .elementor-element.elementor-element-3509e70{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 100px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-3509e70 *//* ==============================
   FORMULÁRIO THEME MY LOGIN
   ============================== */

/* Container principal */
.tml {
    background: #ffffff; /* fundo branco */
    padding: 40px;
    border-radius: 16px;
    max-width: 420px;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    font-family: "Inter", sans-serif;
}

/* Título */
.tml h2,
.tml legend {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #019EE1;
}

/* Campos de input */
.tml input[type="text"],
.tml input[type="password"],
.tml input[type="email"] {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.tml input[type="text"]:focus,
.tml input[type="password"]:focus,
.tml input[type="email"]:focus {
    border-color: #019EE1;
    box-shadow: 0 0 0 3px rgba(1,158,225,0.15);
    outline: none;
}

/* Botão principal */
.tml input[type="submit"],
.tml .button,
.tml button {
    background: #019EE1 !important; /* azul principal */
    color: #ffffff !important; /* texto branco */
    border: none !important;
    border-radius: 50px !important; /* estilo pill */
    padding: 14px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase; /* letras maiúsculas */
    letter-spacing: 1px;
}

/* Hover do botão */
.tml input[type="submit"]:hover,
.tml .button:hover,
.tml button:hover {
    background: #017CAD !important; /* tom mais escuro */
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(1, 158, 225, 0.25);
}

/* Clique do botão */
.tml input[type="submit"]:active,
.tml .button:active,
.tml button:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(1, 158, 225, 0.2);
}

/* Checkbox e label */
.tml .tml-rememberme input {
    accent-color: #019EE1; /* cor do checkbox */
}
.tml .tml-rememberme label {
    font-size: 14px;
    color: #555;
}

/* Links (esqueci senha, registrar etc.) */
.tml a {
    color: #019EE1;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tml a:hover {
    color: #017CAD;
    text-decoration: underline;
}

/* Mensagens de erro/alerta */
.tml .tml-error {
    background: rgba(255,0,0,0.08);
    color: #c00;
    border-left: 4px solid #c00;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Centralização do formulário */
.tml form {
    display: flex;
    flex-direction: column;
}/* End custom CSS */