@import url(../../../ncss/font.css);
body {
  background-color: #fff !important;
}

/* login special chanings about checkbox */

.login_form .checkbox_custom {
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
}
.login_form .containercb {
  padding-left: 20px;
  margin-bottom: 0px;
}

.page6_d1,
.page2_d1 {
  align-items: flex-start;
}
.page6_d1 {
  margin-bottom: 15rem !important;
}
.bottomnav {
  box-shadow: 0px -10px 30px #f5f5f5;
}

.main_heading {
  font-family: var(--font) !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  color: #040c22;
  margin-bottom: 8px !important;
  text-align: left;
}

.main_para {
  font-family: var(--font) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #5c616f;
  margin-bottom: 1rem !important;
}
.page6_d1 form,
.page2_d1 form {
  margin-bottom: 15px !important;

  margin-top: 10px;
}
.page6_d1 form label,
.page2_d1 form label {
  font-family: var(--font) !important;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #040c22;
}

.page6_d1 form .custom_input,
.page2_d1 form .custom_input {
  background: #fafafa;
  height: 48px;
}
#show_password {
  position: absolute;
  right: 16px;
  top: 44px;
  cursor: pointer;
}
.page6_d1 form .custom_input::placeholder,
.page2_d1 form .custom_input::placeholder {
  color: #b8b8b8;
}

.page6_d1 form .forgetpasswordd a,
.page2_d1 form .forgetpasswordd a {
  font-family: var(--font) !important;
  color: #7a69d4;
  text-decoration: none !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 20px;
  letter-spacing: 0px;
  display: inline-block;
  margin-top: 7px;
}
.page2_d1 form .forgetpasswordd a {
  margin-top: 0px;
}
.page6_d1 form #email,
.page2_d1 form #email {
  margin-bottom: 20px !important;
}
.page6_d1 form .btn1,
.page2_d1 form .btn1 {
  margin-top: 30px !important;
  height: 52px;

  background: linear-gradient(90deg, #4776e6 0%, #8e54e9 100%);

  box-shadow: 0px 4px 8px 0px #7a69d42e;

  border-radius: 8px;
}

.account_Quest {
  width: 100%;
  font-family: var(--font) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.account_Quest a {
  font-family: var(--font) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

#cbcheck {
  display: none !important;
}
.checkmark {
  display: none;
}
.cbdiv {
  width: 100% !important;
}
.containercb {
  padding-left: 30px;
}
.checkbox_custom {
  height: 24px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 2px;
}
.page6_d1 form #email.register_input {
  margin-bottom: 12px !important;
}
input:checked + .checkbox_custom {
  background: #7a69d4;
}

@media screen and (max-width: 430px) {
  header {
    position: static;
    margin-top: 0rem;
  }
  .page6_d1,
  .page2_d1 {
    height: unset;
    margin-top: 2rem !important;
  }
  .page6_d1 form,
  .page2_d1 form {
    width: 100%;
  }
  .page6_d1 form .btn1,
  .page2_d1 form .btn1 {
    width: 100%;
  }
}
@media screen and (min-width: 550px) {
  .page2_d1,
  .page6_d1 {
    width: 450px;
  }

  .page2_d1 form,
  .page2_d1 form input,
  .page2_d1 form .btn1 {
    width: 100%;
  }
  .page6_d1 form,
  .page6_d1 form input,
  .page6_d1 form .btn1 {
    width: 100%;
  }
}
