.elementor-405 .elementor-element.elementor-element-70da0f6{--display:flex;}.elementor-405 .elementor-element.elementor-element-d74f1ef{--display:flex;--margin-top:0px;--margin-bottom:20px;--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-405 .elementor-element.elementor-element-c4e3a22 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-405 .elementor-element.elementor-element-c4e3a22{text-align:center;}.elementor-405 .elementor-element.elementor-element-c4e3a22 .elementor-heading-title{font-family:"Space Grotesk", Sans-serif;font-size:2.5rem;font-weight:600;color:var( --e-global-color-43b34c0 );}.elementor-405 .elementor-element.elementor-element-b7d1e28{--display:flex;--border-radius:8px 8px 8px 8px;--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-405 .elementor-element.elementor-element-b7d1e28:not(.elementor-motion-effects-element-type-background), .elementor-405 .elementor-element.elementor-element-b7d1e28 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-theme-site-logo .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 );}.elementor-405 .elementor-element.elementor-element-727926d > .elementor-widget-container{margin:0px 0px -50px 0px;padding:0px 0px 0px 0px;}.elementor-405 .elementor-element.elementor-element-65c6844 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 50px 0px;}@media(min-width:768px){.elementor-405 .elementor-element.elementor-element-70da0f6{--content-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-65c6844 *//* Base font and text color for all UM elements */
.um *,
.um label,
.um input,
.um a,
.um span,
.um p {
  color: #bdbfd4 !important;
  font-family: 'Space Grotesk', 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: #bdbfd4 !important;
  border: 1px solid #2e2f45 !important;
  border-radius: 8px !important;
  transition: border-color 0.3s !important;
}

/* Yellow 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: #eaf976 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #eaf976 !important;
}

/* Yellow border when field is empty (placeholder is shown) */
.um input[type="text"]:placeholder-shown,
.um input[type="password"]:placeholder-shown,
.um input[type="email"]:placeholder-shown {
  border-color: #eaf976 !important;
}

/* Placeholder text styling */
.um input::placeholder {
  color: #bdbfd4 !important;
  opacity: 0.6 !important;
  font-family: 'Space Grotesk', sans-serif !important;
}

/* Submit/Login/Register button */
#um-submit-btn,
.um input[type="submit"] {
  background-color: #eaf976 !important;
  color: #000 !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  transition: background-color 0.3s !important;
  font-family: 'Space Grotesk', sans-serif !important;
}

/* Register/Login switch button */
.um-button.um-alt {
  background-color: transparent !important;
  border: 1px solid #eaf976 !important;
  color: #eaf976 !important;
  border-radius: 8px !important;
  transition: background-color 0.3s, color 0.3s !important;
  font-family: 'Space Grotesk', sans-serif !important;
}

.um-button.um-alt:hover {
  background-color: #eaf976 !important;
  color: #000 !important;
}

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

/* Forgot password link styling */
.um-link-alt {
  color: #bdbfd4 !important;
  text-decoration: underline !important;
  font-family: 'Space Grotesk', sans-serif !important;
}/* End custom CSS */