.login {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../../image/loginBg.jpg') no-repeat center / cover;
  min-width: 1000px;
}
.login .msunLogo {
  position: absolute;
  left: 50px;
  top: 20px;
  width: 206px;
  height: 72px;
  display: flex;
  align-items: center;
}
.login .logo img {
  width: 100%;
  height: 100%;
}
.login .logo span {
  margin-left: 10px;
  font-size: 25px;
  color: #ffffff;
}
.login .bg {
  width: 900px;
  height: 640px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login .card {
  position: absolute;
  right: 55px;
  top: 45%;
  transform: translate(0, -50%);
  width: 300px;
  min-height: 320px;
  background: #ffffff;
  border-radius: 15px;
}
.login .card .tab {
  height: 60px;
  line-height: 60px;
/*  border-bottom: 1px solid #cccccc;*/
  display: flex;
  align-items: center;
  text-align: center;
}
.login .card .tab .activate {
  color: #286cfb;
  font-weight: 600;
/*  border-bottom: 2px solid #3D42FF;*/
  font-size: 36px;
}
.login .card .tab .dl {
  flex: 1;
  cursor: pointer;
}
.login .card .tab .zc {
  flex: 1;
  cursor: pointer;
}
.login .card .dl_box {
  padding: 20px 30px;
}
.login .card .dl_box .input-group-addon {
  background: #f7f8fa;
  border: none;
}
.login .card .dl_box .phone {
  position: relative;
}
.login .card .dl_box .phone .input-group {
  margin: 10px 0;
}
.login .card .dl_box .codes .code_y {
  height: 40px;
}
.login .card .dl_box .forgetPassword {
  position: absolute;
  right: 0px;
  top: -60px;
  font-weight: 400;
  font-size: 14px;
  color: #3d42ff;
}
.login .card .dl_box .forgetPassword:hover {
  color: #f15757;
}
.login .card .dl_box .btn_dl {
  margin: 80px 0 20px 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #3D42FF;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 10px;
  position: relative;
}
.login .card .zc_box {
  display: none;
  padding: 20px 33px;
}

.img1{
  width: 20px;
  height: 25px;
}

.input1{
  background:transparent;
  border:1px solid #ffffff;
  height: 15px;
  margin-left: 10px;
}
