.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -80px;
  color: #6b778d;
  background: url('../img/login-bg.png') no-repeat fixed 0% 0%;
  background-size: cover;
}

.logo-wrap {
  width: 505px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(33, 23, 20, 0.13);
  box-shadow: 0px 4px 10px 0px rgba(33, 23, 20, 0.13);
}

.logo {
  width: 250px;
  height: 40px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: 100%;
}

.login {
  width: 445px;
  /* height: 375px; */
  height: 295px;
  margin: 20px 0;
  padding: 50px 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(33, 23, 20, 0.13);
  box-shadow: 0px 4px 10px 0px rgba(33, 23, 20, 0.13);
}

.title {
  margin: 5px 0 40px;
  font-size: 20px;
}

.input-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0;
}

.validate_code_img {
  width: 88px;
  position: absolute;
  right: 88px;
  top: 50%;
  height: 34px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.icon {
  width: 40px;
  height: 40px;
  line-height: 50px;
  margin-right: 5px;
  background: #b0b8c8;
}

.icon img {
  width: 19px;
  height: 24px;
}

.code_img {
  padding-top: 6px;
  width: 15px !important;
  height: 28px !important;
}

.text {
  width: 225px;
  height: 38px;
  background: #eef0f4;
  border: 1px solid #eef0f4;
  outline: none;
  text-indent: 10px;
  border-radius: 3px;
}

.button {
  width: 230px;
  height: 40px;
  line-height: 40px;
  margin: 30px auto;
  color: #fff;
  background: #829cd0;
  cursor: pointer;
}

.forget-password {
  margin-bottom: 20px;
}

a {
  color: #6b778d;
  text-decoration: underline
}

.back {
  position: absolute;
  cursor: pointer;
}


input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6b778d;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6b778d;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6b778d;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6b778d;
}
