.login_form_div {
    /* background-color: #ffffff; */
    padding-left: 80px;
}

.brand_logo {
    height: 64px;
    width: fit-content !important;
}

.login_form {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.login_lang_sec p a {
    border-right: 1px solid #063371;
    padding: 0px 8px;
    color: #063371;
    transition: 0.3s ease;
    font-weight: 600;
}

.login_lang_sec p a:hover {
    color: #3F81FC;
}

.heading_1 {
    font-size: 32px;
    font-weight: 600;
}

.heading_2 {
    font-size: 20px;
    font-weight: 600;
    color: #063371;
}

.login_form label {
    color: #616161;
}

.login_form .form-control {
    height: 50px;
    border: 1px solid #B7B7B7;
    font-size: 14px;
    border-radius: 5px;
}

.btn_main {
    height: 50px;
    font-size: 13px;
    font-weight: 600;
    border-radius: none;
    background-color: #467ECB;
    border: none;
    transition: 0.4s ease;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #467ECB;
    border-color: #1955aa;
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #467ECB;
    border-color: #1955aa;
    -webkit-box-shadow: 0 0 0 .2rem #06337180;
    box-shadow: 0 0 0 .2rem #06337180;
}

.btn_main:hover {
    background-color: #063371;
}

.vector_img {
    z-index: 999;
    right: -12px;
    top: 28%;
}

.vector_img img {
    width: 552px;
    margin-bottom: 80px;
}


/* Media Query Start  */
@media only screen and (max-width : 1536px) {
    .vector_img img {
        margin-bottom: 20px;
    }

    .vector_img img {
        width: 630px;
    }
}

@media only screen and (max-width : 1366px) {
    .heading_1 {
        font-size: 28px;
    }

    .vector_img img {
        width: 480px;
    
    }
}

@media only screen and (max-width : 1280px) {
    .vector_img img {
        width: 420px;
    }

    .vector_img {
        right: -40px;
    }

    .brand_logo {
        height: 45px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
    .heading_1 {
            font-size: 26px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .heading_1 {
        font-size: 20px;
    }

    .brand_logo {
        height: 38px;
    }

    .login_form_div{
        padding-left: 40px;
    }

    .vector_img img {
        width: 350px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    .brand_logo {
        height: 50px;
    }

    .login_form_div {
        padding: 50px 30px;
        border-radius: 20px;
        background-image: url(../../../../public/back/img/mob_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .login_form {
        background-color: transparent;
    }

    .bg_none{
        background-color: #063371 !important;
        background-image: none !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
    .brand_logo {
        height: 45px;
    }
}

@media only screen and (max-width : 375px) {
    .brand_logo {
        height: 40px;
    }
}

/* Media Query End  */