.xglogin{
    width:100%;
    height:100%;
    position: relative;
   /* background: url("bg.jpg") 100% 100% no-repeat;*/
   /* background-image: url("bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: -webkit-linear-gradient(left, white, white, white, white);
    background: -o-linear-gradient(left, white, white, white, white);
    background: -moz-linear-gradient(left, white,white, white, white);
    background: -ms-linear-gradient(left, white, white, white, white);
}
.xglogo{
    background-color: white;
    height: 20%;
    font-size: 40px;
    padding-left: 12%;
    padding-top: 5%;
    letter-spacing: 8px;
    color: #2f4050;
}
.xglogo img{
    margin-top:40px;
    height: 40px;
    margin-left: 80px;
}
.xgfooter{
    text-align: center;
    height:20%;
    background-color: white;
    position: absolute;
    bottom: 0;
    width:100%;
    border-bottom: 8px solid #2f4050;
}
.loginform{
 margin-bottom:0px

}
.loginsub{
    width:350px;
    /*background: white;*/
    /*text-align:center;*/
		border:2px solid white;

		background:white;
		width:350px;
		border-radius:10px;
		-moz-border-radius:25px;
		padding-bottom:20px
}
.loginimg{
    text-align: center;
    width:50%;
    height:530px;

}
.loginimg img{
    width:90%;
}
.loginsub h2{
    text-align: center;
    color: #3aa1d8;
    font-size: 28px;
    letter-spacing:8px;
    font-weight: 500;
    padding-top:48px;
}

.loginsub input{
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    margin: 1px  10%;
    height: 40px;
    font-size: 18px;
    line-height: 32px;
   /* padding: 0 2%;*/
   padding-left: 10px !important;
    display: inline-block;
    width: 80% !important;
    position: relative;
    top: 4px;
}

.loginsub img{
    width:100%;
}
@media screen and (min-width:1600px){
    .loginsub{
        position: absolute;
        right:12%;
        margin-top: 6%;

    }
    .loginimg{
        position: absolute;
        left:8%;
    }

}
@media screen and (min-width:1200px) and (max-width: 1599px){
    .loginsub{
        position: absolute;
        right:12%;
        margin-top: 6%;

    }
    .loginimg{
        position: absolute;
        left:8%;
    }
    .loginimg img{
        width:90% !important;
    }

}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .loginsub{
        position: absolute;
        right:12%;
        margin-top: 5%;

    }
    .loginimg{
        position: absolute;
        left:1%;
    }
    .loginimg img{
        width:85%;
    }
    .loginimg img{
        width:100% !important;
    }

}
@media screen   and (max-width: 959px) {
    .loginsub{
        position: absolute;
        right:50%;
        margin-top: 5%;
        margin-right:-180px;
        z-index: 99;

    }
    .loginimg{
        position: absolute;
        width:100%;
    }
    .loginimg img{
        width:100% !important;
    }
    .xglogo{
        background-color: white;
        height: 80px;
    }
    .xglogo img{
        margin-top:25px;
        height: 30px;
        margin-left: 20px;
    }
}


/*20181112*/


html,body{
    overflow: auto;
}
.loginsub>.page-form{
    margin-top:16% !important;
}
.loginCon>.form-group{
    margin-bottom:10%;
}
input.inputBar:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.mGN{
    display: none;
}
.xglogin{
    padding: 0;
    height: 1080px ;
}
.loginform{
    margin: auto;
    position: relative;
    text-align: center;
    /*height: 100%;*/
    top: 0;
    bottom: 0;
    height: 1080px ;
    background-color:#EFEFEF;
}

.loginsub {
    position: absolute;
    right: 15%;
    margin: auto;
    text-align: center;
    height: 54%;
    width: 24%;
    top: -11%;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    box-shadow: 0 2px 7px 4px rgba(42,160,245,0.21);
    border-radius: 14px;
}
.loginBkg{
    margin: auto;
    position: absolute;
    top: 22%;
}
.bottomTitle{
    width: 30%;
    margin: auto;
    margin-top: 48%;
}

