﻿body img {
    overflow: hidden;
}



.bgimg {
    position: absolute;
    right: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
}

.brandlogo {
    position: absolute;
    top: 34%;
    left: 41%;
    margin: 0;
    z-index: 1;
}

.image1 {
    position: absolute;
    top: 45%;
    left: 36%;
    margin: 0;
    width: 30%;
    z-index: 1;
}

.bottomimage {
    position: absolute;
    top: 25rem;
    left: 22rem;
    margin: 0;
    width: 15%;
    z-index: 1;
}

.brand-text {
    color: #7367F0;
    padding-left: 1rem;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: .01rem;
    font-size: 1.45rem;
}

.bg-gauranga {
    background-color: #1A2959 !important;
}

.img-fluid {
    max-width: 100%;
    height: initial;
    min-height: 100%;
    position: absolute;
}


/*#labcarelogo {
    width: 60% !important;
    margin-left: 160px !important;
}*/

#labcarelogo {
    width: 60% !important;
    margin-left: 40px !important;
}

.labcarediv {
    margin-right: 15rem !important;
}



/*Mac Safari css*/


/*Windows css*/


@media (min-width : 1224px) {
    .labcarediv {
        margin-right: 15rem !important;
        margin-bottom: 20%;
    }

}
@media (min-device-width: 320px) and (max-width: 768px)
{

    #labcarelogo {
        margin-left: 50px !important;
    }

    .errmsg {
        padding-top: 20px !important;
        left: 20px !important;
    }

    .hidemodulebutton {
        display: none;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 990px) {

/*
    .hidemodulebutton {
        display: none;
    }
*/
    
.image1
{
    width:37%;
}

.bottomimage
{
    width:17%;
}

.loginDiv {
        height: 80%;
        margin-top: 10%;
        padding-top: 20%;
    }

    .labcarediv {
        margin-right: 15rem !important;
        margin-bottom: 25%;
    }


    #labcarelogo {
        width: 70% !important;
        margin-left: 40px !important;
    }
}


@media only screen and (min-device-width: 1024px ) and (-webkit-min-device-pixel-ratio: 2) {


    .hidemodulebutton {
        display: block;
    }

    .loginDiv {
        height: 80%;
        margin-top: 10%;
        padding-top: 20%;
    }

    .labcarediv {
        margin-right: 15rem !important;
        margin-bottom: 25%;
    }


    #labcarelogo {
        width: 70% !important;
        margin-left: 40px !important;
    }
}





  
