* {
  padding: 0;
  margin: 0;
}

header {
  background: transparent;
  backdrop-filter: blur(50px);
  padding: 0 !important;
  top: 0;
  border-bottom: none;
}

.header {
  display: flex;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #E8E9EB;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  height: 72px;
}

.header .container .logo {
  margin-right: 20px;
  background-image: url('../images/HALOPTX.png');
  width: 150px;
  height: 24px;
  background-size: 100% 100%;
}

.header .container .right {
  display: flex;
  align-items: center;
}

.header .container .right .text {
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-weight: 500;
}

.header .container .right .login {
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-weight: 500;
  color: #7257F4;
}

.header .container .right .btn {
  background: #fff;
  color: #7257F4;
  border: 1px solid #7257F4;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins-SemiBold";
  cursor: pointer;
  margin: 0 24px;
}

.header .container .right .btn:hover {
  background: #533acd;
  color: #fff;
}

.header .container .right .drop .text {
  color: #7257F4;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-weight: 500;
}

.box {
  position: relative;
}

.box .bgLeft {
  position: fixed;
  background-image: url('../images/Rectangle66.png');
  background-size: cover;
  width: 52%;
  height: 100%;
  left: 0;
}

.box .bgRight {
  position: absolute;
  right: 0;
  width: 48%;
  height: 100%;
  background: #F1F4F9;
}

.content {
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}

.content .left {
  height: 100%;
  width: 1200px;
  z-index: 9;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content .left .text {
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
  color: #fff;
  font-family: 'Poppins-Regular';
  margin-bottom: 24px;
  /* margin-top: 180px; */
  width: 450px;
  text-align: left;
}

.content .left .descBox {
  width: 450px;
}

.content .left .desc {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #fff;
}

.content .left .desc div {
  margin-right: 12px;
  font-size: 18px;
  line-height: 150%;
  font-family: 'Poppins-SemiBold';
}

.content .right {
  flex: 1;
  position: relative;
  display: flex;
  z-index: 99;
  justify-content: end;
  max-height: 100vh;
}

.content .right .form {
  /* position: absolute; */
  top: 180px;
  left: -130px;
  width: 620px;
  height: min-content;
  padding: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 32px 0 rgba(0, 17, 50, 0.06);
  z-index: 99;
  margin-left: 70px;
  margin-top: calc(60vh);
  transform: translateY(-50%);
}

.content .right .form .desc {
  font-size: 20px;
  font-family: 'Poppins-Regular';
  line-height: 170%;
  font-weight: 400;
  color: #5B5F65;
}

.content .right .form .email {
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
  line-height: 170%;
  font-weight: 600;
  margin-bottom: 20px;
  color: #7257F4;
}

.content .right .form .captchBox {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 24px auto;
}


.content .right .form .captchBox input {
  width: 66px;
  height: 72px;
  font-size: 32px;
  font-family: 'Poppins-SemiBold';
  line-height: 150%;
  font-weight: 600;
  text-align: center;
  border: 1px solid #DAE0EC;
  border-radius: 8px;
  outline: none;
  transition: border-color .2s;
}

.content .right .form .captchBox input:focus {
  border-color: #7257F4;
}

.content .right .form .captchBox input::-webkit-outer-spin-button,
.content .right .form .captchBox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.content .right .form .captchBox input[type=number] {
  -moz-appearance: textfield;
}

.content .right .form .submitBtn {
  margin-top: 24px;
}

.content .right .form .submitBtn span {
  font-family: 'Poppins-SemiBold';
  font-weight: 600;
}

.content .right .form .title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 20px;
  line-height: 150%;
}

.content .right .form .remind {
  margin-top: 24px;
  text-align: center;
}

.content .right .form .remind span {
  font-size: 14px;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  line-height: 150%;
  color: #5B5F65;
}

.content .right .form .remind span:nth-child(2) {
  color: #7257F4;
}

.el-icon--right {
  margin-left: 5px;
  color: #7257F4;
  font-weight: bold;
}

li::marker {
  color: #8B94A7;
}


.el-button {
  background: #7257F4;
  border-color: #7257F4;
  width: 100%;
  border-radius: 100px;
  padding: 15px 20px;
  font-size: 18px;
}

.el-button--primary:focus,
.el-button--primary:hover {
  background: #533ACD;
  border-color: #533ACD;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #fff;
  color: #7257F4;
}

.passwordRules {
  text-align: left;

}

.passwordRules ul {
  color: #5B5F65;
  list-style-type: disc;
  list-style-position: inside;
  line-height: initial;
}
li {
  margin-bottom: 10px;
}


.passwordRules .title {
  font-size: 18px !important;
  font-family: 'Poppins-SemiBold';
  line-height: 150%;
  font-weight: 600;
  text-align: left !important;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 1280px) {
  .content .right .form {
    margin-top: calc(70vh);
  }
}
@media screen and (min-width: 1920px) {
  .content .right .form {
    margin-top: calc(60vh);
  }
}

@media screen and (min-width: 2500px) {
  .content .right .form {
    margin-top: calc(55vh);
  }
}