/* You can add global styles to this file, and also import other style files */
/*Login Header*/   
.auth-wrapper .brand-logo{

}
.auth-wrapper .brand-logo img{
    max-width: 200px;
}
.academic-table thead th{
    padding: 10px !important;
    font-size: 10px;
}
.academic-table td{
    padding: 10px !important;
    font-size: 10px;
}
.upload-table td{
    padding: 10px;

}
html .content.app-content .content-overlay.active{
    opacity: 1;
    z-index: 1;
    background-color: rgb(214 223 225 / 83%);
}
.ad-spinner{
    width: 5em;
    height: 5rem;
}
@media only screen and (max-width: 991px) {
    .auth-wrapper .brand-logo{
        justify-content: center !important;
    }
  }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000;
}
h5, .h5 {
    font-size: 2rem;
}
small, .small {
    font-size: 1rem;
}
.form-label {
    font-size: 1.2rem;
    color: #252222;
}
.form-select, .form-control, .input-group-text{
    color: #252222;
    border: 1px solid #000000;
}