html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.body-container {
  display: flex;
  background-image: url('../../image/login/bg.png');
  background-size: 100% 100%;
  display: flex;
  padding-right: 207px;
  justify-content: flex-end;
  align-items: center;
}

.body-container .login {
  width: 464px;
  height: 600px;
  background: white;
  box-shadow: 1px 2px 54px 0px rgba(29,131,81,0.1);
  border-radius: 4px;
}
.title {
  weight: bold;
  font-size: 30px;
  color: #000000;
  margin: 51px 0 17px 0;
  text-align: center;
}
.form-item {
  margin: 0 45px 0 41px;
}
.form-item .input-1 {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #008E49;
  padding-left: 20px;
  
}
.form-item .form-code {
  width: 177px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
}
.form-label {
  font-weight: 500;
  font-size: 20px;
  color: #4D4D4D;
  margin-top: 21px;
  margin-bottom: 13px;
}
.form-img {
  width: 183px;
  height: 56px;
  background: #F6F6F6;
  border-radius: 4px;
  float: right;
}
.checkbox {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.login-btn {
  height: 56px;
  background: #00AC58;
  border-radius: 4px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 16px;
}

.login-reset {
  font-weight: bold;
  font-size: 14px;
  color: #3385FF;
}
.eye {
  right: 10px;
  top: 20px;
}
.eyeImg {
  background-image: url('../../image/login/eye.png');
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.eyeImgIn {
  background-image: url('../../image/login/in-eye.png');
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.user-type {
  font-size: 25px;
  margin-bottom: 45px;
  border-bottom: 1px solid #00AC58;
}

.user-type div {
  display: inline-block;
  width: 49.1%;
  text-align: center;
  cursor: pointer;
  padding: 10px 0px;
}

.user-type div.active {
  background: #ffffff;
  cursor: auto;
  background: #00AC58;
  color: #ffffff;
}