﻿body {
    background-color:#333;
}

.mainHeading {
    font-size: 28px;
    color: white;
    font-family: sans-serif;
    margin-top: -10px;
    background-image: url(../hi_images/bg_2.png);
    background-color: #016592;
    padding: 50px;
}

.login-divv {
    border-radius: 5px;
    margin-top: 30px;
    clear: both;
    border-radius: 8px;
    /* box-shadow: #107fc9 0px 7px 15px -4px; */
    /* background-color: #fdfdfd; */
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
}

.txtbox {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    height: 30px;
}

.lblLogin {
    font-size: 13px;
    color: #357ae8;
    font-weight: 500;
    text-align: left;
}

#btnLogin {
    height: 30px;
}

.text-info {
    color: #ffa500;
}

.Ntc {
    padding: 10px;
    background: #fbfbfb;
    font-size: 13px;
    border: 1px solid #f3f3f3;
    color: #797979;
    font-family: sans-serif;
}

.mainn {
    min-width: 320px;
    max-width: 800px;
    padding-bottom: 75px;
    margin: -22px auto;
    background: #fff;
}

.logoo {
    height: 40px;
    width: 153px !important;
    /* float: left; */
    background: url(../hi_images/HealthIndiaLogo.png) no-repeat 0 0;
    /* margin: 3px !important; */
    position: absolute;
    margin-top: 26px;
    background-color: white;
    margin-left: -3%;
    padding: 15px;
    border-radius: 5px;
}

.logoospan {
    height: 47px;
    width: 15% !important;
    /* float: left; */
    /* background: url(../hi_images/HealthIndiaLogo.png) no-repeat 0 0; */
    /* background: #f3f3f3; */
    /* margin: 3px !important; */
    position: absolute;
    margin-top: 4%;
    background-color: white;
    margin-left: -51%;
    padding: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .logoospan:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -23px;
        /* width: 0; */
        /* height: 16px; */
        border-color: transparent #ffffff transparent transparent;
        border-style: solid;
        border-width: 24px 23px 23px 0px;
    }

    .logoospan:after {
        content: "";
        position: absolute;
        top: 21px;
        left: -2px;
        float: left;
        width: 6px;
        height: 6px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #004977;
        -webkit-box-shadow: -1px -1px 2px #004977;
        box-shadow: -1px -1px 2px #004977;
    }


.AlertDanger {
    padding: 15px;
    border-left: 1px solid #3891b9;
    border-right: 1px solid #3698c3;
    border-bottom: 1px solid #0db2ff;
    color: #006192;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    background: #f5fcff;
    cursor: pointer;
}

.login-form {
    width: 340px;
    margin: 50px auto;
}

    .login-form form {
        margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
    font-size:13px;
}

.btn {
    font-size: 15px;
    font-weight: bold;
}

.login-Header {
    width: 50%;
    margin: 50px auto;
}

.content-div {
    padding-top: 50px;
    padding-bottom: 25px;
    background-color:white;
}

.content-div-gen {
    padding-top: 10px;
    padding-bottom: 25px;
    min-height: 500px;
}
