.p-40 {
    padding: 40px 40px 10px 40px;
}

.footer_logo img {
    width: 50%;
}

.site_map-title {
    color: var(--main-primary);
    font-weight: 600;
    font-size: 18px;
}

.footer_part .container {
    padding-left: 0px;
    padding-right: 0px;
}

.site_map-link ul li a {
    color: #0E0F1D;
    font-family: fontmedium;
}

.footer_part p.script {
    color: var(--main-primary) !important;
    font-size: 14px;
}

.foot_30p {
    width: 34px;
}

.inter_link {
    color: #3E92CC !important;
}

.site_map-link.main-link ul li a:hover {
    text-decoration: underline;
    padding-left: 5px;
}

/* .alpha-target {
    -webkit-mask-image: url(../img/profile.png);
    mask-image: url(../img/profile.png);
    -webkit-mask-position: center;
    mask-position: top left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 35px 40px;
    mask-size: 35px 40px;
    mask-image: url(../img/profile.png);
    mask-mode: alpha;
    mask-repeat: no-repeat;
} */


.site_map-link ul li a.contact_link.social_link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-primary);
    border-radius: 6px;
    margin-right: 8px;
    margin-top: 12px;
}

.site_map-link ul li a.contact_link.social_link i {
    font-size: 16px;
    color: var(--main-bg);
}



/********************* Login ***************/

.bg_normal {
    background-color: #fff;
}

.w-70 {
    width: 15%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn.btn-secondary.btn-lang {
    background-color: transparent;
    color: var(--main-primary);
    border: none !important
}

.btn.btn-primary.signup {
    background-color: var(--main-primary);
    color: var(--global-bg);
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 8px;
    letter-spacing: 1px;
    border: 1px solid var(--main-primary);
    text-align: center;
}

.head_login {
    color: var(--main-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.text-forgot {
    text-align: right;
    color: #000;
    margin-bottom: 14px;
    margin-top: 2px;
    cursor: pointer;
    float: right;
    font-family: fontmedium;
}

.btn.btn-secondary.btnlogin {
    background-color: #F2D202;
    color: var(--main-primary);
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #F2D202;
    border-radius: 6px;
}

.loginbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 20px 10px 0px;

}

.lang_box {
    display: flex;
    align-items: center;
}

.stu_log_box {
    background-color: var(--global-white);
    padding: 40px 50px;
    border-radius: 10px;
    /* width: 70%; */
    width: 85%;
    margin: auto;
    border: 1px solid #ffdfed;
}

.head_para {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px;
}

.control-label {
    color: #414141;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.cust-input {
    height: 55px;
    border: 1px solid #c2c8d1;
    color: var(--theme-bg);
    font-family: fontmedium;
}

.login_copyright {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 14px;
}

.btn.btn-secondary.btnlogin:hover {
    border: 1px solid var(--main-primary);
    background-color: transparent;
}

@media only screen and (max-width: 768px) {
    .stu_log_box {
        padding: 20px;
        width: 100%;
        margin-top: 0px;
    }

    .loginbox {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
        padding: 20px 20px 10px 0px;
    }

    .w-70 {
        margin-top: 20px;
    }
}

/********************* Login ***************/

.coming_image img {
    width: 35%;
}

.sidebar #sidebar_menu>li a.active .nav_icon_small i {
    color: #3E92CC;
}

.sidebar #sidebar_menu>li a .nav_icon_small i {
    color: #F2D202;
}

.sidebar #sidebar_menu>li a:hover .nav_icon_small i {
    color: #3E92CC;
}


#logout {
    cursor: pointer;
}

#error {
    color: red !important;
}

.pos-rel {
    position: relative;
}

#togglePassword {
    position: absolute;
    right: 2px;
    top: 1px;
    font-size: 18px;
    color: #3E92CC;
    background-color: #fff;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#togglePassword1 {
    position: absolute;
    right: 2px;
    top: 1px;
    font-size: 18px;
    color: #3E92CC;
    background-color: #fff;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#togglePassword2 {
    position: absolute;
    right: 2px;
    top: 1px;
    font-size: 18px;
    color: #3E92CC;
    background-color: #fff;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#togglePassword3 {
    position: absolute;
    right: 2px;
    top: 1px;
    font-size: 18px;
    color: #3E92CC;
    background-color: #fff;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.wrong_text {
    background-color: #f5d1d1;
    color: red;
    padding: 15px 25px;
    border-radius: 8px;
    position: fixed;
    top: 25px;
    right: 37px;
    z-index: 999;
}

#login_error {
    display: none;
}


.login_text {
    background-color: #f5d1d1;
    color: red;
    padding: 15px 25px;
    border-radius: 8px;
    position: fixed;
    top: 18px;
    right: 33%;
    z-index: 999;
}

#login_again {
    display: none;
}


.btn.main-color-button {
    background-color: #F2D202;
    color: #3E92CC;
}


.btn.btn-primary.prim_btn.crs.Disabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #000;
}

.text-goback {
    text-align: center;
    color: #000;
    margin-bottom: 14px;
    margin-top: 2px;
    cursor: pointer;
}

.text-goback:hover {
    color: #000;
}

#errorsfield {
    color: red !important;
}

.profile_info img.alts_img
{
    width: 40px;
    height: 40px;
    border-radius: 0px;
    border: 1px solid whitesmoke;
}