
body {
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Open Sans';
}

input[type=text], input[type=password] {
    outline: none;
    -webkit-user-select: none;
}

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;
    height: 16vh;
    width: 32vw;
    background-size: contain;
}

.lblx {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-left: 100px;
    color: rgb(145,145,145);
}
.tbStyle {
margin-top:20vh;
}
.ldCont {
    width: 100%;
    height: 100%;
    background-color: white;
    padding-top: 20vh;
}
