.elementor-2804 .elementor-element.elementor-element-39ebd9ac{--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-2804 .elementor-element.elementor-element-66bed25 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-2804 .elementor-element.elementor-element-39ebd9ac{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-66bed25 *//* --- LOGIN SECTION STYLING --- */

/* Centering the entire block */
.login-portal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    width: 100%;
}

/* Constraining the width and fixing the text color */
.login-container-fixed {
    max-width: 450px; /* Not too wide, perfect for forms */
    width: 100%;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    text-align: center;
}

/* FORCE TEXT COLOR TO BLACK/DARK (Fixes the "White Text" issue) */
.login-container-fixed,
.login-container-fixed p,
.login-container-fixed h2,
.login-container-fixed label,
.login-container-fixed span,
.login-container-fixed .login-subtext {
    color: #111111 !important; /* Explicitly dark black */
}

.login-heading {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.login-subtext {
    font-size: 0.95rem;
    margin-bottom: 30px;
    opacity: 0.8;
}

/* REMOVE BULLETS & RESET LISTS */
.login-container-fixed ul, 
.login-container-fixed li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: 0 !important;
}

/* DIVIDER STYLING */
.login-divider {
    margin: 25px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

.login-divider span {
    position: relative;
    top: 10px;
    background: #ffffff;
    padding: 0 15px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999 !important;
}

/* FIXING FORM SPACING */
.login-form-content form {
    text-align: left; /* Keep labels left-aligned inside the centered box */
}

.login-form-content input[type="text"],
.login-form-content input[type="password"] {
    width: 100% !important;
    margin-bottom: 15px;
}/* End custom CSS */