@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap);
.login_logo {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 20px;
}

.card {
    box-shadow: 0px 30px 90px #b9b9b9;
    border-radius: 20px;
}

.bg-primary.bg-soft {
    background-color: #dbf4ff !important;
}

.form-control {
    border: 1px solid #e9e9e9;
}

.loginWithSection {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #1e1e1e;
    /* background-color: #e9f2ff; */
    padding: 20px 0;
}

    .loginWithSection p {
        font-weight: 600;
    }

.loginWithSection_ico_Sec {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 10px;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    margin: auto;
}

.signupGoogleBtn {
    /* width: 100%; */
    height: auto;
    display: flex;
    align-items: center;
    max-width: 180px;
    padding: 12px 30px;
    margin: auto;
    background-color: #0074db;
    border-radius: 30px;
    color: #242424;
    position: relative;
    box-shadow: 0px 10px 20px #0a172247;
    padding-left: 50px;
    text-align: left;
}

    .signupGoogleBtn span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #274B86;
        color: #fff;
        font-size: 25px;
        display: flex;
        align-items: center;
        margin: auto;
        justify-content: center;
        min-width: 40px;
        position: absolute;
        left: 4px;
    }

    .signupGoogleBtn strong {
        width: 100%;
        display: inline-block;
        font-weight: normal;
        color: #fff;
    }

.orLoginSection {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0;
    text-align: center;
    /* box-shadow: 0px 10px 20px #0a172247; */
}

    .orLoginSection span {
        background-color: #fff;
        position: relative;
        padding: 5px;
    }

    .orLoginSection::before {
        position: absolute;
        top: 50%;
        height: 2px;
        width: 100%;
        border-bottom: 1px dashed #ccc;
        content: '';
        left: 0;
    }

.signupFacebbok span {
    background-color: #006bb3;
}

.loginBox {
    margin-top: 30px !important;
    border-top: dashed 1px #ccc;
    position: relative;
    padding-top: 20px !important;
}

    .loginBox::before {
        position: absolute;
        content: 'or';
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50px;
        color: #000;
        font-size: 15px;
        top: -20px;
        left: 46%;
        text-align: center;
        padding-top: 8px;
    }

.login_bn {
    max-width: 150px;
    float: right;
    min-width: 130px;
}

.loginWithBtn {
    width: auto;
    background: #fff;
    margin-top: -6px;
    display: inline-block;
    color: #000;
    padding: 13px 20px;
    border-radius: 30px;
    box-shadow: 0px 10px 20px #ccc;
    font-family: sans-serif;
    font-size: 15px;
}

.showLoinFrm {
    display: block !important;
}

.login_btn_row {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.login_container {
    /* display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: row; */
}

.login_left_section {
    width: 100%;
    display: flex;
    height: 100%;
    background-color: #0f4a7c;
    padding: 20px;
    min-height: 550px;
    align-items: center;
    position: relative;
}

.cnt_dv {
    position: relative;
    z-index: 9;
}

.login_left_section::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    background-image: url("../images/TravelCRM2.jpg");
    background-size: cover;
    mix-blend-mode: multiply;
}

.login_left_section h2 {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: sans-serif;
    line-height: 37px;
    position: relative;
    /*top: -30px;*/
    text-transform: uppercase;
}

    .login_left_section h2 strong {
        font-size: 30px;
    }

.login_left_list_section {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

    .login_left_list_section ul {
        width: 100%;
        display: inline-block;
        counter-reset: my-sec-counter;
    }

    .login_left_list_section li {
        color: #fff;
        list-style: none;
        position: relative;
        font-size: 20px;
        line-height: 50px;
        padding-left: 40px;
        line-height: 26px;
        margin-bottom: 20px;
        padding-top: 11px;
    }

        .login_left_list_section li::after {
            width: 30px;
            height: 30px;
            background-color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            position: absolute;
            left: 0;
            top: 10px;
            color: #242424;
            counter-increment: my-sec-counter;
            content: "" counter(my-sec-counter) "";
        }

.login_right_section {
    width: 100%;
    display: inline-block;
    height: 100%;
}

    .login_right_section h1 {
        width: 100%;
        display: inline-block;
        text-align: center;
        color: #002960;
        font-size: 28px;
        margin-bottom: 30px;
    }

        .login_right_section h1 span {
            width: 100%;
            display: inline-block;
            text-align: center;
            color: #242424;
            font-size: 25px;
        }

.login_left_cnt_txt {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
