.elementor-191 .elementor-element.elementor-element-d36b7e8 > .elementor-container{max-width:1024px;}body.elementor-page-191:not(.elementor-motion-effects-element-type-background), body.elementor-page-191 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-c593d65 );}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-dfc655c *//* ===== SUPERFX UM PASSWORD RESET ===== */
.um-password.um {
  max-width: 420px;
  margin: auto;
  background: linear-gradient(180deg, #0f172a, #020617);
  border: 1px solid #1e293b;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 20px 40px rgba(0,0,0,.6);
}

/* REMOVE DEFAULT HEADER */
.um-password .um-header {
  display: none;
}

/* LABEL */
.um-password .um-field-label label {
  color: #cbd5f5;
  font-size: 12px;
  margin-bottom: 6px;
}

/* INPUT */
.um-password input[type=text],
.um-password input[type=email] {
  background: #020617 !important;
  border: 1px solid #1e293b !important;
  border-radius: 12px !important;
  padding: 13px 14px !important;
  color: #ffffff !important;
  font-size: 14px;
}

.um-password input:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 1px rgba(37,99,235,.6);
}

/* SUBMIT BUTTON */
.um-password .um-button {
  width: 100% !important;
  padding: 14px !important;
  border-radius: 14px !important;
  font-size: 14px !important;
  font-weight: 600;
  background: linear-gradient(135deg,#2563eb,#1d4ed8) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 0 18px rgba(37,99,235,.5);
  transition: all .2s ease;
}

.um-password .um-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(37,99,235,.8);
}

/* BACK TO LOGIN LINK */
.um-password .um-col-alt {
  text-align: center;
  margin-top: 18px;
}

.um-password .um-col-alt a {
  color: #60a5fa !important;
  font-size: 12px;
  text-decoration: none;
}

.um-password .um-col-alt a:hover {
  text-decoration: underline;
}

/* SUCCESS / ERROR MESSAGE */
.um-password .um-notice {
  border-radius: 10px;
  font-size: 13px;
}

/* MOBILE */
@media(max-width:768px){
  .um-password.um {
    max-width: 100%;
  }
}/* End custom CSS */