html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.loginPadding {
    padding-top: 160px;
}

.logoDimentions {
    width: 100px;
    height: 82px;
}

@media screen and (min-width: 993px) and (max-width: 2000px) {
 
    .col-table-12-60p {
        width: 90% !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 992px) {
    .loginPadding {
        padding-top: 10px;
    }
    .col-table-12-60p {
        width: 75% !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 576px) {
    .logoDimentions {
        width: 80px;
        height: 40px;
    }
    .appLabel {
        font-size: 17px;
        color: white;
    }
    .loginPadding {
        padding-top: 10px;
    }
    .table-wrapper {
        overflow-x: scroll;
        width: 100%;
        margin: 0 auto !important;
        margin-right: -12em !important;
    }

    .col-table-12-60p {
        width: 60% !important;
    }

}

.table-wrapper {
    overflow-x: scroll;
    width: 100%;
    margin: 0 auto !important;
    margin-right: -12em !important;
}

.first-col {
    position: absolute;
    width: 12em;
    height: 75px;
    border: 1px solid black !important;
    margin-left: -12em;
}

.pre-col {
    position: absolute;
    width: 12em;
    height: 75px;
    border: 1px solid black !important;
    margin-left: -15.3em;
}


.col-table-12-60p {
    width: 100%;
}


