.login-container {
  height: 768px;
  margin: 0 auto;
  background: url('../images/login-back.jpg') no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
  width: 100%;
  max-width: 1024px;
  position: relative;
}
.login-container .form {
  width: 338px;
  height: 206px;
  margin: 393px auto 0;
  background: url('../images/login-img.jpg') no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.login-container .form .f-cont {
  width: 241px;
  height: 41px;
  margin: 77px auto 0;
  background: url('../images/input-img.jpg') no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.login-container .form .f-cont input {
  width: 190px;
  height: 37px;
  position: absolute;
  top: 2px;
  left: 49px;
  text-indent: 5px;
  background-color: #f0f0f0;
}
.login-container .form .login-btn {
  width: 243px;
  height: 44px;
  margin: 19px auto 0;
  cursor: pointer;
}
.login-container .to-reg {
  width: 481px;
  height: 273px;
  background: url('../images/tishi-reg.png') no-repeat center center;
  background-size: 100% 100%;
  display: none;
  overflow: hidden;
}
.login-container .to-reg .reg-btn {
  width: 156px;
  height: 38px;
  margin: 170px auto 0;
  cursor: pointer;
}
.login-container .register {
  background-color: #fff;
  width: 479px;
  height: 383px;
  background: url('../images/reg-img.png') no-repeat center center;
  background-size: 100% 100%;
  display: none;
  position: relative;
}
.login-container .register .reg-inp {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.login-container .register .reg-inp input {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  text-indent: 10px;
}
.login-container .register .reg-inp .name,
.login-container .register .reg-inp .mobile,
.login-container .register .reg-inp .hospital {
  width: 220px;
  height: 30px;
  position: absolute;
  left: 197px;
}
.login-container .register .reg-inp .name {
  top: 96px;
}
.login-container .register .reg-inp .mobile {
  top: 158px;
}
.login-container .register .reg-inp .hospital {
  top: 219px;
}
.login-container .register .reg-btn {
  width: 156px;
  height: 38px;
  position: absolute;
  top: 293px;
  left: 50%;
  margin-left: -78px;
  cursor: pointer;
}
