.elementor-11852 .elementor-element.elementor-element-9a9f745{--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;}.elementor-11852 .elementor-element.elementor-element-ee5baa5{text-align:center;}.elementor-11852 .elementor-element.elementor-element-ee5baa5 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:23px;color:#FF10F0;}/* Start custom CSS for html, class: .elementor-element-555b88b *//* LOGIN PAGE WRAPPER */
.xsc-login-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #12001f, #050008);
  padding: 20px;
}

/* CARD */
.xsc-login-card {
  width: 100%;
  max-width: 420px;
  background: #0c0614;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

/* BRAND */
.xsc-login-brand h2 {
  margin: 0;
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
}

.xsc-login-brand p {
  margin-top: 6px;
  font-size: 14px;
  color: #aaa;
}

/* LOGIN BUTTON */
.xsc-login-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 18px;
  background: linear-gradient(135deg, #ff007a, #8b00ff);
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(255, 0, 122, 0.4);
  transition: all 0.25s ease;
}

.xsc-login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(139, 0, 255, 0.6);
}

/* ICON */
.xsc-lock {
  font-size: 18px;
}

/* NOTE */
.xsc-login-note {
  margin-top: 18px;
  font-size: 13px;
  color: #9a9a9a;
}/* End custom CSS */