@media (max-width:1660px) {
    .loginsub{
        height: 46%;
        top: -16%;
    }
    .bottomTitle{
        width: 30%;
        margin: auto;
        margin-top: 46%;
    }
}
@media (max-width:1399px) {
    .loginBkg{
        top: 14%;
    }
    .loginsub{
        height: 40%;
        top: -41%;
    }
    #loginform{
        position: relative;
        left: -1.5%;
    }
}
@media (max-width:1349px) {
    .loginBkg{
        top: 14%;
    }
    .loginsub{
        height: 40%;
        top: -31%;
    }
    #loginform{
        position: relative;
        left: -1.5%;
    }
}
@media (max-width:1900px) and (min-width:1855px) {
    .loginsub{
        height: 54%;
        top: -9%;
    }
}
@media (max-width:1854px) and (min-width:1800px) {
    .loginsub{
        height: 52%;
        top: -10%;
    }
}
@media (max-width:1799px) and (min-width:1750px) {
    .loginsub{
        height: 50%;
        top: -12%;
    }
}
@media (max-width:1749px) and (min-width:1700px) {
    .loginsub{
        height: 50%;
        top: -12%;
    }
}
@media (max-width:1699px) and (min-width:1650px) {
    .loginsub{
        height: 48%;
        top: -15%;
    }
}
@media (max-width:1649px) and (min-width:1600px) {
    .loginsub{
        height: 48%;
        top: -15%;
    }
}
@media (max-width:1599px) and (min-width:1550px) {
    .loginsub{
        height: 46%;
        top: -16%;
    }
    .bottomTitle{
        margin-top: 60%;
    }
}
@media (max-width:1549px) and (min-width:1500px) {
    .loginsub{
        height: 45%;
        top: -17%;
    }
}
@media (max-width:1499px) and (min-width:1450px) {
    .loginsub{
        height: 43%;
        top: -19%;
    }
}
@media (max-width:1449px) and (min-width:1400px) {
    .loginsub{
        height: 40%;
        top: -27%;
    }
    .loginBkg{
        top: 20% !important;
    }
    .bottomTitle{
        margin-top: 52%;
    }
}
/*@media (max-width:1399px) and (min-width:1350px) {*/
/*!*body{*!*/
/*!*overflow: auto !important;*!*/
/*!*}*!*/
/*.loginsub{*/
/*height: 38%;*/
/*top: -25%;*/
/*padding: 0;*/
/*}*/
/*.loginsub>.page-form{*/
/*margin-top: 14% !important;*/
/*}*/
/*}*/
/*@media (max-width:1399px) and (min-width:1350px) {*/
/*!*body{*!*/
/*!*overflow: auto !important;*!*/
/*!*}*!*/
/*.loginsub{*/
/*height: 38%;*/
/*top: -25%;*/
/*padding: 0;*/
/*}*/
/*.loginsub>.page-form{*/
/*margin-top: 14% !important;*/
/*}*/
/*}*/
@media (max-width:1349px) and (min-width:1300px) {
    /*body{*/
    /*overflow: auto !important;*/
    /*}*/
    .loginform{
        height:100%;
    }
    .loginsub{
        height: 40%;
        top: -41%;
    }
    .inputBar {
        width: 86% !important;
        margin:0 auto !important;
    }
    .loginsub{
        padding: 0;
    }
    #loginform .checkbox-list{
        margin-left: 7%;
        margin-bottom: 4%;
    }
}
@media (max-width:1299px) and (min-width:1250px) {
    /*body{*/
    /*overflow: auto !important;*/
    /*}*/
    .xglogin{
        height:100%;
    }
    .loginsub>.page-form{
        margin-top:0 !important;
    }
    .loginsub{
        height: 38%;
        top: -42%;
        padding: 0;
    }
    .inputBar {
        width: 80% !important;
        margin:0 auto !important;
    }
    #loginform .form-group div>.btn{
        width: 80% !important;
    }
    #loginform .checkbox-list{
        margin-left: 10%;
        margin-bottom: 4%;
    }
    .bottomTitle{
        margin-top: 66%;
    }
}
@media (max-width:1249px) and (min-width:1200px) {
    body{
        overflow: auto !important;
    }
    .loginsub>.page-form{
        margin-top:0 !important;
    }
    .loginsub{
        height: 36%;
        top: -43%;
        padding: 0;
    }
    .inputBar {
        width: 80% !important;
        margin:0 auto !important;
    }
    #loginform .form-group div>.btn{
        width: 80% !important;
    }
    #loginform .checkbox-list{
        margin-left: 10%;
        margin-bottom: 4%;
    }
}
@media (max-width:1199px) and (min-width:1150px) {
    body{
        overflow: auto !important;
    }
    .loginsub>.page-form{
        margin-top:0 !important;
    }
    .loginsub{
        height: 36%;
        top: -44%;
        padding: 0;
    }
    .inputBar {
        width: 80% !important;
        margin:0 auto !important;
    }
    #loginform .form-group div>.btn{
        width: 80% !important;
    }
    #loginform .header-content{
        padding: 15px 14px 10px 0px;
    }
    #loginform .loginCon{
        width: 94%;
    }
    #loginform .checkbox-list{
        margin-left: 10%;
        margin-bottom: 4%;
    }
}
@media (max-width:1149px) and (min-width:1100px) {
    body{
        overflow: auto !important;
    }
    .loginsub>.page-form{
        margin-top:0 !important;
    }
    .loginsub{
        height: 36%;
        top: -46%;
        padding: 0;
    }
    .input-icon input.inputBar {
        width: 80% !important;
        margin:0 auto !important;
        padding-left: 15px !important;
    }
    #loginform .form-group div>.btn{
        width: 80% !important;
    }
    #loginform .header-content{
        width:88%;
    }
    #loginform .loginCon{
        width: 88%;
    }
    #loginform .subBtn{
        width: 100%;
    }
    #loginform .checkbox-list{
        margin-left: 10%;
        margin-bottom: 4%;
    }
}
@media (max-width:1099px) and (min-width:1050px) {
    body{
        overflow: auto !important;
    }
    .loginsub>.page-form{
        margin-top:0 !important;
    }
    .loginsub{
        height: 33%;
        top: -47%;
        padding: 0;
    }
    .input-icon input.inputBar {
        width: 80% !important;
        margin:0 auto !important;
        padding-left: 15px !important;
    }
    #loginform .form-group div>.btn{
        width: 80% !important;
    }
    #loginform .header-content{
        width: 86%;
    }
    #loginform .loginCon{
        width: 86%;
    }
    #loginform .subBtn{
        width: 100%;
    }
    #loginform .checkbox-list{
        margin-left: 10%;
        margin-bottom: 2%;
    }
}
@media (max-width:1049px) and (min-width:1000px) {
    body{
        overflow: auto !important;
    }
    .loginsub>.page-form{
        margin-top:0 !important;
    }
    .loginsub{
        height: 32%;
        top: -30%;
        padding: 0;
    }
    .input-icon input.inputBar {
        width: 80% !important;
        margin:0 auto !important;
        padding-left: 15px !important;
    }
    #loginform .form-group div>.btn{
        width: 80% !important;
    }
    #loginform .header-content{
        width: 82%;
    }
    #loginform .loginCon{
        width: 82%;
    }
    #loginform .subBtn{
        width: 100%;
    }
    #loginform .checkbox-list{
        margin-left: 10%;
        margin-bottom: 2%;
    }
}
@media (max-width:1049px){
    body{
        overflow: auto !important;
    }
    .loginsub>.page-form{
        margin-top:0 !important;
    }
    .loginsub{
        height: 32%;
        top: -48%;
        padding: 0;
    }
    .input-icon input.inputBar {
        width: 80% !important;
        margin:0 auto !important;
        padding-left: 15px !important;
    }
    #loginform .form-group div>.btn{
        width: 80% !important;
    }
    #loginform .header-content{
        width: 82%;
    }
    #loginform .loginCon{
        width: 82%;
    }
    #loginform .subBtn{
        width: 100%;
    }
}
@media (max-width:1000px){
    body{
        overflow: auto !important;
    }
    .loginsub>.page-form{
        margin-top:0 !important;
    }
    .loginBkg{
        top:0;
    }
    .loginsub{
        height: 30%;
        width: 50%;
        top: -8%;
        left: 15%;
        padding: 0;
    }
    .input-icon input.inputBar {
        width: 80% !important;
        margin:0 auto !important;
        padding-left: 15px !important;
    }
    #loginform .form-group div>.btn{
        width: 80% !important;
    }
    #loginform .header-content{
        width: 100%;
    }
    #loginform .loginCon{
        width: 82%;
        margin: 0 auto;
    }
    #loginform .subBtn{
        width: 100%;
    }
    .loginBkg>img.bGN{
        display: none;
    }
    .loginBkg>img.mGN{
        display: block;
    }
    .page-form{
        width:100%;
    }
    #loginform .header-content hr{
        margin-left: 0 !important;
        width: 100% !important;
    }
    #loginform .checkbox-list{
        width: 30%;
        margin-left: 5%;
    }
    .loginCon>.form-group {
        margin-bottom: 5%;
    }
    .bottomTitle {
        width: 50%;
        margin-top: 100%;
        font-size: 12px;
    }
}
@media (max-width:600px){
    .loginsub {
        height: 30%;
        width: 80%;
        top: -30%;
        left: 12%;
        padding: 0;
    }
    #loginform .checkbox-list {
        width: 40%;
    }
}
/*@media (max-height:674px){*/
/*body{*/
/*overflow: auto !important;*/
/*}*/
/*}*/
