﻿@font-face {
    font-family: Montserrat-Regular;
    src: url(../webfonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../webfonts/Montserrat-Bold.ttf);
}

body {
    font-family: Montserrat-Regular;
    font-size: 13px;
}

.form-control {
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat-Bold;
}

.login-wrp {
    /* box-shadow: 0px 20px 50px 0px #193a4b38; */
    width: 75%;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    /* overflow: hidden; */
    /* background: #fff; */
    display: flex;
    align-items: center;
    /* margin-left: 70px; */
}

.bg-primary-cl {
    /* background: #ffffff; */
    /* padding: 30px 90px; */
    /* box-shadow: 0px 20px 50px 0px #193a4b38; */
}



.form-wrp {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.login-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.form-control {
    height: 35px;
    font-size: 13px;
    border-radius: 0;
    appearance: auto;
    border-radius: 5px;
}

.bg-light-cl {
    position: relative;
    z-index: 1;
}

.background-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}

.logo_bg-bg {
    position: absolute;
    pointer-events: none;
    top: 117px;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
}

img.logo_3 {
    /* width: 80px; */
}

.logo_section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .logo_section img.logo_3 {
        width: 80px;
    }

    .logo_section img.Health-dept-logo {
        width: 280px;
    }

.text-heading {
    margin-bottom: 15px;
    font-weight: 600;
    color: #df3e60;
}

.logo-left-wrp .row {
    align-items: center;
}

.form-group {
    margin-bottom: 15px;
}

.btn-login {
    width: 100%;
    border: 0;
    background: #DD5471;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.captcha-row {
}

.logo_3_wrp {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.logo-left-wrp {
    position: relative;
    background: #ffffff;
    padding: 30px 30px;
    box-shadow: 0px 0 20px 5px #193a4b1c;
    border-radius: 50px 0 50px;
    /* min-height: 68vh; */
}

.icds_login_left img {
    width: 90%;
}

.logo-right-side-wrp {
    position: relative;
}

.icds_login_left {
    text-align: center;
}

.footer-bottom {
    color: #000;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
}

    .footer-bottom a {
        color: #000;
        text-decoration: none;
        font-size: 12px;
    }

.form-content img {
    width: 170%;
}

.form-wrp:before {
    content: '';
    /* position: absolute; */
    /* top: 0; */
    /* height: 100%; */
    /* width: 29%; */
    /* background: #183A4A; */
    /* right: 0; */
}

.form-content {
    position: relative;
    right: 14px;
    top: 8px;
}

img.catcha-pic {
    width: 100%;
    height: 37px;
}

.btn-login:hover {
    background: #df3e60;
}

.para {
    font-weight: 600;
    position: relative;
}

.dntCaptcha {
    display: flex;
    justify-content: space-between;
}

a#dntCaptchaRefreshButton {
}

.mdi-refresh {
    border: 1px solid #ced4da;
    padding: 0;
    width: 70px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 15px;
    border-radius: 5px;
}

.forgot-password .form-label {
    display: none;
}

form.needs-validation {
    position: relative;
}

.logo-left-wrp h5 {
    position: relative;
}



.logout-p .logo-left-wrp {
    flex-flow: column;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 100%;
    justify-content: center;
}

    .logout-p .logo-left-wrp div {
        position: relative;
    }

.logout-p img.logo_bg-bg {
    width: 36%;
}


@media (max-width:767px) {

    .login-wrp {
        height: auto;
        width: 100%;
        flex-flow: column;
        box-shadow: 0px 0 20px 0px #193a4b38;
        box-shadow: none;
        margin: 0;
        background: transparent;
    }

    body.login-main {
        padding: 50px 20px;
        height: auto;
    }

    .logo_3_wrp {
        margin-top: 30px;
    }

    .form-content {
        padding: 15px;
        display: none;
    }

    .form-wrp {
        height: auto;
    }

        .form-wrp:before {
            width: 100%;
            height: 20%;
            bottom: 0;
            top: unset;
        }

    .form-content img {
        width: 100%;
    }

    .bg-primary-cl {
        padding-bottom: 15px;
        background: transparent;
        padding: 0;
    }

    .logo-left-wrp {
        padding: 15px;
        box-shadow: 0px 0 7px 0px #193a4b1c;
    }

    .col-md-6.bg-light-cl {
        display: none;
    }

    img.catcha-pic {
        margin-top: 15px;
    }

    .footer-bottom .col-md-4 {
        margin-bottom: 9px;
    }
 

    img.Health-dept-logo {
        width: 225px !important;
    }

    .logo_section img.logo_3 {
        width: 60px;
    }

    .icds_login_left img {
        width: 75%;
        margin-bottom: 30px;
    }
}
