/* Option 2: Import via CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
:root {
    --primary: #333;
    --secondary: #565555;
    --paragraph: #475569;
    --bodyBg: #f3f3f3;
    --white: #fff;
    --whiteBg: #fff;
    --themDark: #173a77;
    --primaryBtn: #846cf9;
    --borderRadius: 100rem;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

@font-face {
    font-family: 'Barlow-Regular';
    src: url('../fonts/montserrat/Barlow-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Barlow-Light';
    src: url('../fonts/montserrat/Barlow-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts/montserrat/Barlow-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Barlow-Italic';
    src: url('../fonts/montserrat/Barlow-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Barlow-SemiBold';
    src: url('../fonts/montserrat/Barlow-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/montserrat/Barlow-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
}
body, html, #form1, .login-main-block, .login-inner-block{
    height: 100%;
}
body {
    font-family: 'Barlow-Medium';
    line-height: 1.4;
    font-size: 15px;
    color: var(--paragraph);
    background: var(--bodyBg);
}
.login-main-block {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(90deg, #e2e2e2, #c9d6ff); */
    background: linear-gradient(90deg, #e2e2e2, #ECE7E7);
    background-image: linear-gradient(175deg, #d3f3fe 0%, #75abd7 100%);
    font-family: 'Barlow-Medium';
    height: calc(100% - 85px);
    overflow: auto;
}

.login-inner-block {
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.toggle-panel .login-content-block {
    position: relative;
    z-index: 1;
    text-align: center;
}
.login-title {
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}
    .login-title h4 {
        font-size: 16px;
        margin: 0;
        color: var(--white);
        line-height: 1.1;
        font-family: 'Barlow-Regular';
    }
        .login-title h4 small {
            font-family: 'Barlow-Bold';
            color: var(--white);
            font-size: 112%;
        }
        .login-content-block h1 {
    font-size: 52px;
    margin: -10px 0;
}

.formSet{
    text-align: left;
    margin-bottom: 1.2em;
}
    .formSet h3 {
        font-family: 'Barlow-Bold';
    }
    .formSet p {
        color: #475569;
        font-size: 1.1rem;
    }
    form {
    width: 100%;
}
header {
    background: #846CF9;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.logos img {
    max-width: 160px;
}
.form-box {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #333;
    text-align: center;
    padding: 0;
    z-index: 1;
    transition: 0.6s ease-in-out 1.2s, visibility 0s 1s;
    overflow: auto;
    border-radius: 50px;
    max-width: 500px;
}
.formWrper, .logoHeader {
    padding: 20px 40px;
    position: relative;
}
.logoHeader {
    position: relative;
    background: rgb(152,147,255);
    background: linear-gradient(4deg, rgba(152,147,255,1) 0%, rgba(199,175,255,1) 100%);
    padding: 30px 50px 20px;
}
    .logoHeader:before {
        content: "";
        background: url(../images/backgroundHilight.svg) no-repeat left top;
        background-size: 100%, auto;
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .boxes {
    width: 100%;
}

   
    .login-title {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.input-box {
    position: relative;
    margin: 0 0 10px;
}
    .input-box label, label {
        display: block;
        text-align: left;
        margin-bottom: 5px;
        color: #475569;
        font-size: 15px;
        padding-left: 18px;
    }


    .input-box input, .captcha-input-block input {
        width: 100%;
        padding: 10px 15px 10px 15px;
        background: #F6F6F6;
        border-radius: 41px;
        border: none;
        outline: none;
        font-size: 13px;
        color: #333;
        font-weight: 500;
        border: 1px solid #cbd5e1;
        height: 40px;
    }
      
        .input-box input::placeholder {
            color: var( --paragraph);
            font-weight: 400;
        }

.input-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #475569;
}

.form-box .btn {
    width: 100%;
    height: 48px;
    background: #6338f0;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.form-box .btn:hover {
    background: #1d2851;
}

.toggle-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../images/indoreBuilding.png') no-repeat left center;
    background-size: cover;
}

.toggle-panel {
    position: absolute;
    width: 50%;
    height: 100%;
    color: #000;
    padding: 15px;
    align-items: center;
    /* background: #1d2851; */
    background-color: #6338f0;
    background-image: url('../images/line.png');
    border-radius: 0;
    z-index: 2;
    transition: 1.8s ease-in-out;
    background-size: auto auto;
    background-repeat: repeat;
    background-position: center bottom;
    font-family: 'Barlow-SemiBold';
    display: none;
}

.absoluteImg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}


.popBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(3px);
}
    .popBox .fullHt {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.toggle-panel p {
    margin-bottom: 20px;
}
.logoBox {
    display: flex;
    align-items: center;
    gap: 10px;
}
    .logoBox img {
        width: 60px;
    }

    .logoBox h4 {
        font-size: 17px;
        line-height: 1.1;
        margin: 0 15px;
        padding: 0;
        font-family: 'Barlow-SemiBold';
        color: #fff;
        font-family: 'Barlow-Regular';
        text-align: center;
    }


.captcha-input-block {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    
}
    .captcha-input-block .position-relative {
        width: calc(100% - 130px);
        margin-right: 10px;
        position: relative;
    }

    .captcha-input-block .captcha-text-block {
        color: #863436;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 18px;
        width: 120px;
        text-align: right;
        position: relative;
    }
.faa-refresh{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.login-btn-block {
    padding-top: 10px;
}
footer.d-block, footer.d-block a {
    color: #8AABCC;
    text-decoration: none;
}
    footer.d-block a:hover {
        color: var(--primaryBtn);
    }
        .login-btn-block span.forgot-btn {
    text-align: right;
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
}

.login-btn-block span.forgot-btn a {
    text-decoration: underline;
}

.login-btn-block button.btn {
    margin: 10px 4px;
}

.alertMsg {
    min-width: 420px;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.warningBox {
    text-align: center;
}

    .warningBox i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background: #ffdddd;
        margin: auto;
        margin-bottom: 15px;
        font-size: 40px;
        color: #ba0000;
    }

    .warningBox h4 {
        line-height: 1.1;
        font-size: 1.5rem;
        margin: 0 0 10px;
    }

    .warningBox p {
        line-height: 1.3;
        font-size: 1rem;
        font-family: 'Barlow-Regular';
        font-weight: normal;
        margin: 0;
    }

.btnLarger {
    width: 100%;
    border-radius: 20px;
    padding: 8px 12px;
}
.closeBtnTop {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    font-size: 32px;
    color: #565353;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
    line-height: 1;
}
    .closeBtnTop:hover {
        background: #e2e8f0;
    }
    .invisibleBtn{
    position:absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .form-box{
        right: auto;
        left: 50%;
        transform: translate(-50% , -50%);
        margin: auto;
    }
}

@media (min-width: 651px) and (max-width: 991px){
    .form-box {
        width: 100%;
        bottom: 0;
        height: auto;
        padding: 0;
        min-height: unset;
    }
    .toggle-panel{
        width: 100%;
    }
    .toggle-box {
        height: 100%;
    }
    .logoBox {
        z-index: 5;
        position: relative;
        /* background: blue; */
        text-shadow: 0 0 10px #000;
    }
}

@media screen and (max-width: 650px) {
    .form-box {
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        display: block;
        position: relative;
        right: 0;
        border-radius: 0;
    }
    .formWrper, .logoHeader {
        padding: 20px 15px;
        position: relative;
    }
    footer.d-block small {
        display: block;
        text-align: center;
    }
    .login-title {
        padding-bottom: 18px;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5vh;
    }
    .login-btn-block {
        padding-top: 10px;
        position: fixed;
        width: 100%;
        left: 0;
        padding: 15px;
        background: #fff;
        bottom: 0;
    }
    .logos img {
        max-width: 120px;
    }
    .input-box{
        margin-bottom: 3vh;
    }

    .login-inner-block.active .form-box {
        right: 0;
        bottom: 30%;
    }

    .toggle-panel {
        display: none;
    }
    footer{
        font-size: 11px;
    }
    .logoBox img {
        width: 50px;
    }
    .logoBox h4 {
        font-size: 15px;
    }
    .login-main-block {
        height: calc(100% - 74px);
    }
    .login-title {
        flex-direction: column-reverse;
    }
    }

@media screen and (max-width: 400px) {
    .form-box {
        padding: 0;
    }
    .logoBox h4 {
        font-size: 13px;
    }
        .toggle-panel h1 {
        font-size: 30px;
    }
    .login-title {
        margin-bottom: 20px;
        padding: 0;
    }
   
    .formSet p{
        font-size: 1rem;
    }
    }

@media (min-height: 800px){
    .login-title {
        padding-bottom: 0;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .form-box{
        max-width: 600px;
    }
}