.containter {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
}
.containter .left {
  width: 60%;
  height: 100%;
  position: relative;
}
.containter .left .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.containter .left .logo {
  position: absolute;
  top: 40px;
  left: 40px;
}
.containter .right {
  width: 40%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 120px;
  flex-wrap: wrap;
  flex-direction: column;
}
.containter .right > p {
  width: 100%;
}
.containter .right .say-hello {
  font-size: 24px;
  color: #888E99;
  line-height: 36px;
}
.containter .right .page-name {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  background: linear-gradient(360deg, #3555A4 0%, #3E77FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}
.containter .form {
  width: 100%;
}
.containter .form .lable {
  margin-bottom: 30px;
}
.containter .form .lable .top {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  padding-left: 16px;
}
.containter .form .lable .top img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.containter .form .lable .top span {
  height: 24px;
  font-size: 16px;
  color: #888E99;
  line-height: 24px;
}
.containter .form .lable .input {
  padding: 26px 16px;
  background: rgba(64, 100, 187, 0.08);
  border-radius: 8px 8px 8px 8px;
  width: 100%;
}
.containter .form .lable .input input {
  font-size: 22px;
  color: #888E99;
  background: transparent;
}
.containter .form .lable .input input::placeholder {
  font-size: 22px;
  color: #888E99;
}
.containter .form .yzm-box {
  display: flex;
  align-items: center;
}
.containter .form .yzm-box img {
  width: 33%;
  height: 78px;
  margin-left: 16px;
  object-fit: cover;
}
.containter .form .checkbox {
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-bottom: 62px;
}
.containter .form .checkbox input[type=checkbox] {
  border: 1px solid #4064BB;
  margin-right: 8px;
}
.containter .form .checkbox span {
  font-size: 16px;
  color: #888E99;
}
.containter .form .btn {
  background: #4064BB;
  border-radius: 8px 8px 8px 8px;
  padding: 21px 0;
  text-align: center;
  font-size: 28px;
  color: #FFFFFF;
  cursor: pointer;
}
.containter .form .btn:hover {
  background: #2d58ba;
  color: #ffffff;
}

/*# sourceMappingURL=index.css.map */
