.elementor-535 .elementor-element.elementor-element-ef009a3{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}.elementor-535 .elementor-element.elementor-element-d3ffe75{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-535 .elementor-element.elementor-element-b133104{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-535 .elementor-element.elementor-element-4c87573{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-535 .elementor-element.elementor-element-81b751f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:10px 0px 0px 50px;}.elementor-535 .elementor-element.elementor-element-81b751f.elementor-element{--align-self:flex-end;}.elementor-535 .elementor-element.elementor-element-bfc0f0c .elementor-field-group{margin-bottom:35px;}.elementor-535 .elementor-element.elementor-element-bfc0f0c .elementor-form-fields-wrapper{margin-bottom:-35px;}.elementor-535 .elementor-element.elementor-element-bfc0f0c .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;}.elementor-535 .elementor-element.elementor-element-bfc0f0c .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;}@media(min-width:768px){.elementor-535 .elementor-element.elementor-element-ef009a3{--content-width:1200px;}.elementor-535 .elementor-element.elementor-element-d3ffe75{--width:50%;}.elementor-535 .elementor-element.elementor-element-4c87573{--width:50%;}}/* Start custom CSS for login, class: .elementor-element-bfc0f0c *//* ── CT App Center Login Widget ── */

/* Background da coluna direita */
.elementor-widget-login {
  background: transparent !important;
}

/* Esconde título padrão */
.elementor-widget-login .elementor-login__title {
  display: none !important;
}

/* Inputs */
.elementor-widget-login .elementor-field-group input[type="text"],
.elementor-widget-login .elementor-field-group input[type="password"],
.elementor-widget-login .elementor-field-group input[type="email"] {
  background: #111c2a !important;
  border: 1px solid rgba(255,255,255,0.09) !important;
  border-radius: 8px !important;
  color: #f0f6fc !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  padding: 11px 14px !important;
  width: 100% !important;
  transition: border-color 0.2s !important;
}

.elementor-widget-login .elementor-field-group input:focus {
  border-color: #1c64f2 !important;
  box-shadow: 0 0 0 3px rgba(28,100,242,0.07) !important;
  outline: none !important;
}

.elementor-widget-login .elementor-field-group input::placeholder {
  color: #64748b !important;
}

/* Labels */
.elementor-widget-login .elementor-field-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* Submit button */
.elementor-widget-login .elementor-button,
.elementor-widget-login button[type="submit"] {
  background: #1c64f2 !important;
  border: none !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 13px 28px !important;
  box-shadow: 0 0 22px rgba(28,100,242,0.22) !important;
  transition: all 0.18s !important;
  width: 100% !important;
  cursor: pointer !important;
  margin-top: 8px !important;
}

.elementor-widget-login .elementor-button:hover {
  background: #1a56db !important;
  transform: translateY(-1px) !important;
}

/* Remember me */
.elementor-widget-login .elementor-login__rememberme label {
  font-size: 12px !important;
  color: #64748b !important;
  font-family: 'Inter', sans-serif !important;
}

.elementor-widget-login input[type="checkbox"] {
  accent-color: #1c64f2 !important;
}

/* Lost password link */
.elementor-widget-login .elementor-login__lost-password a {
  font-size: 12px !important;
  color: #3b82f6 !important;
  text-decoration: none !important;
  font-family: 'Inter', sans-serif !important;
}

.elementor-widget-login .elementor-login__lost-password a:hover {
  color: #60a5fa !important;
}

/* Error messages */
.elementor-widget-login .elementor-message {
  background: rgba(239,68,68,0.09) !important;
  border: 1px solid rgba(239,68,68,0.20) !important;
  border-radius: 8px !important;
  color: #ef4444 !important;
  font-size: 13px !important;
  padding: 10px 14px !important;
  font-family: 'Inter', sans-serif !important;
}/* End custom CSS */