.elementor-9185 .elementor-element.elementor-element-27815354{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9185 .elementor-element.elementor-element-154e60d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-481c5b4 *//* Container do formulário */
.wpum-login-form {
  max-width: 400px;
  margin: 60px auto;
  padding: 40px;
  background: rgba(20, 20, 20, 0.65);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

/* Título */
.wpum-login-form h2,
.wpum-login-form legend {
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}

/* Campos */
.wpum-login-form label {
  color: #ccc;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.wpum-login-form input[type="text"],
.wpum-login-form input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-top: 4px;
  background: rgba(255,255,255,0.05);
  border: 1px solid #444;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}

/* Botão estilo Netflix/azul-roxo */
.wpum-login-form input[type="submit"] {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  background: linear-gradient(135deg, #1a75ff, #a000ff);
  color: #fff;
  transition: 0.3s ease;
  box-shadow: 0 0 10px rgba(160, 0, 255, 0.3);
}

.wpum-login-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #a000ff, #1a75ff);
  box-shadow: 0 0 15px rgba(160, 0, 255, 0.6);
}

/* Links e mensagens */
.wpum-login-form .wpum-login-links a {
  color: #ccc;
  font-size: 13px;
  text-decoration: underline;
}

.wpum-login-form .wpum-login-links {
  text-align: center;
  margin-top: 15px;
}/* End custom CSS */
/* Start custom CSS *//* Estilo container do formulário */
.wpum-login-form {
  max-width: 420px;
  margin: 60px auto;
  padding: 40px;
  background: rgba(20, 20, 20, 0.65);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

/* Título */
.wpum-login-form h2,
.wpum-login-form legend {
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}

/* Labels */
.wpum-login-form label {
  color: #ccc;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

/* Inputs */
.wpum-login-form input[type="text"],
.wpum-login-form input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-top: 4px;
  background: rgba(255,255,255,0.05);
  border: 1px solid #444;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}

/* Botão de Login */
.wpum-login-form input[type="submit"] {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  background: linear-gradient(135deg, #1a75ff, #a000ff);
  color: #fff;
  transition: 0.3s ease;
  box-shadow: 0 0 10px rgba(160, 0, 255, 0.3);
}

.wpum-login-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #a000ff, #1a75ff);
  box-shadow: 0 0 15px rgba(160, 0, 255, 0.6);
}

/* Links abaixo do botão */
.wpum-login-form .wpum-login-links {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
}

.wpum-login-form .wpum-login-links a {
  color: #ccc;
  text-decoration: underline;
}/* End custom CSS */