.switch-label-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 18px 12px 18px 16px;
  background-color: #F4F8FC;
  border-radius: 8px;
}
.switch-label-wrp span {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.28px;
  color: var(--clr-19191B);
}
.switch-label-wrp .input-group {
  margin-bottom: 0 !important;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  max-width: 46px;
  min-height: 28px;
  width: 100%;
  cursor: pointer;
}
.toggle-switch input[type=checkbox] {
  display: none;
}
.toggle-switch input[type=checkbox]:checked + .toggle-switch-handle {
  transform: translateX(45px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px #05c46b;
}
.toggle-switch input[type=checkbox]:checked + .toggle-switch-background {
  background-color: #2778C9;
}
.toggle-switch input[type=checkbox]:checked + .toggle-switch-background .toggle-switch-handle {
  transform: translateX(17px);
}
.toggle-switch input[type=checkbox]:checked + .toggle-switch:before {
  content: "";
  color: green;
  right: -15px;
}
.toggle-switch::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -35px;
  font-size: 12px;
  font-weight: bold;
  color: #DFEAF4;
  text-shadow: 1px 1px #fff;
  transition: color 0.3s ease-in-out;
}
.toggle-switch .toggle-switch-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DFEAF4;
  border-radius: 20px;
  transition: background-color 0.3s ease-in-out;
}
.toggle-switch .toggle-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0px 2.71px 0.9px 0px rgba(0, 0, 0, 0.0588235294);
  transition: transform 0.3s ease-in-out;
}

.footer {
  border: #6e2572;
}

