
/* ===== Great to have you back! ===== */
.great_content{
    max-width: 760px;
    margin: auto;
}
.sign-us-box .login_btn {
    padding-top: 0px;
}
 .form_check_input_box .form-check {
    margin-bottom: 0px;
    padding-left: 0px;
    display: flex;
} 
.form_check_input_box .form-check-input {
    border: 1px solid #20102B;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0px 10px 0px 0px  !important;
}
.sign-us-box {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
    padding: 32px;
}
.login-mail .login-mail-title::before {
    width: 60px;
    left: -68px;
}
.form_check_input_box {
    margin: 20px 0px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-mail .login-mail-title::after {
    width: 60px;
    right: -68px;
}
.social-link {
    margin: 20px 0px 0px;
}
.forgot-password a {
    color: #20102B;
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.great_back_block .section_heading {
    margin-bottom: 20px;
    font-weight: 600;
}
.desc_text {
    color: #11263C;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 28px;
}




/*-------- responsive---------- */
@media (max-width: 991.98px) {
    /* ===== Great to have you back! ===== */
    .great_back_block .section_heading {
      margin-bottom: 14px;
  }
  }
@media (max-width: 575.98px) {
/* ===== Great to have you back! ===== */
.great_back_block .section_heading {
    margin-bottom: 10px;
    font-weight: 600;
}
.sign-us-box {
  padding: 15px;
}
.desc {
  margin: 6px 0px;
}
  .desc_text {
    font-size: 13px;
    line-height:1.5;
}
}