.login-container{
  padding-top: 70px;
  width: 1200px;
  margin: 0 auto;
  height: calc(100vh - 70px);
}
.login-container .pc-login-bg,.login-form-wrapper{
  width: 50%;
}
.login-container .pc-login-bg img{
  width: 100%;
}
.login-form-wrapper{
  width: 500px;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 0px rgba(104,200,255,0.6);
  border-radius: 20px;
  margin-top: 80px;
  padding: 50px;
}
.login-form-wrapper .login-title{
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.login-form p{
  margin-bottom: 15px;
}
.login-form input[type=text]{
  width: 100%;
  height: 56px;
  line-height: 56px;
}
.login-form input[type=password]{
  width: 100%;
  height: 56px;
  line-height: 56px;
}
label{
  display: block;
  width: 180px;
  cursor: pointer;
  font-size: 18px;
}
.login-submit-btn{
  width: 100%;
  height: 60px;
  font-size: 20px;
  letter-spacing: 5px;
  margin-top:20px;
}
input[type=checkbox]{
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.read-agree{
  padding-top: 20px;
}
.code-get{
  padding: 0 20px;
  margin-left: 10px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #3B83F8;
  border-radius: 4px;
  font-size: 14px;
  color: #3B83F8;
}
@media screen and (max-width:1199px) {
  .pc-login-bg{
    display: none;
  }
  .login-container{
    width: 100%;
    font-size: 14px;
  }
  .login-form-wrapper{
    background: #FFFFFF;
    box-shadow: none;
    border-radius:0;
    margin: 20px auto;
    padding: 10px;
  }
  label{
    display: none;
  }
  .code-get,input[type=text],.login-submit-btn{
    height: 46px;
    line-height: 26px;
  }
}