.register-section {
  padding: 79px 0 30px;
  overflow: hidden;
  background-color: var(--white);
  position: relative;
  min-height: calc(100vh - 177px);
}
.register-section .row {
  align-items: center;
}
.register-section .register-left {
  position: relative;
  z-index: 1;
  padding-right: 3px;
}
.register-section .register-left .register-content {
  padding-bottom: 40px;
}
.register-section .register-left .register-content h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.92px;
  color: var(--clr-19191B);
  margin-bottom: 8px;
}
.register-section .register-left .register-content h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 58.52px;
  color: var(--clr-2778C9);
}
.register-section .register-left .register-img {
  max-width: 390px;
  margin: 32px 0 0 50px;
  width: 100%;
  min-width: 390px;
  min-height: 450px;
  border-radius: 24px 88px 24px 24px;
  overflow: hidden;
}
.register-section .register-left .register-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.register-section .register-right {
  padding-left: 3px;
}
.register-section .register-right .form-body h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42.56px;
  color: var(--clr-2778C9);
  margin-bottom: 20px;
}
.register-section .register-right .form-body .input-group {
  margin-bottom: 30px;
}
.register-section .register-right .form-body .form-control,
.register-section .register-right .form-body .form-select {
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.62px;
  color: #464747;
  border: 1px solid #AFB1B6;
  border-radius: 8px !important;
  min-height: 48px;
  max-height: 48px;
  width: 100%;
}
.register-section .register-right .form-body .form-control:focus,
.register-section .register-right .form-body .form-select:focus {
  box-shadow: none;
  border-color: var(--black);
}
.register-section .register-right .form-body .form-password-toggle {
  position: relative;
}
.register-section .register-right .form-body .form-password-toggle .password-eye {
  position: absolute;
  display: block;
  top: 25px;
  transform: translateY(-50%);
  right: 10px;
  z-index: 3;
  cursor: pointer;
}
.register-section .register-right .form-check {
  margin: 0px 0px 15px 0px;
  display: flex;
  align-items: flex-end;
}
.register-section .register-right .form-check input {
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
.register-section .register-right .form-check input:focus {
  box-shadow: none;
}
.register-section .register-right .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.62px;
  color: var(--black);
  margin-left: 10px;
  display: block;
  margin-top: 4px;
}
.register-section .register-right .form-check .form-check-label a {
  text-decoration: underline;
  display: inline-block;
}
.register-section .submit-btn {
  min-width: 182px;
}
.register-section .account-wrp {
  text-align: right;
}
.register-section .account-wrp h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.28px;
  color: var(--black);
  margin-bottom: 1px;
}
.register-section .account-wrp a {
  font-size: 16px;
  line-height: 21.28px;
  color: var(--clr-2778C9);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.register-section .account-wrp a:hover {
  color: var(--clr-19191B);
}
.register-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 50%;
  height: 100%;
  background-image: url(../images/login-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: none;
}

.login-section {
  background-color: #F1F1F8;
  padding: 0px;
}
.login-section .login-inner {
  display: flex;
  min-height: calc(100vh - 182px);
}
.login-section .login-right {
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 30px 30px;
  max-width: 676px;
  margin: auto;
}
.login-section .login-top {
  padding: 16px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-section .microsoft-logo {
  display: block;
}
.login-section .microsoft-logo img {
  width: 138px;
}
.login-section .levelup-logo {
  display: inline-block;
}
.login-section .levelup-logo img {
  width: 108px;
}
.login-section .login-middle {
  padding: 5px 0px 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.login-section .login-heading {
  margin-bottom: 24px;
  text-align: center;
}
.login-section .login-heading h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #702573;
  margin-bottom: 0px;
}
.login-section .login-heading p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #191F37;
  margin-bottom: 0px;
}
.login-section .label-field {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #191F37;
  margin-bottom: 8px;
}
.login-section .input-group {
  position: relative;
  margin-bottom: 16px;
}
.login-section .form-control {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 0px;
  background-color: #F2F4F8;
  height: 48px;
  padding: 13px 16px;
  width: 100%;
  border-radius: 4px !important;
  border: 1px solid #F2F4F8;
  box-shadow: none;
}
.login-section .form-control::-moz-placeholder {
  color: #747474;
}
.login-section .form-control::placeholder {
  color: #747474;
}
.login-section .form-control:focus {
  border-color: #6e2572;
}
.login-section .password-eye {
  position: absolute;
  right: 16px;
  top: 44px;
  z-index: 3;
}
.login-section .remember {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #191F37;
  margin-bottom: 0px;
  margin-top: 8px;
  margin-left: 5px;
}
.login-section .form-check-label {
  margin-top: 8px;
}
.login-section .form-check-label a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #702573;
  margin-bottom: 0px;
  text-decoration: none !important;
}
.login-section .form-check-label a:hover {
  text-decoration: underline !important;
}
.login-section .submit-btn {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #702573;
  border: 1px solid #702573;
  border-radius: 40px;
  width: 100%;
  margin: 30px 0px;
}
.login-section .account-wrp {
  margin-bottom: 10px;
  text-align: center;
}
.login-section .account-wrp h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.28px;
  color: #191F37;
  margin-bottom: 0px;
  display: inline-block;
}
.login-section .account-wrp h6 .display-content {
  font-size: 16px;
  color: #702573;
  margin-left: 8px;
  font-weight: 500;
}
.login-section .account-wrp h6 .display-content:hover {
  text-decoration: underline !important;
}

.register-section.login-section-new {
  min-height: calc(100vh - 190px);
}

