.elementor-404 .elementor-element.elementor-element-5a7c6bc{--display:flex;}.elementor-404 .elementor-element.elementor-element-5a7c6bc:not(.elementor-motion-effects-element-type-background), .elementor-404 .elementor-element.elementor-element-5a7c6bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f1ecbaf );}.elementor-404 .elementor-element.elementor-element-548eec0{--display:flex;border-style:solid;--border-style:solid;border-width:4px 4px 4px 4px;--border-top-width:4px;--border-right-width:4px;--border-bottom-width:4px;--border-left-width:4px;border-color:var( --e-global-color-3c01bbb );--border-color:var( --e-global-color-3c01bbb );--border-radius:16px 16px 16px 16px;--margin-top:5rem;--margin-bottom:2rem;--margin-left:0rem;--margin-right:0rem;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-404 .elementor-element.elementor-element-548eec0.e-con{--align-self:center;}.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-404 .elementor-element.elementor-element-f1a6e55 > .elementor-widget-container{margin:0rem 0rem 0rem 0rem;padding:9px 9px 9px 9px;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-7b6d095 );border-radius:16px 16px 16px 16px;}.elementor-404 .elementor-element.elementor-element-f1a6e55{text-align:center;}.elementor-404 .elementor-element.elementor-element-f1a6e55 .elementor-heading-title{font-family:"Merriweather", Sans-serif;font-weight:800;color:var( --e-global-color-3c01bbb );}.elementor-404 .elementor-element.elementor-element-3db0642{--display:flex;--border-radius:8px 8px 8px 8px;--margin-top:50px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-404 .elementor-element.elementor-element-3db0642:not(.elementor-motion-effects-element-type-background), .elementor-404 .elementor-element.elementor-element-3db0642 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f1ecbaf );}.elementor-404 .elementor-element.elementor-element-b608b60 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-404 .elementor-element.elementor-element-5a7c6bc{--content-width:100%;}.elementor-404 .elementor-element.elementor-element-548eec0{--width:1140px;}}/* Start custom CSS for shortcode, class: .elementor-element-b608b60 *//* Base font and text color */
.um *,
.um label,
.um input,
.um a,
.um span,
.um p {
  color: #0F172A !important; /* Text (Primary) - Dark Navy */
  font-family: 'Rubik', sans-serif !important;
  background-color: transparent !important;
}

/* Headings inside UM forms */
.um h1, .um h2, .um h3, .um h4, .um h5, .um h6 {
  font-family: 'Merriweather', serif !important;
  color: #0F172A !important; /* Dark Navy */
}

/* Input fields styling */
.um input[type="text"],
.um input[type="password"],
.um input[type="email"],
.um input.input.form-control {
  background-color: #F9FAFB !important; /* Background - Light Gray */
  color: #0F172A !important; /* Text Primary - Dark Navy */
  border: 1px solid #94A3B8 !important; /* Borders - Slate Blue */
  border-radius: 8px !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
}

/* Input hover/focus */
.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: #22D3EE !important; /* Button Hover - Bright Cyan */
  box-shadow: 0 0 0 1px #22D3EE !important;
  outline: none !important;
}

/* Placeholder styling */
.um input::placeholder {
  color: #64748B !important; /* Text (Muted) - Cool Gray */
  opacity: 0.8 !important;
}

/* Login button (Primary Action) */
#um-submit-btn,
.um input[type="submit"] {
  background-color: #1E3A8A !important; /* Button Primary - Deep Blue */
  color: #F9FAFB !important; /* Background - Light Gray (for button text) */
  font-weight: 700 !important;
  font-family: 'Rubik', sans-serif !important;
  border-radius: 8px !important;
  transition: background-color 0.3s, transform 0.2s ease !important;
}

#um-submit-btn:hover,
.um input[type="submit"]:hover {
  background-color: #22D3EE !important; /* Button Hover - Bright Cyan */
  transform: translateY(-1px) !important;
  color: #F9FAFB !important;
}

/* Register button (Outlined style) */
.um-button.um-alt {
  background-color: transparent !important;
  border: 1px solid #F87171 !important; /* Accent Color - Coral Pink */
  color: #F87171 !important;
  font-family: 'Rubik', sans-serif !important;
  border-radius: 8px !important;
  transition: background-color 0.3s, color 0.3s !important;
}

.um-button.um-alt:hover {
  background-color: #F87171 !important; /* Coral Pink */
  color: #F9FAFB !important; /* Light Gray */
}

/* Checkbox label */
.um-field-checkbox-option {
  color: #0F172A !important; /* Text Primary - Dark Navy */
  font-family: 'Rubik', sans-serif !important;
}

/* Forgot password link */
.um-link-alt {
  color: #F87171 !important; /* Accent Color - Coral Pink */
  text-decoration: underline !important;
  font-family: 'Rubik', sans-serif !important;
}

.um-link-alt:hover {
  color: #60A5FA !important; /* Link Hover - Sky Blue */
}

/* Error messages */
.um .um-error {
  color: #DC2626 !important; /* Error - Bold Red */
  font-family: 'Rubik', sans-serif !important;
}

/* Success messages */
.um .um-success {
  color: #10B981 !important; /* Success - Fresh Green */
  font-family: 'Rubik', sans-serif !important;
}/* End custom CSS */