.elementor-405 .elementor-element.elementor-element-70da0f6{--display:flex;}.elementor-405 .elementor-element.elementor-element-70da0f6:not(.elementor-motion-effects-element-type-background), .elementor-405 .elementor-element.elementor-element-70da0f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f1ecbaf );}.elementor-405 .elementor-element.elementor-element-d74f1ef{--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-405 .elementor-element.elementor-element-d74f1ef.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-405 .elementor-element.elementor-element-c4e3a22 > .elementor-widget-container{margin:5rem 0rem 5rem 0rem;padding:0px 0px 15px 0px;border-style:solid;border-width:0px 0px 2px 0px;border-color:var( --e-global-color-5546ace );}.elementor-405 .elementor-element.elementor-element-c4e3a22{text-align:center;}.elementor-405 .elementor-element.elementor-element-c4e3a22 .elementor-heading-title{font-size:2.5rem;font-weight:600;color:var( --e-global-color-text );}.elementor-405 .elementor-element.elementor-element-b7d1e28{--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-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:var( --e-global-color-f1ecbaf );}.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%;}.elementor-405 .elementor-element.elementor-element-d74f1ef{--width:1140px;}}/* Start custom CSS for shortcode, class: .elementor-element-65c6844 *//* Base font and primary text color for all UM elements */
.um *,
.um label,
.um input,
.um a,
.um span,
.um p {
  color: #3D405B !important; /* Text Primary - Deep Charcoal */
  font-family: 'Manrope', sans-serif !important;
  transition: color 0.3s ease;
}

/* 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: #3D405B !important; /* Text Primary */
  border: 1px solid #DDB892 !important; /* Borders - Sandstone */
  border-radius: 8px !important;
  transition: border-color 0.3s, box-shadow 0.3s, color 0.3s !important;
}

/* 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: #F28482 !important; /* Button Hover - Light Coral */
  outline: none !important;
  box-shadow: 0 0 0 1px #F28482 !important;
}

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

/* Placeholder text styling */
.um input::placeholder {
  color: #6B705C !important; /* Text Muted - Warm Gray */
  opacity: 0.8 !important;
  font-family: 'Manrope', sans-serif !important;
}

/* Submit/Login/Register button */
#um-submit-btn,
.um input[type="submit"] {
  background-color: #E07A5F !important; /* Button Primary - Terracotta */
  color: #F4F1DE !important; /* Button Text - Ivory */
  font-weight: 700 !important;
  border-radius: 8px !important;
  transition: background-color 0.3s ease, transform 0.2s ease !important;
  font-family: 'Manrope', sans-serif !important;
  cursor: pointer;
}

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

/* Register/Login switch button (outlined style) */
.um-button.um-alt {
  background-color: transparent !important;
  border: 1px solid #E07A5F !important; /* Terracotta */
  color: #E07A5F !important;
  border-radius: 8px !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  font-family: 'Manrope', sans-serif !important;
  cursor: pointer;
}

.um-button.um-alt:hover {
  background-color: #E07A5F !important; /* Terracotta */
  color: #F4F1DE !important; /* Ivory */
}

/* Checkbox label text */
.um-field-checkbox-option {
  color: #3D405B !important; /* Deep Charcoal */
  font-family: 'Manrope', sans-serif !important;
}

/* Forgot password link styling */
.um-link-alt {
  color: #E07A5F !important; /* Terracotta */
  text-decoration: underline !important;
  font-family: 'Manrope', sans-serif !important;
  transition: color 0.3s ease;
}

.um-link-alt:hover {
  color: #F8AFA6 !important; /* Link Hover - Coral Pink */
}

/* Password reset help text and similar messages */
.um-password .um-field-block div {
  color: #6B705C !important; /* Text Muted - Warm Gray */
  font-family: 'Manrope', sans-serif !important;
}

/* Optional: error messages */
.um .um-error {
  color: #B0413E !important; /* Error - Deep Red */
  font-family: 'Manrope', sans-serif !important;
}

/* Optional: success messages */
.um .um-success {
  color: #81B29A !important; /* Success - Olive Green */
  font-family: 'Manrope', sans-serif !important;
}/* End custom CSS */