.elementor-409 .elementor-element.elementor-element-1a44bac{--display:flex;--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-409 .elementor-element.elementor-element-1a44bac:not(.elementor-motion-effects-element-type-background), .elementor-409 .elementor-element.elementor-element-1a44bac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f1ecbaf );}.elementor-409 .elementor-element.elementor-element-4858855{--display:flex;border-style:dashed;--border-style:dashed;border-width:0px 0px 2px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:2px;--border-left-width:0px;border-color:var( --e-global-color-5546ace );--border-color:var( --e-global-color-5546ace );--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-409 .elementor-element.elementor-element-3515500 > .elementor-widget-container{margin:5rem 0rem 5rem 0rem;padding:0px 0px 0px 0px;}.elementor-409 .elementor-element.elementor-element-3515500{text-align:center;}.elementor-409 .elementor-element.elementor-element-3515500 .elementor-heading-title{font-size:2.5rem;font-weight:600;color:var( --e-global-color-text );}.elementor-409 .elementor-element.elementor-element-e3dc47d{--display:flex;--border-radius:8px 8px 8px 8px;--margin-top:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-409 .elementor-element.elementor-element-e3dc47d:not(.elementor-motion-effects-element-type-background), .elementor-409 .elementor-element.elementor-element-e3dc47d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f1ecbaf );}.elementor-409 .elementor-element.elementor-element-5f4c938 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-409 .elementor-element.elementor-element-1a44bac{--content-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-5f4c938 *//* Universal font and text color for all UM forms */
.um *,
.um label,
.um input,
.um a,
.um span,
.um p {
  color: #ffffff !important; /* Primary text color */
  font-family: 'Inter', sans-serif !important;
}

/* Input fields styling */
.um input[type="text"],
.um input[type="password"],
.um input[type="email"],
.um input.input.form-control {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #3C4266 !important; /* Soft Gray border */
  border-radius: 8px !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
}

/* Cyan border on hover */
.um input[type="text"]:hover,
.um input[type="password"]:hover,
.um input[type="email"]:hover,
.um input.form-control:hover,
.um input.input:hover,
.um input:hover {
  border-color: #00E6FF !important; /* Bright Cyan */
  box-shadow: 0 0 0 1px #00E6FF !important;
  outline: none !important;
}

/* Cyan border if empty */
.um input[type="text"]:placeholder-shown,
.um input[type="password"]:placeholder-shown,
.um input[type="email"]:placeholder-shown {
  border-color: #00E6FF !important;
}

/* Placeholder styling */
.um input::placeholder {
  color: #A0AEC0 !important; /* Muted Cool Gray */
  opacity: 0.6 !important;
  font-family: 'Inter', sans-serif !important;
}

/* Primary action buttons (Submit/Login/Register/Reset) */
#um-submit-btn,
.um input[type="submit"] {
  background-color: #00D1FF !important; /* Primary Cyan */
  color: #10162F !important; /* Dark Navy text */
  font-weight: bold !important;
  border-radius: 8px !important;
  transition: background-color 0.3s ease-in-out !important;
  font-family: 'Inter', sans-serif !important;
  border: none !important;
}

#um-submit-btn:hover,
.um input[type="submit"]:hover {
  background-color: #00E6FF !important; /* Bright Cyan */
}

/* Register/Login switch button */
.um-button.um-alt {
  background-color: transparent !important;
  border: 1px solid #00D1FF !important;
  color: #00D1FF !important;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out !important;
  font-family: 'Inter', sans-serif !important;
}

.um-button.um-alt:hover {
  background-color: #00D1FF !important;
  color: #10162F !important;
}

/* Checkbox label */
.um-field-checkbox-option {
  color: #A0AEC0 !important; /* Muted text */
  font-family: 'Inter', sans-serif !important;
}

/* Forgot password link */
.um-link-alt {
  color: #00D1FF !important;
  text-decoration: underline !important;
  font-family: 'Inter', sans-serif !important;
}

.um-link-alt:hover {
  color: #66EFFF !important; /* Lighter Cyan */
}

/* Help text inside password reset form */
.um-password .um-field-block div {
  color: #A0AEC0 !important;
  font-family: 'Inter', sans-serif !important;
}

/* Optional: background panels or form containers */
.um {
  background-color: #2C3050 !important; /* Dark Gray panel surface */
  border-radius: 12px;
  padding: 24px;
}

/* Optional: spacing for form groups */
.um .um-field {
  margin-bottom: 16px;
}/* End custom CSS */