body{
    background-color: rgba(26, 108, 225, 0.03);
}

.content-auth-alt{
    background-attachment: fixed;
    background-image: url(https://mypermitprocessors.com/assets/images/background-pic.jpg);
    background-repeat: no-repeat;
    min-height: calc(100vh - 275px);
    display: flex;
    flex-direction: column;    
}

.postit{
background-color: #ffffcc;
}

.table th, .table td {
  line-height: 2.5;
}

.colors1{
    background-color: #000000;
    color: #ffffff;
}

.colors2{
    background-color:#ffc107;
    color: #ffffff;
}

.colors3{
background-color: #fd7e14;
}

.color4{
    background-color: #0168fa;

}

.colors5{
    background-color: #dc3545;
}

.colors6{
    background-color: #10b759;
}

.bgimg{
    background-attachment: fixed;
    background-image: url(https://mypermitprocessors.com/assets/images/background-pic.jpg);
    background-repeat: no-repeat;
    height:calc(100vh*0.75);
    background-size: cover;    
}

.backdrop{
    visibility: visible;
    position: fixed;
    top: 60px;
    height: calc(100vh*0.75 - 60px);
    background-color: rgba(15, 21, 32, 0.95) !important;
}

.zind-100{
    z-index: 1000;
}

.dataTables_length select{
    padding: 10px;
}

.content-components{
    min-height: calc(100vh - 106px);
}

.adj{
    min-height: calc(100vh - 106px);    
}

.mgtopnew{
    margin-top: 25%;
}

@media only screen and (max-width: 1200px) {
.mgtopnew{
    margin-top: 40%;
} 
}

@media only screen and (max-width: 480px) {
.mgtopnew{
    margin-top: 75%;
    line-height: 50px;
} 
}