
.page-content {
    padding: 0 58px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-radius: 30px;
    box-shadow: 8px 0px 16px rgba(0, 0, 0, 0.08);
}

.logo {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
}

.heading {
    color: #000;
    font-family: 'Lato', sans-serif;
    margin-bottom: 44px;
}

.sub-heading_inner{
    text-align: center;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.sub-heading{
    margin-bottom: 50px;
    text-align: center;
}

.highlight {
    color: #0D6694;
    text-decoration: underline;
}


form label:not(.form-check-label) {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

form input:not(.form-check-input) {
    height: 38px;
    border-color: #00000080;
    border-radius: 3px;
    font-size: 16px;
    background-color: transparent;
}
form .form-group {
    margin-bottom: 30px;
}

form span.show {
    color: #2a7aac;
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    cursor: pointer;
}

form .btn {
    margin: 30px 0 50px 0;
    height: 38px;
    width: 100%;
    background-color: #0D6694;
    border-radius: 3px;
    border: 0;
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04) */
}
.footer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.logo-large {
    max-width: 400px;
    max-height: 176px;
}

@media (max-width: 500px) {
    .logo-large {
        max-width: 200px;
        max-height: 88px;
    }
}
.educator-heading {
    color: #000;
    font-family: 'Lato', sans-serif;
    line-height: 100%;
    font-size: 30px;
    margin: 0 0 20px;
    display: block;
}

/* custom */
section.signup_login_section {
    background-image: url('../images/signup_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    position: fixed;
    width: 100%;
    overflow-y: auto;
}
span.lite_span {
    text-align: right;
    width: 280px;
    display: block;
    margin: -20px auto 10px;
}
.lite_span p{
    color: #3cc99f;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.snp_bottom p {
    color: #000;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 29px;
    opacity: 0.5;
}
.snp_bottom p a {
    color: #000;
}
form .btn:hover{
    background-color: #3cc99f;
    box-shadow: none;
}
.highlight:hover{
    color: #3cc99f;
}
.hero_h2 {
    color: #000;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}
p.hero_p {
    color: #0D6694;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.samii_robo_div {
    text-align: right;
    position: absolute;
    right: 48px;
    bottom: 0;
}
.hero_text_right {
    padding: 125px 36px 0;
}
.signup {
    height: 100%;
}
.heading p {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}
.hero{
    position: relative;
}
.hero_left_box{
    position: relative;
    height: 100%;
}
.snp_bottom {
    position: absolute;
    bottom: 0;
}
.mob_robo_img{
    display: none;
}
.samii_robo_div img {
    width: 90%;
}
.forgot_password_div {
    text-align: center;
    margin-top: 20px;
}
.forgot_password_div a {
    color: #0D6694;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
form input:not(.form-check-input):focus{
    border-color: #000;
    box-shadow: none;
}
.error_msg_div_atLast{
    position: relative;
}
.error_msg_div_atLast p {
    margin: 0 !important;
    position: absolute;
    top: -5px;
}
.error_msg p {
    color: #D22735;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin: 10px 0 0;
}

.resend_code_text_div {
    margin-bottom: 4px;
}
.resend_code_text_div .sub-heading_inner {
    text-align: right;
}
.verification_p {
    color: #00000080 !important;
    width: 73%;
}
.close_window_msg {
    margin: 30px 0 60px;
}
.close_window_msg p{
    margin: 0;
    color: #00000080;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.whoAreYou_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}
.whoAreYou_li .whoAreYou_btn {
    width: 106px;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #828282;
    background-color: rgba(130, 130, 130, 0.20);
    color: #00000080;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.whoAreYou_li .whoAreYou_btn:hover,
.whoAreYou_li .selected_role{
    background-color: rgba(59, 154, 198, 0.20);
    border-color: #3B9AC6;
    color: #000;
}
.password_with_eye_icon {
    position: relative;
}
span.p_eyeIcon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}
span.p_eyeIcon:hover{
    color: #3cc99f;
}
.passwordRules {
    margin: 0 0 25px;
    padding: 10px 15px;
    background-color: #c3c3c31f;
    border-radius: 10px;
    border: 2px solid #D22735;
    transition: border-color 2s ease;
}

.passwordRules ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.passwordRules ul li {
    margin: 0 0 6px;
    font-size: 13px;
    color: #555;
}
.passwordRules ul li .check_cross {
    margin-right: 4px;
}
.passwordRules ul li .check_cross .cross_icon {
    color: #D22735;
}
.passwordRules ul li .check_cross .check_icon {
    color: #3cc99f;
}
#password_rules ul li.complete {
    color: #3cc99f;
}
#password_rules ul li .check_cross .check_icon{
    display: none;
}
#password_rules ul li.complete .check_cross .cross_icon{
    display: none;
}
#password_rules ul li.complete .check_cross .check_icon{
    display: inline-block;
}

/* responsive */
@media screen and (max-height: 768px){
    section.signup_login_section {
/*        height: 100%;*/
    }
    .snp_bottom {
        position: unset;
    }
}

@media screen and (max-width: 575px){
    .page-content {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px){
    .whoAreYou_li .whoAreYou_btn {
        width: 80px;
        height: 32px;
        font-size: 14px;
    }
}

@media screen and (max-width: 992px){
    .page-content {
        padding: 0 16px;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        width: 80%;
        margin: 0 auto;
    }
    .mob_robo_img{
        display: block;
        text-align: center;
    }
    .signup_login_section .hero{
        display: none;
    }
    .logo{
        width: 149px;
        margin-top: 30px;
    }
    .lite_span {
        width: 149px !important;
        margin-top: -10px !important;
    }
    .lite_span p {
        font-size: 14px;
    }
    .logo_div {
        margin-bottom: 37px;
    }
    .educator-heading {
        font-size: 27px;
        margin: 0 0 13px;
    }
    form label:not(.form-check-label) {
        font-size: 14px;
    }
    form .btn {
        margin: 37px 0;
    }
    .sub-heading_inner {
        font-size: 14px;
    }
    .snp_bottom p{
        font-size: 9px;
    }
    .mob_robo_img {
        display: block;
        text-align: center;
        margin: 0 0 50px;
    }
    .mob_robo_img img {
        width: 80px;
    }
    .snp_bottom{
        position: unset;
    }
    .heading {
        margin-bottom: 20px;
    }
    .verification_p{
        width: 100%;
    }
    .close_window_msg p {
        font-size: 14px;
    }
    .heading p{
        font-size: 14px;
    }
    span.p_eyeIcon{
        font-size: 14px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1100px){
    .whoAreYou_li .whoAreYou_btn {
        width: 92px;
        height: 35px;
        font-size: 18px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1220px){
    .hero_h2 {
        font-size: 34px;
    }
    p.hero_p {
        font-size: 22px;
    }
    .samii_robo_div img {
        width: 440px;
    }
}



/* //responsive */

