/* Global css */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
body {
    overflow-x: hidden;
    position: relative;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
}

html,
body {
    position: relative;
    height: 100%;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
    outline-offset: 0px;
}

input:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #C9D3D9;
}

.white-text {
    color: #fff;
}


/* .quick-links {
    margin: 10px;
}

.privacy-policy.quick-links {    
    margin: 5px;
} */


/* Buttons css*/

.btn {
    border-radius: 5px;
    opacity: 1;
    transition: all ease-in-out 0.2s;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
}

.btn_green {
    background-color: #1AB394;
    border: 1px solid #1AB394;
    color: #fff;
}

.btn_transparent {
    border: 1px solid #FFFFFF;
    opacity: 1;
    background-color: transparent;
    color: #fff;
}

.btn:focus,
a:focus {
    outline: none;
    outline-offset: 0;
}

input,
textarea,
select,
.form-control {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #C9D3D9;
    border-radius: 6px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}


/*placeholder css*/

.common-input input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7E7E7E;
    opacity: 1;
    /* Firefox */
}

.common-input input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7E7E7E;
}

.common-input input.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #7E7E7E;
}


/*button hover css*/

.btn_green:hover {
    background-color: transparent;
    border: 1px solid #1ab394;
    color: #1ab394;
}

.btn_transparent:hover {
    background-color: #1ab394;
    border: 1px solid #1ab394;
    color: #fff;
}


/*end of global css*/


/*Login page and welcome css starts to here*/

.bg_grey {
    background-color: #E7EAEC;
}

.get-login {
    background-color: #2a2a2a;
    height: 100vh;
    position: relative;
    z-index: 1;
    background-image: url(../images/new_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.bg-overlay {
    position: absolute;
    content: '';
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
}

.log-col1 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: rgba(26, 179, 148, 0.8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.log-col2 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.user_card {
    padding: 40px 40px 60px 40px;
}

.user_card .btn_login {
    border-radius: 20px;
    font-weight: normal;
    padding: 8px 22px;
    box-shadow: 0px 2px 3px #c5b6b6;
}

.log-col1 p {
    max-width: 50%;
}

.common-input label {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.btn i {
    margin-right: 5px;
}

.login-mw {
    max-width: 70%;
    min-height: 420px;
}

.common-input input {
    margin-bottom: 15px;
}

.quick-links,
.quick-links a {
    font-size: 12px;
    color: #A7B1C2;
    letter-spacing: -0.23px;
}

.quick-links a {
    margin: 0 8px;
}

.quick-links {
    padding-top: 20px;
}

.privacy-policy.quick-links {
    padding-top: 10px;
    line-height: 2.2;
}

.quick-links a:hover {
    color: #68b545;
}


/*welcome page css*/

.welcome-text h1 {
    font-size: 32px;
    color: #000;
    letter-spacing: -1px;
    font-weight: 600;
}

.welcome-text p {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 13px;
}

.welcome-text {
    padding-top: 20px;
}


/*header css starts to here*/

.header-main {
    background-color: #263949;
    width: 100%;
    display: flex;
}
.header-main-login-page {
    background-color: #263949;
    width: 100%;
    height: 0vh;
}
.header-main-container{
    background-color: #263949;
}

.get-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 10px;
    align-items: center;
}

.get-header a {
    color: #fff;
    font-size: 13px;
}

.get-header .toggle-btn label {
    margin-right: 15px;
}


/*dropdown css in header*/

.custom-dropdown-header {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: auto;
    right: -15px;

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.custom-dropdown-header a:hover {
    border-radius: 6px;
    background-color: #e4ebed;
}

.custom-dropdown-header .show {
    display: block;
}

.dropbtn {
    background-image: url("../images/toggle.png");
    width: 21px;
    height: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.dropbtn:focus {
    outline: none;
}

.dropdown-content ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
}

.dropdown-content ul li {
    display: inline-block;
    list-style: none;
    width: 32%;
}

.dropdown-content ul li img {
    display: flex;
    margin: auto;
    height: 27px;
    width: auto;
}

.dropdown-content ul li a {
    color: #4b4b4b;
    font-weight: 500;
    font-size: 11px;
    /* display: inline-block; */
    text-align: center;
}


/** bootstrap v4 start*/

.btn_transparent {
    border: 1px solid #FFFFFF !important;
}


/*.h-100 {
    height: 100%!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}

.pl-2, .px-2 {
    padding-left: .5rem!important;
}

.pr-2, .px-2 {
    padding-right: .5rem!important;
}

.w-100 {
    width: 100%!important;
}

.text-uppercase {
    text-transform: uppercase!important;
}*/


/** bootstrap v4 end*/

label.error {
    display: block !important;
}

.custom-dropdown-header a:hover {
    border-radius: 6px;
    background-color: #e4ebed;
}
.custom-dropdown-header a i{
 font-size: 25px;
}

.dropdown-content {
    background-color: #fff;
}

.login-mw {
    min-height: 420px;
}


/*media query starts to here*/


/*minimum media css starts to here*/

@media only screen and (min-width:992px) {
    .login-mw {
        width: 100%;
        max-width: 700px;
    }
}

@media only screen and (max-width:991px) {
    .login-mw {
        max-width: 100%;
        width: 100%;
    }
    .user_card {
        padding: 40px 5px 60px 5px;
    }
    .login-mw {
        max-width: 100%;
    }
    .quick-links {
        padding-top: 40px;
    }
    .privacy-policy.quick-links {
        padding-top: 20px;
    }
    .log-col1 p {
        max-width: 92%;
    }
}

@media only screen and (max-width:767px) {
    .header-main {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:575px) {
    .log-col2,
    .log-col1 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .log-col1 {
        padding: 20px 0;
        margin-bottom: 10px;
    }
    .second-col {
        order: 1;
        /* use order css for more column rotations in mobile.  */
    }
    .first-col {
        order: 2;
        /* use order css for more column rotations in mobile.  */
    }
    .welcome-text {
        padding-top: 0;
        text-align: center;
    }
    .user_card .justify-content-start {
        justify-content: center !important;
    }
    .log-col2 {
        margin-bottom: 15px;
    }
    .get-login {
        height: 100% !important;
        padding: 5% 0;
    }
    .welcome-text h1 {
        font-size: 24px;
    }
    .brand_name {
        width: 120px;
    }
}

@media only screen and (max-width:374px) {
    .get-login {
        height: auto !important;
    }
}


/*only for iphone 6 7 8*/

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) {
    .get-login {
        height: auto !important;
    }
}
