html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-color: #f5f5f5;
  color: #333;
  background-image: url(../images/bg.png);
  background-repeat: none;
  background-size: 100% 100%;
}
* {
  box-sizing: border-box;
}
.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box {
  width: 450px;
  height: 330px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  top: 50%;
  margin-top: -200px;
}
.box .header {
  border-bottom: 2px #30bce8 solid;
  position: relative;
}
.box .logo {
  padding: 6px;
  height: 60px;
  line-height: 60px;
}
.box .logo img {
  float: left;
  width: 60px;
  margin: 0 8px;
}
.box .logo span {
  overflow: hidden;
  font-size: 18px;
}
.box .flag {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 80px;
  text-align: center;
  line-height: 60px;
  background-color: #30bce8;
  font-size: 24px;
  color: #fff;
}
.box .body {
  padding: 15px;
  padding-bottom: 20px;
}
.box .body .form-item {
  position: relative;
  margin: 8px 0;
  padding-bottom: 20px;
}
.box .body .form-item .name {
  float: left;
  width: 60px;
  text-align: right;
  padding-right: 15px;
  line-height: 35px;
}
.box .body .form-item .input {
  overflow: hidden;
}
.box .body .form-item input {
  width: 100%;
  border: 1px solid #ccc;
  height: 35px;
  padding: 0 6px;
  border-radius: 3px;
  outline: none;
}
.box .body .form-item input:focus {
  border-color: #409EFF;
}
.box .body .form-item .err {
  position: absolute;
  left: 0px;
  bottom: 0;
  color: #F56C6C;
  padding-left: 60px;
}
.box .body .form-item .yzm {
  position: relative;
  padding-right: 150px;
}
.box .body .form-item .yzm-img {
  position: absolute;
  right: 0px;
  top: 0;
  width: 140px;
  height: 60px;
  background-color: #ccc;
  overflow: hidden;
}
.box .body .form-item .yzm-img img {
  width: 100%;
  height: 100%;
}
.box .body .form-btn {
  width: 100%;
  overflow: hidden;
  padding-left: 60px;
}
.box .body .form-btn button {
  width: 210px;
  padding: 10px 0;
  background-color: #409EFF;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
}
.box .body .form-btn button:hover {
  background-color: #2c88e6;
}
.box .body .form-btn a {
  color: #666;
  text-decoration: initial;
  float: right;
  margin-right: 10px;
  margin-top: 15px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #333;
}
/*# sourceMappingURL=login.css.map */
