.elementor-kit-90{--e-global-color-primary:#00030C;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#3C3C3C;--e-global-color-accent:#F6CA76;--e-global-color-0da2c6a:#75470D;--e-global-color-2e566ac:#D1A57F;--e-global-color-3e78343:#F6F6F6;--e-global-color-6cb077f:#F6CA76;--e-global-typography-primary-font-family:"Geologica";--e-global-typography-primary-font-size:1.2em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Geologica";--e-global-typography-secondary-font-size:1.1em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Geologica";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Geologica";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:600;}.elementor-kit-90 button,.elementor-kit-90 input[type="button"],.elementor-kit-90 input[type="submit"],.elementor-kit-90 .elementor-button{background-color:#050505;border-radius:5px 5px 5px 5px;}.elementor-kit-90 e-page-transition{background-color:#FFBC7D;}.elementor-kit-90 a{color:var( --e-global-color-2e566ac );}.elementor-kit-90 a:hover{color:var( --e-global-color-2e566ac );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilo da caixa de login/cadastro */
.woocommerce form.login, 
.woocommerce form.register {
    background: #f8f8f8;   /* fundo */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

/* Botões */
.woocommerce form .button {
    background-color: #AB6F8F;  /* sua cor principal */
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s;
}

.woocommerce form .button:hover {
    background-color: #7D4F6C; /* cor mais escura no hover */
}/* End custom CSS */