﻿body {

}
.loginBox{
    background:url(../img/bg1.jpg) no-repeat bottom center;
    background-size:cover;
    height:100vh;
}
.loginRow{
    min-height:calc(100vh - 180px);

}

.loginBox2{
    background:url(../img/111112.jpg) no-repeat top center;
    background-size:cover;
    height:88vh;
}
.loginBox2::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    z-index:-1;
}
.loginRow2{
    min-height:calc(90vh - 60px);

}

.loginBox3{
    background:url(../img/bg2.jpg) no-repeat bottom center;
    background-size:cover;
    height:88vh;
}
/*..Main Loader..*/
#loadingLoader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b5;
    z-index: 99999;
}

    #loadingLoader > div {
        width: 115px;
        height: 120px;
        /*background-color: #fff;*/
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        border-radius: 10px;
        overflow: hidden;
        /*padding-top: 9px;*/
    }

        #loadingLoader > div span {
            display: block;
            font-weight: 600;
        }
        
        sup.star{
            color: red;
            font-size: 10px;
            margin-left: 3px;
        }