.error{
    font: Normal 11px Tahoma, Verdana, Helvetica;
    color: #e70606;
    margin: 0 0 5px 0;
    position: relative;
    top: -3px;
}
.loginBillName {
    font-family: 'Open Sans', sans-serif;
    color: #0e70cb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 50px !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    4px 4px 0 #88e1fb,
    5px 5px 10px #88e1fb;
    text-align: center;
    margin-top: 40px;
}
.app-card-settings .form-label {
    font: Bold 11px Tahoma, Verdana, Helvetica;
}
.input-sm{
    padding: 3px 5px;height: auto;border-radius: 0px;
}
.custom-table-th{
    background: #c0d1e0 !important;
    color: #000 !important;
}
/* Default style for small devices (text-align: left) */
.custom-level{
    text-align: left;
}
/* Media query for larger devices (min-width: 768px) */
@media (min-width: 768px) {
    .custom-level {
        text-align: right;
    }
}
.suggestion-level {
    font: Normal 11px/11px Tahoma, Verdana, Helvetica;
        display: block;
        color: green;
        position: relative;
        top: 1px;
}

.custom-form-control {
    font-size: 12px !important;
    font-weight: 600;
}

.app-card-settings .form-control {
    font-size: 12px!important;
}