

body {
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Open Sans';
}



html {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Open Sans';
    overflow-x: hidden;
    overflow-y: hidden;
}

.loadiv {
    text-align: center;
    background: url(./img/logo.png) center center no-repeat;
    /* INCREASE THIS: 16vh is too small. Try 40vh (40% of screen height) */
    height: 40vh;
    /* Ensure width is wide enough so it doesn't bottle-neck the height */
    width: 50vw;
    background-size: contain;
}

.lblx {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-left: 100px;
    padding-top: 30px;
    padding-bottom: 100px;
    color: rgb(145,145,145);
}
.tbStyle {
margin-top:20vh;
}
.ldCont {
    width: 100%;
    height: 100%;
    background-color: white;
    padding-top: 20vh;
}
