* {
  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;
}

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

.line_x {
  background-color: #dae0ec;
  height: 1px;
  width: 100%;
}

.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;
  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;
  justify-content: end;
  z-index: 99;
}

.content .right .form {
  /* position: absolute; */
  top: 180px;
  left: -130px;
  height: min-content;
  width: 560px;
  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(50vh);
  transform: translateY(-50%);
}

.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 .desc {
  font-size: 14px;
  font-family: "Poppins-Regular";
  font-weight: 400;
  line-height: 100%;
  color: #7257f4;
  text-align: left;
  margin-bottom: 24px;
}

.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: #000000;
}

.content .right .form .remind span:nth-child(2) {
  color: #7257f4;
  text-decoration: underline;
}

.content .right .form .tag {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
}

.content .right .form .tag div:nth-child(1),
.content .right .form .tag div:nth-child(3),
.content .right .form .tag div:nth-child(5),
.content .right .form .tag div:nth-child(7) {
  color: #dae0ec;
}

.content .right .form .tag div:nth-child(2),
.content .right .form .tag div:nth-child(4),
.content .right .form .tag div:nth-child(6) {
  color: #7257f4;
}

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

.el-checkbox {
  display: flex;
  white-space: inherit;
  margin-top: 24px;
  color: unset;
  font-weight: 400;
}

.el-checkbox__input {
  margin-top: 4px;
}

.el-checkbox__label {
  font-family: "Poppins-Regular";
  line-height: 150%;
  text-align: left;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  /* color: unset; */
  text-align: left;
  color: #5b5f65;
}

.el-input__inner {
  border-radius: 8px;
  height: 50px;
  padding: 0 20px;
}

.el-form-item {
  margin-bottom: 24px;
}

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

input[type="checkbox"] {
  width: 0;
  height: 0;
}

.el-checkbox__inner {
  width: 18px;
  height: 18px;
}

.el-checkbox__inner:hover {
  border-color: #dcdfe6;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #dcdfe6;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #7257f4 !important;
  border-color: #7257f4 !important;
}

.el-checkbox__inner::after {
  left: 6px;
  top: 3px;
}

.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;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #7257f4;
}
@media screen and (min-width: 1366px) {
  .content .right .form {
    margin-top: calc(60vh );
  }
}
@media screen and (min-width: 2500px) {
  .content .right .form {
    margin-top: calc(45vh );
  }
}