﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    background: #e9e9e9;
}    

.alert-danger {
    color: #ffffff;
    background: #e6192c;
    border: none;
    margin: 0 125px;
    padding: 8px 20px;
}

.close {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.form-group label {
    opacity: .3;
}

.OverLay {
    width: 30%;
    left: 35%;
    right: auto;
    top: 15%;
    min-height: 400px;
    position: absolute;
    z-index: 999;
    background-color: White;
    border: 2px solid black;
}

.need_help_div
{
    line-height: 22px;
}

    .need_help_div span {
        font-size: 13px;
        font-weight: 300;
        letter-spacing: .5px;
    }
        .need_help_div span strong {
            font-weight: 600 !important;
            letter-spacing: .5px;
            color: #656c77;
        }

.log_for_con_div select {
    padding: 10px;
    border: 0 !important;
    border-bottom: 1px solid #d5d5d5 !important;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    outline: 0;
}
       
        .log_form_div {
    background: #e9e9e9;
    height: 100vh;
}

.log_for_term_cond a {
    color: #2f497f;
    letter-spacing: .5px;
    font-size: 15px;
}

.log_for_con_img {
    width: 90px;
    border-radius: 10px;
    overflow: hidden;
}

.log_for_con_div {
    border-radius: 20px;
    box-shadow: 1px 1px 12px 1px #33333347;
    overflow: hidden;
    margin: 0 calc(100% - 81%);
}

.log_form_sli_div {
    position: fixed;
    left: 0;
    width: calc(100% - 54%);
    height: 100vh;
    overflow: hidden;
    background: #3E85F0;
    border-radius: 0 0 50px 0;
}

    .log_form_sli_div img {
        height: 100vh;
        object-fit: fill;
    }

#carouselExampleIndicators button {
    border: none;
    border-radius: 100%;
    background: linear-gradient(45deg, #344f87, #2b53a5);
    width: 12px;
    height: 12px;
    opacity: .4;
}

    #carouselExampleIndicators button.active {
        opacity: 1;
        background: #fff !important;
    }

.log_for_con_tit_div {
    height: 70px;
    margin-left: 20px;
}

.log_for_con_img {
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
    left: 20px;
    top: 26px;
}

.log_for_con_tit_div span {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #243c6b;
}

    .log_for_con_tit_div span > span {
        font-weight: 100;
    }

.btn_forget span a {
    font-size: 14px;
    color: #324d84;
    text-decoration: none;
    letter-spacing: 0.5px;
}


.form-group .form-control {
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
    box-shadow: none;
}

.btn, button {
    box-shadow: none;
}

.form-group .form-control:focus {
    border-color: #8BC34A;
}

.log_for_con_form label {
    font-size: 16px;
    letter-spacing: .2px;
    color: #2e4778;
}

.btn_log_submit {
    width: 100%;
    background: #3E85F0;
    border-radius: 0;
    font-size: 17px;
    letter-spacing: .5px;
    color: #fff;
}

.btn_forget span a {
    font-size: 14px;
    color: #324d84;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.log_for_term_cond {

}


.log_for_copy_right {
    position: fixed;
    width: 210px;
    right: 0;
    bottom: 0;
}
.h-100vh {
    height: 100vh;
}

/* install pop up  */
.pwa-pop-up {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
    box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
    color: #444;
    display: none;
    font-size: .875rem;
    line-height: 22px;
    padding: 12px;
    position: absolute;
    right: 10px;
    z-index: 150;
    top: 10px;
}
.pwa-pop-inner {
    display: flex;
}

.pwa-logo {
    padding: 12px;
    padding-right: 15px;
}

.pwa-logo > img {
    height: 96px;
    width: 96px;
    object-fit: contain;
}

.close-pwa {
    background: transparent;
    -webkit-background-size: 18px;
    background-size: 18px;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pwa-install-btn:hover {
    box-shadow: 0 1px 2px 0 rgb(26 115 232 / 45%), 0 1px 3px 1px rgb(26 115 232 / 30%);
    background-color: #297be6;
    outline: 1px solid transparent;
    border: none;
}

.pwa-install-btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    letter-spacing: .25px;
    background: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #5f6368;
    cursor: pointer;
    font-weight: 500;
    height: 36px;
    min-width: 80px;
    outline: none;
    padding: 0 16px;
    background-color: #1a73e8;
    color: #fff;
    border: none;
}

.pwa-not-install-btn {
    align-items: center;
    border: none;
    display: inline-flex;
    justify-content: center;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    letter-spacing: .25px;
    background: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #5f6368;
    cursor: pointer;
    font-weight: 500;
    min-width: 80px;
    padding: 0 16px;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    letter-spacing: .25px;
    height: 36px;
    margin: 17px 0 0;
    outline: none;
}

.pwa-text span {
    font-size: .875rem;
}

.pwa-cont {
    width: 300px;
    padding: 12px;
    padding-left: 0;
}

.pwa-heading h2 {
    font-size: 1rem;
    letter-spacing: .1px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 12px;
    margin-top: 12px;
}

/* install pop end */




@media only screen and (min-width: 1920px) and (max-width: 3000px) {
    .log_for_con_div {
        width: 600px;
        height: 600px;
        margin: 0 auto!important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .log_for_con_div {
        margin: 0 calc(100% - 97%);
    }

    .alert-danger {
        margin: 0 20px;
    }

    .log_form_sli_div {
        position: fixed;
        left: 0;
        width: calc(100% - 50%);
    }
}


@media only screen and (max-width: 767px) {

    .alert-danger{
        margin: 0; 
    }

    .log_form_sli_div {
        height: 240px;
        background: linear-gradient(173deg, #36528b 10%, #3659a1);
        border-radius: 0 0 50px 50px;
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .OverLay {
        width: calc(100% - 100px);
        left: 50px;
        right: 10px;
        height: 500px;
    }

    .log_for_con_div {
        margin: 0 calc(100% - 100%);
    }
}