.login-section-new {
  padding: 0 !important;
  min-height: calc(100vh - 182px);
}
.login-section-new .login-section-row {
  align-items: unset;
  min-height: calc(100vh - 190px);
}
.login-section-new .login-left-row {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.login-section-new .login-left-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to bottom, rgba(249, 22, 122, 0.7) 0%, rgba(232, 21, 114, 0.7) 28.49%, rgba(211, 19, 104, 0.7) 45.87%, rgba(188, 17, 143, 0.7) 70.52%, rgba(170, 16, 105, 0.7) 100%), url(/new-design/images/login-left-new.png);
  background-size: cover;
  background-position: center;
}
.login-section-new .login-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.login-section-new .login-left-cont {
  padding: 20px 85px 20px 70px;
}
.login-section-new .login-left-cont h2 {
  font-family: Lexend;
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
  color: #FFFFFF;
  margin-bottom: 45px;
}
.login-section-new .login-left-cont p {
  font-family: Lexend;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.login-section-new::before {
  display: none !important;
}

@media (max-width: 1280px) {
  .login-section-new .login-left-cont {
    padding: 20px 40px;
  }
  .login-section-new .login-left-cont h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .login-section-new .login-left-cont p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  .switch-label-wrp {
    padding: 12px;
  }
  .register-section {
    padding: 50px 0;
  }
  .register-section .register-left .register-content {
    padding-bottom: 25px;
  }
  .register-section .register-left .register-content h4 {
    font-size: 21px;
    line-height: 1.1;
  }
  .register-section .register-left .register-content h1 {
    font-size: 32px;
    line-height: 1.1;
  }
  .register-section .register-left .register-img {
    max-width: 80%;
    margin: 0 0 0 25px;
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .register-section .register-right .form-body h2 {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .register-section .register-right .form-body .input-group {
    margin-bottom: 20px;
  }
  .register-section .register-right .form-check {
    margin: 30px 0;
  }
  .register-section .account-wrp h6 {
    font-size: 14px;
    line-height: 1.1;
  }
  .register-section .submit-btn {
    min-width: 150px;
  }
  .register-section::after {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .login-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login-section:before {
    display: block;
    min-width: 100%;
    background-position: center;
  }
  .login-section .login-inner {
    min-height: calc(100vh - 282px);
  }
  .login-section .login-right {
    position: relative;
    z-index: 1;
    margin-right: 15px;
    margin-left: 15px;
    max-width: 100%;
    width: 100%;
    padding: 20px !important;
  }
  .login-section-new .login-left-row {
    min-height: 50vh;
  }
  .login-section-new .login-inner {
    min-height: unset !important;
    padding: 50px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .register-section {
    padding: 30px 0;
  }
  .register-section .register-left {
    margin-bottom: 20px;
  }
  .register-section .register-left .register-img {
    max-width: 300px;
    margin: 0 0 25px 0;
    border-radius: 15px 62px 15px 15px;
  }
  .register-section .register-right .form-body h2 {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .register-section .register-right .form-body .input-group {
    margin-bottom: 20px;
  }
  .register-section .register-right .form-check {
    margin: 30px 0;
  }
  .register-section .account-wrp h6 {
    font-size: 14px;
    line-height: 1.1;
  }
  .register-section .submit-btn {
    min-width: 150px;
  }
  .register-section::after {
    display: none;
  }
  .register-section::before {
    display: none;
  }
  .login-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login-section:before {
    display: block;
    min-width: 100%;
    background-position: center;
  }
  .login-section .login-inner {
    padding: 10px;
    margin: 25px 0;
  }
  .login-section .login-right {
    position: relative;
    z-index: 1;
    margin-right: 15px;
    margin-left: 15px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .login-section .login-middle {
    padding: 35px 0px 20px;
  }
  .login-section .login-right {
    padding: 0px 16px 30px;
  }
  .login-section .microsoft-logo img {
    width: 131px;
  }
  .login-section .levelup-logo img {
    width: 98px;
  }
  .login-section .submit-btn {
    margin: 16px 0px;
  }
  .login-section-new .login-left-cont {
    padding: 20px;
  }
  .login-section-new .login-left-cont h2 {
    font-size: 30px;
  }
  .login-section-new .login-left-cont p {
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .register-section {
    padding: 30px 0;
  }
  .register-section .register-left {
    margin-bottom: 20px;
  }
  .register-section .register-left .register-content {
    padding-bottom: 15px;
  }
  .register-section .register-left .register-content h4 {
    font-size: 16px;
  }
  .register-section .register-left .register-content h1 {
    font-size: 24px;
  }
  .register-section .register-left .register-img {
    max-width: 250px;
    margin: 0 0 20px 0;
  }
  .register-section .register-right .form-body h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .register-section .register-right .form-body .input-group {
    margin-bottom: 10px;
  }
  .register-section .register-right .form-body .form-control, .register-section .register-right .form-body .form-select {
    padding: 10px;
    min-height: 40px;
    max-height: 40px;
  }
  .register-section .register-right .form-check {
    margin: 20px 0;
  }
  .register-section .register-right .form-check .form-check-label {
    font-size: 12px;
  }
  .register-section .account-wrp h6 {
    font-size: 12px;
  }
  .register-section .account-wrp a {
    font-size: 12px;
  }
  .register-section .submit-btn {
    min-width: 130px;
  }
}/*# sourceMappingURL=register.css.map */