.login {
  background: url(../../images/loginpage.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
}

.loginwarp {
  width: 100%;
  height: 80vh;
  position: absolute;
  background-color: white;
  opacity: 0.6;
  z-index: 1;
}

.loginform {
  z-index: 2;
  width: 500px;
  height: 550px;
  background-color: #ecf5ff;
  margin: 5rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.42);
}

.loginrole {
  display: flex;
}

.formmain {
  background-color: white;
}

.person,
.company {
  height: 70px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}

.actoverole {
  background: white;
}

.formmain {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}

.formmain form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logintype {
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phonenum,
.password,
.misc {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.misc {
  font-family: "微软雅黑", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4056cc;
}

.misc div {
  cursor: pointer;
}

.misc div:nth-child(1) {
  text-decoration: underline;
}

.phonenum input,
.password input {
  outline: none;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  height: 26px;
  padding-left: 0.3rem;
}

.phonenum input {
  margin-bottom: 3rem;
}

.password input {
  margin-bottom: 1.3rem;
}

.submitbtn {
  width: 100%;
  text-align: center;
  margin: 0rem 0 1rem 0;
}

.submitbtn button {
  border: none;
  border-radius: 5px;
  width: 351px;
  height: 40px;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(186, 231, 255, 1) 0%,
    rgba(4, 68, 144, 1) 100%
  );
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.288);
  transition: 0.3s all ease;
  cursor: pointer;
}

.submitbtn input:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.459);
}

.register span{
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.register a{
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-decoration: underline;
    color: #4056CC;
}

.cms {
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-decoration: underline;
  color: #4056cc;
}