html {
    height: 100%;
    /*background: #eff3f6;
    */
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.71;
    font-size: 16px;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #4d4d4d;
    background-color: #eff3f6;
}

p {
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px 0;
    color: #111;
}

h1,
h2 {
    line-height: 1.2;
}

h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 28px;
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 16px;
    }
}

.container-fluid {
    padding-right: .75rem;
    padding-left: .75rem;
}

/*=======================================================================
    general Style
=========================================================================*/
a {
    text-decoration: none;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}



/*.login-form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    color: #111;
    border-radius: 3px;
    border: solid 1px #bdc2ce;
    outline: none;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 0 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 0 2px 0 rgba(0,0,0,0.1);
}*/
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
.login-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -50px;
    border: 7px double #242c6d;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(32 11 80 / 68%);
}

.login-img-block {
    height: 100vh;
    background: url(../Images/login-bg.jpg);
    background-color: #2f35df;
    background-blend-mode: color-burn;
    background-size:cover;
    background-position:center;
}
.login-img-block {
    /*background: url(../Images/login.jpg);
    background-size: cover;
    background-position: center;*/
}

.main-body, .main-dashboard {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow:hidden;
}

#global-loader {
    position: fixed;
    z-index: 50000;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.loader-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.bg-primary-transparent {
    background-color: #d9e8fc !important;
}

.main-signup-header h1 {
    color: #0162e8;
}

.main-signup-header label {
    color: #4d4d4d;
}
.main-signup-header .form-group {
    position:relative;
}
    .main-signup-header .form-group .field-icon {
        position: absolute;
        left: 0;
        bottom: 15px;
        width: 57px;
        padding-left: 18px;
        border-right: 2px solid #e3e3e3;
        line-height: 1;
    }
    .main-signup-header .form-group .field-icon svg{
        height:20px;
    }
        .main-signup-header .form-control {
    color: #14112d;
    font-weight: 500;
    border-width: 2px;
    border-color: #e3e3e3;
    height: calc(2.1em + .95rem + 2px);
    padding-left: 70px;
    border: 0;
    border-left: 3px solid #2f35df;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.625rem rgb(52 59 255 / 0.1), 0 0.0625rem 0.625rem rgb(48 55 255 / 0.3);
}

    .main-signup-header .form-control:focus {
        border-color: #b9c2d8;
        border: 1px solid #9498ff;
        border-left: 3px solid #2f35df;
    }

.btn-main-primary {
    color: #fff;
    background-color: #0162e8;
    border-color: #025cd8;
}

.main-signup-footer p {
    color: #a5a0b1;
    margin-bottom: 0;
}

.logo img {
    height: 80px;
}

.logo-wrap h2 {
    font-size: 22px;
    margin-top: auto;
    margin-bottom: auto;
}

.login-form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.login-form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.login-form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.login-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.login-btn {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 8px;
    background-color: #0983ff;
    padding: 12px 36px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .login-btn:hover {
        background-color: #0076ef;
        border-color: #0076ef;
        color: #fff;
    }

    .login-btn:focus {
        outline: none;
    }


.btn-link.resend {
    font-weight: 500;
    color: #26184e;
    text-decoration: underline;
}

.error-msg {
    color: #f00;
    font-weight: 500;
    font-size: 18px;
}

.left-bar-img {
    max-height: 600px;
}

.login-img-block .logo-sec {
    text-align:center;
    width:100%;
    padding:0 60px;
}

    .login-img-block .logo-sec img {
        width: 110px;
    }

    .login-img-block .logo-sec h2 {
        margin-top: 25px;
        margin-bottom: auto;
        font-size: 25px;
        color: #fff;
    }
    .login-img-block .logo-sec p {
        color: #ffffff;
        /* opacity: 0.8; */
        font-weight: 300;
        background: rgb(131, 0, 233);
        padding: 20px;
        max-width:70%;
        margin:0 auto;
    }
    .login-img-block .logo-sec h2 span {
        display: block;
    }

.login-text-block {
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #d7d7d7;
    padding: 30px;
    background: rgba(58, 0, 74, 0.5);
}

    .login-text-block span {
        font-weight: 100;
        font-size: 40px;
        color: #efefef;
    }

    .login-text-block h1 {
        font-weight: 400;
        font-size: 45px;
        color: #fff;
        line-height: 1;
        margin-bottom: 10px;
    }

    .login-text-block p {
        margin-top: 0;
        font-size: 16px;
        color: #efefef;
        font-weight: 300;
        line-height: 1.3;
    }
@media (max-width:1200px) {
    .login-img-block .logo-sec p {
        max-width: 90%;
    }
}

    @media (max-width:992px) {
        .login-text-block {
            width: 350px;
        }

            .login-text-block span {
                font-size: 36px;
            }

            .login-text-block h1 {
                font-size: 41px;
            }

            .login-text-block p {
                font-size: 15px;
            }

        .login-img-block .logo-sec img {
            width: 100px;
        }

        .login-img-block .logo-sec h2 {
            margin-top: 15px;
            font-size: 22px;
        }
    }

    @media (max-width:900px) {
        .login-img-block .logo-sec h2 {
            margin-top: 15px;
            font-size: 20px;
        }
    }

    @media (max-width:768px) {
        .login .card-sigin {
            padding: 20px 50px;
        }

        .login-img-block {
            /*display: none !important;*/
            height: auto;
        }

        .login-wrap {
            margin: 20px;
        }
    }

    @media (min-width:576px) and (max-width:768px) {
        .login-img-block .logo-sec {
            display: flex;
            text-align: left;
            margin-top: 1.5rem;
            -ms-flex-align: center !important;
            align-items: center !important;
            padding: 0 20px;
        }

            .login-img-block .logo-sec h2 {
                margin-top: auto;
            }

            .login-img-block .logo-sec img {
                width: 80px;
            }
    }

    @media (max-width:576px) {
        .logo-wrap {
            text-align: center;
        }

        .login-img-block .logo-sec img {
            width: 80px;
        }

        .login-img-block .logo-sec {
            margin-top: 1.5rem;
            padding: 0;
        }

        .main-signup-header .form-control {
            height: calc(2em + .75rem + 2px);
        }

        .main-signup-header .form-group .field-icon {
            bottom: 12px;
        }

        .login-btn {
            margin-top: 5px;
        }
    }

    @media (max-width:500px) {
        .login .card-sigin {
            padding: 0;
        }
    }

    @media (max-width:400px) {
        .login-img-block .logo-sec h2 span {
            display: inline;
        }
    }
