.elementor-742 .elementor-element.elementor-element-39b0afe3{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-742 .elementor-element.elementor-element-39b0afe3:not(.elementor-motion-effects-element-type-background), .elementor-742 .elementor-element.elementor-element-39b0afe3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #1B3A69 0%, #2C6DD0 100%);}.elementor-742 .elementor-element.elementor-element-50a0600{--display:flex;--border-radius:30px 30px 30px 30px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-742 .elementor-element.elementor-element-50a0600:not(.elementor-motion-effects-element-type-background), .elementor-742 .elementor-element.elementor-element-50a0600 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-742 .elementor-element.elementor-element-50a0600{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(min-width:768px){.elementor-742 .elementor-element.elementor-element-50a0600{--width:400px;}}/* Start custom CSS for shortcode, class: .elementor-element-3330db7e *//* =========================
   UM Forms - Pill Style
   Applies to Register (.um-171) + Login (.um-172)
   ========================= */

/* Asterisk color */
.um-171.um .um-req,
.um-172.um .um-req {
  color: #e11d48 !important;
  font-weight: 800 !important;
}

/* Inputs: rounded */
.um-171.um input.um-form-field[type="text"],
.um-171.um input.um-form-field[type="password"],
.um-172.um input.um-form-field[type="text"],
.um-172.um input.um-form-field[type="password"] {
  width: 100% !important;
  height: 50px !important;
  padding: 0 18px !important;
  font-size: 20px !important;
  border-radius: 12px !important;
  border: 2px solid #e5e7eb !important;
  background: #fff !important;
  box-shadow: 0 2px 0 rgba(0,0,0,0.03) !important;
  outline: none !important;
}

/* Focus state */
.um-171.um input.um-form-field[type="text"]:focus,
.um-171.um input.um-form-field[type="password"]:focus,
.um-172.um input.um-form-field[type="text"]:focus,
.um-172.um input.um-form-field[type="password"]:focus {
  border-color: #d1d5db !important;
  box-shadow: 0 0 0 4px rgba(0,0,0,0.04) !important;
}

/* Password eye icon positioning */
.um-171.um .um-field-area-password,
.um-172.um .um-field-area-password {
  position: relative;
}
.um-171.um .um-toggle-password,
.um-172.um .um-toggle-password {
  position: absolute;
  right: 14px;
  top: 60%;
  transform: translateY(-50%);
  color: #9ca3af !important;
}
.um-171.um .um-toggle-password:hover,
.um-172.um .um-toggle-password:hover {
  color: #6b7280 !important;
}

/* Buttons layout: stack */
.um-171.um .um-col-alt .um-left,
.um-171.um .um-col-alt .um-right,
.um-172.um .um-col-alt .um-left,
.um-172.um .um-col-alt .um-right {
  float: none !important;
  width: 100% !important;
}

/* Primary button (Register / Login) */
.um-171.um input#um-submit-btn.um-button,
.um-172.um input#um-submit-btn.um-button {
  width: 100% !important;
  background: #f7dc52 !important;
  color: #111 !important;
}

/* Hover */
.um-171.um input#um-submit-btn.um-button:hover,
.um-172.um input#um-submit-btn.um-button:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}

/* Ensure no UM max-width constraints */
.um-171.um,
.um-172.um {
  max-width: 100% !important;
}/* End custom CSS */