body {
    font-family: "Inter", sans-serif !important;
}

.login-sec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999999;
}

.login-left {
    width: 50%;
    background-size: cover;
    background: #596eb2;
}
.divider-login {
    width: 0.5px;
    height: 91%;
    background: #a6acb6;
}
.login-right {
    width: 50%;
    padding: 40px 20px;
}

.login-main {
    border-radius: 15px;
    overflow: hidden;
    background: white;
/*    border: 1px solid #daddee !important;*/
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 22px;
    opacity: 0.8;
}


.text-small {
    font-size: 0.9rem;
}

.login-input {
    padding: 15px 48px 15px 15px;
    border: 1px solid #ddd !important;
    color: #000 !important;
    border-radius: 9px;
    font-size: 18px;
}

.form-control:focus {
    outline: 1px solid rgb(176 176 255);
/*    background: rgb(24, 24, 24);*/
    color: black !important;
    box-shadow: none !important;
}

::placeholder {
    color: #939393 !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #939393 !important;
}
.ffs{
    color:black !important;
}
.btn-login {
    border: 0px solid;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px;
    background-color: #ffaa08 !important;
    color: #282829 !important;
    border-radius: 8px;
}

    .btn-login:hover, .btn-login:active {
        background-color: #df960b !important;
        color: #282829 !important;
    }

.bg-login {
/*        background-image: url("../images/auth_bg.jpg");*/
/*    background: #ffffff !important;*/
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

@media (max-width:992px) {
    .login-left {
        width: 100% !important;
        display: none !important;
    }

    .login-right {
        width: 100% !important;
        padding: 20px;
    }
}

.login-mid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-img {
    width: 350px;
    max-width: 100%;
}


.rem-chk {
    position: relative;
    top: 2px;
    border-color: #9aa4b2 !important;
    background-color: #ffffff !important;
    padding: 6px;
}
.fw-600 {
    font-weight: 600;
}

.login-heading {
    font-size: 25px;
    color: black !important;
    font-weight: 500;
    margin: 20px;
}

.login-heading-top {
    font-size: 22px;
    color: #fc620e !important;
    font-weight: 500;
    margin: 20px;
}

.login-main a {
    color: #5497ea;
    text-decoration: underline;
    font-weight: 500;
}

.for-txt {
    color: #fdfbff;
}

label.fss-15 {
    color: black;
}

.form-check-input:checked {
    background-color: #3f8062 !important;
    border-color: #3f8062 !important;
}

.form-check-input:focus {
    border-color: #3f8062 !important;
    outline: 0;
    box-shadow: none !important;
}

@media (max-width:767px) {
    .login-heading {
        font-size: 22px;
    }

    .login-heading-top {
        font-size: 20px;
    }

    .btn-login {
        font-size: 1.1rem !important;
    }
}

.logo-img {
    width: 250px;
    max-width: 100%;
}
.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.7;
    width: 22px;
}

    .toggle-password:hover {
        opacity: 1;
    }

.error-box {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    border-radius: 8px;
    background: transparent;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
    white-space: pre-wrap;
}

    .error-box::-webkit-scrollbar {
        width: 8px;
    }

    .error-box::-webkit-scrollbar-track {
        background: transparent;
    }

    .error-box::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.35);
        border-radius: 10px;
    }

        .error-box::-webkit-scrollbar-thumb:hover {
            background-color: rgba(255, 255, 255, 0.55);
        }











.network-bg {
    position: relative;
    width: 100vw;
    padding:0px !important;
    max-width: 100vw;
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    background: linear-gradient(86deg, #f8faff 0%, #808cb3 100%);
}


/* =========================================
           CANVAS
        ========================================= */

#networkCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100% !important;
    display: block;
    z-index: 1;
    pointer-events: auto;
}


/* =========================================
           CONTENT
        ========================================= */

.network-content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}


.content-inner {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    color: #17204a;
}


    .content-inner h1 {
        font-size: clamp(32px, 5vw, 70px);
        line-height: 1.1;
        margin-bottom: 20px;
    }


    .content-inner p {
        font-size: clamp(16px, 2vw, 22px);
        line-height: 1.6;
        max-width: 700px;
        margin: 0 auto;
    }


/* =========================================
           TABLET
        ========================================= */

@media (max-width: 991px) {

    .network-content {
        padding: 40px 20px;
    }
}


/* =========================================
           MOBILE
        ========================================= */

@media (max-width: 767px) {

    .network-content {
        min-height: 100vh;
        padding: 30px 15px;
    }
}


/* =========================================
           SMALL MOBILE
        ========================================= */

@media (max-width: 480px) {

    .network-content {
        padding: 25px 12px;
    }
}