input::-webkit-input-placeholder {
  color: #acaaca !important;
}
input::-moz-input-placeholder {
  color: #acaaca !important;
}
input::-ms-input-placeholder {
  color: #acaaca !important;
}

body{
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
  background: url(../img/login_bg.jpg) center no-repeat;
}
.login{
  width: 525px;
  margin: 0 auto;
  padding-top: 270px;
}
.option{
  width: 100%;
  height: 29px;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.option i{
  display: block;
  float: left;
  width: 36px;
  height: 26px;
}
.option input{
  float: left;
  width: 440px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 20px;
}
.email i{
  background: url(../img/mail_bg.png) 0 0 no-repeat;
}
.password{
  height: 40px !important;
}
.code{
  position: relative;
  height: 40px !important;
}
.password input{
  margin-top: 12px;
  margin-left: 24px;
}
.code input{
  width: 240px !important;
  margin-top: 10px;
  margin-left: 22px;
}
.password i{
  width: 32px;
  height: 40px;
  background: url(../img/password_bg.png) 0 0 no-repeat;
}
.code i{
  width: 34px;
  height: 42px;
  background: url(../img/code_bg.png) 0 0 no-repeat;
}
#code{
  position: absolute;
  width: 216px;
  height: 68px;
  right: 0px;
  top: -20px;
  cursor: pointer;
}
#code img{
  width: 100%;
  height: 100%;
}
.submit{
  width: 400px;
  height: 60px;
  margin: 0 auto;
  margin-top: 55px;
  border-radius: 26px;
  background: #3e4f9f;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
}
.submit a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.password_forget{
  margin-top: 30px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}
.password_forget a{
  color: #acacac;
}