body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.loginform #code2:focus, .loginform #checkcode:focus{
    width: 157px;
    outline: none;
}
#smsButton {
    border: 0;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    width: 130px;
    color: #fff;
    background: #00CACA;
}
#smsButton:focus {outline: none;}

.titlebanner {
    height: 80px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0px;
}
.container-fluid {
    height: 100%;
    padding: 0!important;
}
.loginform {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    bottom: 0;
    width: 101%;
    background: url(../../images/login/loginimg3.png) no-repeat top center;
    background-size: 100% 100%;
    height: 100%;
}
/******************************************************** 盒子 ********************************************************/
.loginform-div {
    position: absolute;
    left: 60%;
    border-radius: 10px;
    bottom: 20%;
    width: 450px;
}
.loginform-tile {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    font-family: cursive;
    font-weight: bold;
}
.loginform-content {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    width: 80%;
    margin: auto;
    margin-top: 40px;
    min-width: 380px;
}
.loginType-p {
    margin-bottom: 30px;
}
.loginType {
    display: inline-block;
    width: 32%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #E0E0E1;
    margin-left: -3px;
}
.loginType-ed {
    border-bottom: 1.5px solid #3280fc;
}
/******************************************************** 输入框 ********************************************************/

.form-group {
    margin-bottom: 28px;
}
.form-group>input {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    padding-left: 10px;
}
.form-group>.ued-input {
    width: 140px;
}
.form-group>input:focus {
	outline: none;
}
.btn-primary,.btn-primary:hover {
    width: 100%;
    border-radius: 20px;
    background: #3280fc;
}
.ued-img{
	background: url("../../images/login/user.png") no-repeat;
	background-position: 5px;
    padding-left: 25px!important;
}
.ued-img2{
	background: url("../../images/login/pwd.png") no-repeat;
	background-position: 5px 6px;
    padding-left: 25px!important;
}
.impowerBox .title {display: none;}
.impowerBox .qrcode { width: 160px!important;}