.elementor-405 .elementor-element.elementor-element-70da0f6{--display:flex;}.elementor-405 .elementor-element.elementor-element-d74f1ef{--display:flex;}.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{padding:70px 0px 70px 0px;}.elementor-405 .elementor-element.elementor-element-c4e3a22{text-align:center;}.elementor-405 .elementor-element.elementor-element-c4e3a22 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:2rem;font-weight:600;color:var( --e-global-color-primary );}.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:100px;--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:#FFFFFF;}.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 */body, .elementor, .um, .um-login, .um-register {
    font-family: 'Inter', sans-serif !important;
}

/* Style login heading */
/*.elementor-element-e364661 h2,*/
/*.elementor-element-c4e3a22 h2 {*/
/*    color: #ffffff !important;*/
/*    font-size: 32px !important;*/
/*    font-weight: 600 !important;*/
/*    margin-bottom: 30px !important;*/
/*}*/

/* Container styling */
.um-login,
.um-register {
    background-color: #121212BA !important;
    border-radius: 12px !important;
    padding: 40px 30px !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05) !important;
    max-width: 450px !important; /* consistent max width */
}

/* Labels */
.um-field-label label {
    color: #cccccc !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/* Input fields */
.um-form input[type="text"],
.um-form input[type="password"] {
    background-color: #262626 !important;
    border: 1px solid #333 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 12px !important;
    font-size: 15px !important;
}

/* Checkbox */
.um-field-checkbox-option {
    color: #cccccc !important;
}

/* Submit and Register buttons general style */
.um-button {
    background-color: #5c67f2 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 13px 20px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-family: 'Inter', sans-serif !important;
    cursor: pointer;
    transition: background-color 0.3s ease !important;
}

/* Hover effect */
.um-button:hover {
    background-color: #3f45c0 !important;
}

/* Alternate button (e.g., Login link on Register form) */
.um-button.um-alt {
    background-color: #2f2f2f !important;
    color: #ffffff !important;
}

/* Forgot password link */
.um-col-alt-b a.um-link-alt {
    color: #999999 !important;
    font-size: 13px !important;
    text-decoration: underline !important;
}

/* Specific styling for Login submit button */
.um-login #um-submit-btn {
    background-color: #3500fc !important;
    color: white !important;
    border: none !important;
    padding: 13px 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background-color 0.3s ease !important;
}

.um-login #um-submit-btn:hover {
    background-color: #00fcdb !important;
}

/* Specific styling for Register submit button */
.um-register #um-submit-btn {
    background-color: #3500fc !important;
    color: white !important;
    border: none !important;
    padding: 13px 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background-color 0.3s ease !important;
}

.um-register #um-submit-btn:hover {
    background-color: #00fcdb !important;
}

/* Remove default box spacing if needed */
.elementor-element-3db0642 {
    margin-top: 0 !important;
}

/* Responsive tweaks */
@media (max-width: 600px) {
    .um-login,
    .um-register {
        padding: 30px 20px !important;
    }

    .elementor-element-e364661 h2,
    .elementor-element-c4e3a22 h2 {
        font-size: 24px !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b7d1e28 *//* Global font */
body, .elementor, .um, .um-login, .um-register {
    font-family: 'Space Grotesk', sans-serif !important;
}

/* Container styling */
.um-login,
.um-register {
    background-color: #EBEBFD !important;
    border-radius: 12px !important;
    padding: 40px 30px !important;
    box-shadow: 0 0 20px rgba(104, 68, 237, 0.1) !important;
    border: 1px solid rgba(104, 68, 237, 0.188) !important; /* #6844ED30 */
    max-width: 450px !important;
}

/* Labels */
.um-field-label label {
    color: #333333 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/* Input fields */
.um-form input[type="text"],
.um-form input[type="password"],
.um-form input[type="email"] {
    background-color: #ffffff !important;
    border: 1px solid rgba(104, 68, 237, 0.188) !important;
    color: #000000 !important;
    border-radius: 6px !important;
    padding: 12px !important;
    font-size: 15px !important;
}

/* Checkbox */
.um-field-checkbox-option {
    color: #444444 !important;
}

/* Unified Submit Buttons for Login and Register */
.um-login #um-submit-btn,
.um-register #um-submit-btn,
.um-button {
    background-color: #8223e2 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-family: 'Space Grotesk', sans-serif !important;
    cursor: pointer; 
    transition: background-color 0.3s ease !important; 
}

/* Hover state for all buttons */
.um-login #um-submit-btn:hover,
.um-register #um-submit-btn:hover,
.um-button:hover {
    background-color: #6c1bb8 !important;
}

/* Alternate button (e.g., login link on register form) */
.um-button.um-alt {
    background-color: #8223e2 !important;
    color: #ffffff !important;
}

/* Forgot password link */
.um-col-alt-b a.um-link-alt {
    color: #666666 !important;
    font-size: 13px !important;
    text-decoration: underline !important;
}

/* Remove default box spacing if needed */
.elementor-element-3db0642 {
    margin-top: 0 !important;
}

/* Responsive tweaks */
@media (max-width: 600px) {
    .um-login,
    .um-register {
        padding: 30px 20px !important;
    }

    .elementor-element-e364661 h2,
    .elementor-element-c4e3a22 h2 {
        font-size: 24px !important;
    }
}/* End custom CSS */