﻿
body {
    font-family: "Poppins", sans-serif !important;
}

.login-sec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.login-left {
    width: 50%;
    min-height: 485px;
    position: relative;
    background-image: url('/assets/img/login/login-left.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-overlay {
    text-align: center;
    z-index: 2;
    padding: 30px;
}
.left-logo {
    max-width: 100%;
    margin-bottom: 25px;
}
.left-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.left-subtitle {
    color: rgba(255,255,255,.8);
    font-size: 16px;
    margin-bottom: 0;
}

.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;
    height: 48.8px !important;
}

.form-control:focus {
    outline: 1px solid rgb(13 30 98);
    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: #012350 !important;
    color: #fff !important;
    border-radius: 8px;
}

    .btn-login:hover, .btn-login:active {
        background: #021972 !important;
        color: #ffffff;
    }

.bg-login {
    background-image: url("/assets/img/login/bgimg.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: -5px;
    border-color: #9aa4b2 !important;
    background-color: #ffffff !important;
    padding: 6px;
    margin: 0 !important;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.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: #0536b9;
    text-decoration: underline;
    font-weight: 500;
}

.for-txt {
    color: #fdfbff;
}

label.fss-15 {
    color: black;
}

.form-check-input:checked {
    background-color: #012350 !important;
    border-color: #012350 !important;
}

.form-check-input:focus {
    border-color: #012350 !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 {
    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);
        }
.validation-error {
    display: block;
    min-height: 20px;
    margin-top: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.bg-login {
    background: linear-gradient( 135deg, #04142d 0%, #072552 50%, #021024 100% );
    overflow: hidden;
    position: relative;
}

    .bg-login::before {
        content: '';
        position: fixed;
        inset: -20%;
        z-index: 0;
        pointer-events: none;
        background: radial-gradient(circle at 20% 20%, rgba(0,170,255,.25), transparent 25%), radial-gradient(circle at 80% 30%, rgba(77,163,255,.20), transparent 30%), radial-gradient(circle at 50% 80%, rgba(0,220,255,.15), transparent 30%);
        filter: blur(90px);
        animation: auroraMove 18s ease-in-out infinite alternate;
    }

@keyframes auroraMove {
    from {
        transform: translate(-80px,-30px) scale(1);
    }

    to {
        transform: translate(80px,40px) scale(1.15);
    }
}

#webinarCanvas {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.login-sec {
    position: relative;
    z-index: 2;
}

.fw-200{
    font-weight: 200 !important;
}