﻿.section-authentication-cover {
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
    .section-authentication-cover .col-md-7 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-right: 1px solid #c7c7c7;
        padding: 24px;
    }
    .section-authentication-cover .col-md-5 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*  border-right: 1px solid #c7c7c7;*/
        padding: 5px 24px 5px 50px;
    }
h5.site_name {
    font-size: 1.4rem;
    font-weight: 500;
}
.deptname {
    font-size: 16px;
    font-weight: 500;
    color: #02063a;
}
.govtname {
    font-size: 16px;
    font-weight: 500;
    color: #02063a;
}
.section-authentication-cover .col-md-5 p {
    color: #000000;
    /* padding: 10px; */
    text-align: center;
}
.section-authentication-cover form {
    color: black;
}
.section-authentication-cover .form-control, .section-authentication-cover .input-group-text {
    border: 1px solid #838383;
}
.jhlogo{
    width:100px;
}
.text-primary {
    color: #001487 !important;
}
.bg-gradient-cosmic {
    /* background: #0e5353 !important; */
    background: url(../../assets/images/employee-health-insurance.jpg) !important;
    background-size: cover !important;
    background-position: bottom !important;
}
.section-authentication-cover .card {
    background: #ffffffc7;
}
.auth-footer {
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    background: #ffffff45;
    color: #121212;
    font-size: 12px;text-align: center;
    padding: 3px 0;

}
@media screen and (max-width:640px) {
    .jhlogo {
        width: 80px;
    }
    .section-authentication-cover .col-md-7 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-right: 0px solid #c7c7c7;
        padding: 0px;
    }

    .section-authentication-cover .col-md-5 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*  border-right: 1px solid #c7c7c7;*/
        padding: 5px 15px 5px 15px;
    }

    h5.site_name {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .deptname {
        font-size: 12px;
        font-weight: 500;
        color: #02063a;
    }

    .govtname {
        font-size: 12px;
        font-weight: 500;
        color: #02063a;
    }
    .card.p-5{
        padding:0 !important;
    }
    .bg-gradient-cosmic {
        background: #ffffff !important;
    }
    .section-authentication-cover .card {
        border: 0 solid transparent;
        box-shadow: 0 0 0rem 0 rgba(136, 152, 170, .15);
        background: #ffffff00;
    }
    .text-primary {
        color: #001487 !important;
    }
}