:root {
  --primary-color: #01adef;
  --white-color: #fff;
  --black-color: #000;
  --blue-color: #00c5e7;
  --border-color: #28282840;
  --red-color: #e21e22;
  --lightbrown-color: #757575;
  --pink-background: #ff49b0;
  --gold-color: var(--primary-color);
  /* --green: #FCB42D; */
  /* --green: #CA9703; */
  --green:#cdb25b;
}

.con-code {
  display: flex;
  gap: 10px;
}

.sub-title {
  max-width: 400px;
}

@media (max-width: 576px) {
  .cont-reg {
    padding: 0;
  }

  .for-passs {
    font-size: 22px !important;
  }
}

.main-form-page {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: white;
}

.section {
  height: 100vh;
  width: 100%;
  padding: 50px 25px;
  position: relative;
  text-align: center;
}

@media (min-width:320px) and (max-width:576px) {
  .section {
    height: 100% !important;
  }
}

.login-h4 {
  color: #fff;
}

.main-form-page::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../../uploads/auth_bg.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: brightness(0.5);
}

@media (max-width: 1200px) {
  .section::before {
    background-position: center;
  }
}

@media (max-width: 576px) {
  .cont-reg {
    align-items: start !important;
  }

  .sub-title {
    margin-top: 43px !important;
  }

  .forgot-sub-title {
    margin-top: 90px !important;
  }
}

@media(max-width:992px) {
  .section::after {
    display: none;
  }

  .cont-reg {
    justify-content: center !important;
  }
}

.login-heading {
  display: flex;
  align-items: center;
}

.main-form-page .left img {
  height: 52px;
  width: auto;
}

.main-form-page .left h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 10px;
}

.main-form-page .left p {
  font-size: 14px;
  font-weight: 200;
  color: var(--white-color);
  line-height: 18px;
}

.main-form-page .right {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.form-design {
  display: flex;
  justify-content: center;
}

.sub-title .login-heading img {
  height: 70px;
  width: auto;
}

.sub-title {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  padding: 45px 30px;
  max-width: 440px;
  width: 100%;
  backdrop-filter: blur(50px);
  margin: 20px 0;
  /* box-shadow: 0px 0px 15px var(--green); */
  border: 6px double #cdb25b;
}

.sub-title::after {
  position: absolute;
  content: '';
  background-image: url('../../../../uploads/slider1.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 130px;
  height: 145px;
  top: 0;
  right: 0;
  z-index: -1;
}

.form-set {
  justify-content: center;
}

@media (max-width: 576px) {
  .sub-title {
    padding: 50px 20px 50px;
    width: 100% !important;
  }

  .form-design {
    display: initial;
  }

  .background_pic_form {
    display: flex;
    justify-content: center;
  }

  label.remember-1 {
    margin: 0;
  }

  .m-0.remem-1 {
    padding-bottom: 0px !important;
    font-size: 13px;
  }

  .forget-pass {
    font-size: 13px !important;
  }
}

.login-heading h4 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: start;
  margin-bottom: 0;
}

.login-heading p {
  text-align: center;
  color: var(--black-color);
}

.user-field {
  position: relative;
}

.user-field i {
  position: absolute;
  top: 12px;
  font-size: 15px;
  right: 13px;
  color: var(--green);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}


.form-control {
  width: 100%;
  padding: 7px 30px 7px 11px;
  border: 1px solid var(--green);
  outline: none;
  font-weight: 500;
  font-size: 14px;
  height: 42px;
  background-color: transparent;
  color: var(--white-color) !important;
  border-radius: 6px !important;
}

.form-control:focus {
  border: 1px solid white !important;
  background: transparent;
}

.form-control::placeholder {
  color: #fff !important;
}

.register-titlee {
  padding: 32px 30px;
}

.password-field {
  position: relative;
}

.password-field i {
  position: absolute;
  top: 12px;
  font-size: 15px;
  right: 9px;
  color: var(--green);
  cursor: pointer;
}

.main-remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forget-pass {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: var(--white-color);
  transition: all 0.3s linear;
}

.forget-pass:hover {
  color: var(--green);
}

.login-btn {
  margin-top: 20px;
  width: 100%;
}

.tgreens {
  color: var(--green);
}

.tgreens:hover {
  color: var(--white-color) !important;
}

.login-btn button {
  border-radius: 5px;
  border: none;
  padding: 13px 36px;
  color: #000;
  background: var(--green);
  width: 100%;
}

.login-btn button:hover {
  color: var(--white-color);
  background-color: #d5a345;
}

.earth_pic {
  position: relative;
  top: -75px;
}

.earth_pic img {
  position: absolute;
  height: 62px;
  right: 18px;
  top: -11px;
  border-radius: 45px;
  animation: earth_rotate 3s linear infinite normal;
  transition: all 0.3s linear;
}

@keyframes earth_rotate {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.login-check {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.me-label {
  margin-bottom: 0;
}