<>
.login-container{
width: 100%;
height: 100%;
background: url("website/images/login-banner.png") no-repeat;
background-size: 100% 100%;
}
.EaesIcon{
/*width: 20px;*/
height: 20px;
}
.header-title{
text-align: center;
padding-top: 113px;
}
.header-title>p{
margin: 0 auto;
}
.login-center{
width: 495px;
height: 445px;
margin: 0 auto;
padding-top: 100px;
}
.login-center>div{
margin-bottom: 19px;
}
.captchaContent2{
display: none;
}
.footerContent{
width: 70%;
height: 140px;
margin: 0 auto;
/*position: absolute;*/
/*left: 50%;*/
/*bottom: 50px;*/
/*transform: translateX(-50%);*/
}
@media screen and (max-width: 640px) {
.captchaContent{
display: none;
}
.captchaContent2{
width: 100%!important;
display: block;
}
.header-title{
padding-top: 80px;
}
.login-center{
width: 100%;
height: auto;
margin-top: 55px;
padding: 0 20px;
display: flex;
flex-direction: column;
justify-content: center;
}
table{
width:100%
}
.accountContent,.passwordContent,.captchaWrap{
margin-bottom: 15px;
}
/*.login-container{*/
/* transform: scale(0.5);*/
/* transform-origin: top left;*/
/* width: 100%;*/
/*}*/
table,tbody,tr{
width:100%;
display:block;
}
/*.td1{*/
/* width: 100%;*/
/* display: block!important;*/
/*}*/
td{
width: 100%;
display: block!important;
}
.footerMessage{
width: 100%!important;
float: none!important;
}
.footerSubscription{
position: static!important;
margin-top: 20px;
width: 100%;
display: flex;
/*justify-content: space-between;*/
}
.SubscriptionNumber{
margin-right: 30px;
}
.footerContent{
width: 100%;
height: 300px!important;
padding: 29px 20px 0 20px!important;
position: static!important;
transform: none;
}
.tdHide{
display: inline!important;
width: 0px!important;
}
.seat{
width: 0px!important;
}
.centerContent{
/*width: 90%;*/
padding-left: 50px;
}
.loginbtn{
/*width: 300px;*/
}
}
>