.elementor-405 .elementor-element.elementor-element-70da0f6{--display:flex;}.elementor-405 .elementor-element.elementor-element-4166aa9{--display:flex;border-style:dashed;--border-style:dashed;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5rem;--padding-bottom:5rem;--padding-left:0rem;--padding-right:0rem;}.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-7276c4d{text-align:center;}.elementor-405 .elementor-element.elementor-element-7276c4d .elementor-heading-title{font-family:"ADLaM Display", Sans-serif;font-size:2.8rem;font-weight:600;text-shadow:4px 9px 6px rgba(9.015543478260872, 243.95, 44.76643903591677, 0.98);color:var( --e-global-color-text );}.elementor-405 .elementor-element.elementor-element-b7d1e28{--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-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 primary text color for all UM elements */
.um *,
.um label,
.um input,
.um a,
.um span,
.um p {
color: var(--text-primary) !important;
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: var(--text-primary) !important;
border: 1px solid var(--border-form) !important;
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: var(--border-form-hover) !important;
outline: none !important;
box-shadow: 0 0 0 1px var(--border-form-hover) !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: var(--border-default) !important;
}

/* Placeholder text styling */
.um input::placeholder {
color: var(--text-secondary) !important;
opacity: 0.8 !important;
font-family: 'Manrope', sans-serif !important;
}

/* Submit/Login/Register button */
#um-submit-btn,
.um input[type="submit"] {
background-color: var(--background-button) !important;
color: var(--button-text) !important;
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: var(--background-buton-hover) !important;
transform: translateY(-1px);
}

/* Register/Login switch button (outlined style) */
.um-button.um-alt {
background-color: transparent !important;
border: 1px solid var(--background-button) !important;
color: var(--background-button) !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: var(--background-button) !important;
color: var(--button-text) !important;
}

/* Checkbox label text */
.um-field-checkbox-option {
color: var(--text-primary) !important;
font-family: 'Manrope', sans-serif !important;
}

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

.um-link-alt:hover {
color: var(--text-link-hover) !important;
}

/* Password reset help text and similar messages */
.um-password .um-field-block div {
color: var(--text-secondary) !important;
font-family: 'Manrope', sans-serif !important;
}

/* Error messages */
.um .um-error {
color: var(--alert-error) !important;
font-family: 'Manrope', sans-serif !important;
}

/* Success messages */
.um .um-success {
color: var(--alert-success) !important;
font-family: 'Manrope', sans-serif !important;
}/* End custom CSS */