html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-image: url(../../img/login/bg.png);
}
#iForm {
width: 33%;
height: 58%;
float: left;
display: block;
margin-top: 11.8%;
margin-left: 43%;
}
#nameDiv {
width: 80%;
height: 10%;
margin-top: 25%;
margin-left: 10%;
float: left;
border-bottom: 2px solid #000;
}
#pwdDiv {
width: 80%;
height: 10%;
margin-top: 10%;
margin-left: 10%;
float: left;
border-bottom: 2px solid #000;
}
#btnDiv {
width: 80%;
height: 10%;
margin-top: 1%;
margin-left: 10%;
float: left;
}
#addUser {
width: 20%;
height: 5%;
float: left;
margin-left: 43%;
margin-top: 2%;
}
#addUser a {
text-decoration: none;
font-size: 20px;
font-weight: bold;
color: #283762;
cursor: default;
}
#resetPwd {
text-decoration: none;
font-weight: bold;
color: #283762;
margin-left: 10%;
cursor: default;
}
#qrDiv {
float: left;
width: 100%;
height: 10%;
}
#qrCode {
height: 65px;
width: 65px;
margin-left: 87%;
}
#qrCodeDiv {
width: 33%;
height: 65%;
float: left;
display: none;
margin-top: 11.8%;
margin-left: 43%;
}
#qrCodeTips {
width: 50%;
height: 0%;
margin-left: 26%;
float: left;
margin-top: 5%;
text-align: center;
color: red;
}
#qrCodeImg {
width: 41%;
height: 41%;
float: left;
margin-left: 30%;
margin-top: 15%;
}
#qrCodeBtn {
width: 41%;
height: 8%;
float: left;
margin-top: 8%;
margin-left: 30%;
}
#goBack {
width: 100%;
height: 100%;
border: 0;
color: #fff;
font-size: 25px;
text-align: center;
background-color: #283762;
}
#nameImg {
width: 5%;
height: 50%;
float: left;
margin-top: 4%;
background-image: url(../../img/login/my.png);
background-repeat: no-repeat;
}
#nameInput {
width: 90%;
height: 100%;
margin-left: 5%;
float: left;
}
#name {
width: 100%;
height: 100%;
border: 0;
outline: none;
background-color: transparent;
font-size: 30px;
}
#pwdImg {
width: 5%;
height: 50%;
float: left;
margin-top: 4%;
background-image: url(../../img/login/password.png);
background-repeat: no-repeat;
}
#pwdInput {
width: 90%;
height: 100%;
margin-left: 5%;
float: left;
}
#pwd {
width: 100%;
height: 100%;
border: 0;
outline: none;
background-color: transparent;
font-size: 30px;
}
#loginBtn {
width: 83%;
height: 81%;
border: 0;
margin-top: 1%;
margin-left: 9%;
background-color: #fff;
background-image: url(../../img/login/logon.png);
background-repeat: no-repeat;
background-size: 100%;
font-size: 20px;
font-weight: bold;
color: #283762;
}