.header {
    padding: 10px;
    text-align: center;
    background: #58b0ef;
    color: white;
    font-size: 30px;
}

.body_bg {
    background-color: hsl(0deg 0% 90%);
    transition: background-color 300ms;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 18% bottom;
    height: 100vh;
    position: relative;
    background-image: url('../Images/one health theme logo.png')
}

@font-face {
    font-family: FirstFont;
    src: url('../Images/OPTIMA.ttf');
}

@font-face {
    font-family: SecondFont;
    src: url('../Images/BalooTamma2-Bold.ttf');
}

@font-face {
    font-family: ThirdFont;
    src: url('../Images/BalooTamma2-Regular.ttf');
}


.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.footer {
    background-color: #a1ca34;
    text-align: center;
    font-size: 15px;
    color: #474a36;
    width: 100%;
    padding: 5px 0px;
    bottom: 0px;
    left: 0px;
    background-image: url('../Images/bottom green strip.png');
    position: fixed;
}

a:hover {
    color: white;
}

.img_wid {
    width: 100% !important;
}

.lblemail {
    color: #eef9fd;
    margin-top: 50px;
    float: right;
    margin-right: -65px;
    text-decoration: underline;
}

.loginst {
    margin-left: -45px;
}

.healthlogo_cs {
    width: 100px;
    margin-top: 20px;
}

.healthlogodiv_cs {
    margin-top: 15px;
}

.vision_l {
    font-weight: bold;
    color: #434041;
}

.health_p {
    color: #4d4a4b;
}

.health_p1 {
    margin-top: -12px;
}

.welcome_c {
    color: #59b2ef;
    margin-top: 55px;
}

.card_ci {
    margin-top: -55px;
}

.logo_box {
    max-width: 140%;
    margin-left: -68px;
}

.fontemail {
    font-family: FirstFont;
}

.fontsec {
    font-family: SecondFont;
}

.fontthird {
    font-family: ThirdFont;
}

.usericon_iil {
    width: 25%;
    border-radius: 80%;
    position: absolute;
    bottom: 58%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgb(0 0 0 / 50%);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.card_contectcs {
    width: 100%;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    top: 45%;
}

.username_cs {
    border: 2px solid #52a4e4;
    border-radius: 10px !important;
    width: 70%;
    margin-left: 50px;
}

.submit_btn {
    border-radius: 10px !important;
    background-color: #51a1e4;
    color: white;
    width: 70%;
    margin-left: 50px;
}

.forgetpass_div {
    text-align: center;
}

.forgetpass_color {
    color: #afafaf;
}

@media (max-width: 414px) and (min-width: 736px) {

    .body_bg {
        height: 100vh;
    }
}

@media (max-width: 699px) and (min-width: 320px) {
    .loginst {
        display: none;
    }

    .lblemail {
        margin-right: 0px;
        margin-top: 18px;
        padding-bottom: 10px;
        font-size: 25px;
        float: none;
    }

    .body_bg {
        height: auto;
    }

    .logo_box {
        max-width: 100%;
        margin-left: 0px;
        height: 429px;
    }

    .usericon_iil {
        width: 18%;
        bottom: 60%;
    }

    .card_ci {
        margin-top: 0px;
    }

    .welcome_c {
        margin-top: 35px;
        font-size: 30px;
        text-align: center;
    }

    .forgetpass_div {
        text-align: center;
        margin-bottom: 4px;
    }

    .card_contectcs {
        padding: 0px 10px;
    }
}

.forgetpass_div > a:hover {
    color: #1dc956;
}

@media screen and (min-width: 480px) and (max-width: 1366px) {
    .header {
        padding:5px;
    }

    .logo_box{
        max-width:130%;
    }
    .healthlogodiv_cs {
        margin-top: 0px;
    }
    .img_wid{
        width:75% !important;
    }
    .lblemail {
        margin-top: 25px;
    }

    element.style {
    }

    .fontemail {
        font-family: FirstFont;
    }

    .welcome_c {
        margin-top: 45px;
    }
    .card_ci {
        margin-top: -60px;
    }
}