.main-wraper{
    background: url(../web/img/main-bg.jpg) no-repeat;
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 10px 0 0 20px;
}
.main-logo li a .aaro-logo{
 width: 100px !important;   
}
.main-logo li a .csi-logo{
 width: 100px !important;   
}
.main-wraper .row{
    margin: 0;
}
.login-screen{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.overlayer {
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    opacity: 0.4;
    top: 0;
}
.login-section{
    background: url(../web/img/login-bg.png) no-repeat;
    width: 50%;
    height: 95vh;
    display: block;
    background-position: 0;
    margin: 0;
    position: relative;
    background-size: 100%;
    padding: 0;
}
.cover-login {
    text-align: center;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3); */
    margin: auto;
    display: block;
    justify-content: center;
    align-items: center;

    /* position the div in center */
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
}
.cover-login h2{
    color: #004B8F;
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px;
}
.cover-login .input-group-text {
    background-color: transparent;
    border-right: none !important;
}
.cover-login .form-control {
    border-left: none;
    height: 45px;
}
.forget {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    transition: all 0.3s;
    color: #004B8F;
}
.error{
    display: block;
    width: 100%;
    text-align: left;
    color: red;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.forget {
    opacity: 0.7;
    transition: all 0.3s;
}
.checkbox-area {
    text-align: left;
}
.checkbox-area span{
    font-size: 18px;
    padding-left: 5px;
    color: #004B8F;
}
.login-btn {
    display: inline-block;
    width: 250px;
    height: 45px;
    margin: 20px auto 0;
    border: 1px solid #004B8F;
    color: #004B8F;
    transition: all 0.3s;
    background-color: #ffffff;
    border-radius: 5px;
}
.login-btn:hover {
    background-color: #004B8F;
    transition: all 0.3s;
    color: #ffffff;
}
.main-logo {
    background: #FFFFFF;
    border: 1px solid #004B8F;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}
.main-logo li {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
}
.main-logo li a .csi-logo {
    width: 100px;
}
.main-logo li a .fineit {
    width: 114px;
}

.text-infomation{
    width: 450px;
    text-align: center;
    margin-left: 30%;
    display: block;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    position: absolute;
    justify-content: center;
}
.text-infomation h2{
    color: #004B8F;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
}













@media(max-width:1200px){
    .login-section {
        width: 60%;
    }
    .text-infomation{
        margin-left: 40%;
    }
}

@media(max-width:1023px){

}
@media(max-width:991px){
    .text-infomation {
        width: 300px;
    }
}

@media(max-width:767px){
    .login-section {
        width: 90%;
        background: none;
        background-color: #ffffff;
        box-shadow: none;
        margin: auto;
    }
    .cover-login {
        left: 0;
        width: 90%;
        right: 0;
        margin: auto;
        transform: none;
        top: 20px;
    }
    .cover-login h2 {
        font-size: 28px;
    }
    .text-infomation {
        width: 95%;
        text-align: center;
        margin: 20px auto 0;
        display: block;
        top: -2px;
        left: 0;
        transform: none;
        position: initial;
        justify-content: center;
        padding-bottom: 30px;
    }
    .main-wraper {
        height: 100%;
    }
}

@media(max-width:479px){

    .login-btn {
        width: 100%;
    }
    /* .main-logo li {
        display: block;
        width: 100%;
        margin: 10px 0;
    } */
    .cover-login h2 {
        font-size: 20px;
    }
    .text-infomation {
        width: 90%;
        text-align: center;
        margin: 0 auto 30px;
        display: block;
        top: 50%;
        left: 0;
        transform: none;
        position: static;
        justify-content: center;
    }
    .main-logo {
        padding: 5px;
    }
}

