.header_main .container { max-width: 100%; padding-left: 60px; padding-right: 60px; }

      .joinus_main { padding: 5px 15px 50px; }
	  .joinus_main .row { align-items: center; }
      .joinus_main hr { margin: 32px 0; border-top: 1px solid #8993A0; }
	  .left_img { height: calc(100vh - 100px); border-radius: 10px; overflow: hidden; } 
      .left_img img { width: 100%; object-fit: cover; height: 100%; }
	  .left_img.no_height {  height: inherit; overflow: inherit; border-radius: 0; }

.form-wrapper {
  max-width: 550px;
  background-color: #fff;
    /* height: calc(100vh - 120px);
overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  padding-right: 15px; */
}

.form-title {
color: #020202 !important;
    font-family: "Reddit Sans" !important;
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    margin-bottom: 8px !important;
}

.form-title span {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
}

.form-subtitle {
  color: var(--Gray-600, #475467);
font-family: "Reddit Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
}

label.form-label {
    color: #061B45 !important;
    font-family: "Reddit Sans" !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 140% !important;
    margin-bottom: 4px !important;
}
input.form-control {
    border-radius: 4px;
    border: 1px solid var(--Gray-300, #DDD);
    background: var(--white, #FFF);
    color: var(--Gray-500, #8993A0);
    font-family: "Reddit Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    height: 40px !important;
    padding: 11px 8px !important;
}

.eye_pw { position: relative; }
.password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  color: #888;
  transform: translateY(-50%);
}

.btn-primary {
  background-color: #3455ff;
  border: none;
}

.btn-primary:hover {
  background-color: #2445e0;
}

.form-check-input:checked {
  background-color: #3455ff;
  border-color: #3455ff;
}

.login_btn { display: flex; justify-content: center; align-items: center; }
.login_btn p { 
  font-family: Reddit Sans;
font-weight: 400;
font-style: Regular;
font-size: 13px;
line-height: 140%;
letter-spacing: 0px;
margin: 0 4px 0 0;
} 

.btn_header { 
  border-radius: 50px;
  background: #F2F4F7;
  padding: 8px 16px;
  color: #3A58EF;
  font-family: "Reddit Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.agree_main { margin: 32px 0; }

.footer_main {
  background: #F2F4F7;
  padding: 8px 10px;
  text-align: center;
}

.footer_main p {
color: #475467;
text-align: center;
font-family: "Reddit Sans";
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 140%;
margin: 0;
 }



  #verifyemail .modal-body { text-align: center; padding: 0; }
  #verifyemail .modal-body .icon_img { margin-bottom: 10px; }
  #verifyemail .modal-content { 
	border-radius: 16px;
	background: #FFF;
	padding: 32px;
	}

  #verifyemail .modal-body h3 { 
color: #020202;
text-align: center;
font-family: "Reddit Sans";
font-size: 23px;
font-style: normal;
font-weight: 500;
line-height: 140%;
margin-bottom: 8px;
  }

  .vp1 {
color: var(--Gray-600, #475467);
text-align: center;
font-family: "Reddit Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
  }

  .vp2 {
	color: #1D2939;
	margin-bottom: 32px;
  }

  .vp3 {
	color: #475467;
text-align: center;
font-family: "Reddit Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin-bottom: 32px;
  }

  .resend_div {
	padding-top: 32px;
	border-top: 1px solid #DDD;
  }

  .register {
    border-radius: 4px;
    background: #3A58EF !important;
    padding: 8px 16px;
    color: #FFF !important;
    font-family: "Reddit Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    border: 0;
  }

  .forgot_pw { display: flex; justify-content: space-between; align-items: center; margin: 32px 0; }
  .forgot_pw .form-check-input { width: 20px; height: 20px; }
.forgot_pw a { 
color: #3A58EF;
font-family: "Reddit Sans";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 140%;
}

.forgot_pw .agree_main  { margin: 0; }

.google_captcha_box { margin: 32px 0; }

.fw_email { margin-bottom: 32px; } 

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        justify-content: right;
    }
}


@media (max-width: 991px) {
  .header_main .container { padding-left: 20px; padding-right: 20px; }
.joinus_main { padding-top: 15px; }
.joinus_main .col-lg-6  { margin-bottom: 30px; }

.form-title { font-size: 30px !important; }

.forgot_pw {  
    flex-direction: column;
    gap: 10px;
}

}