.btn-secondary {
    background-color: #9d3232;
}

.btn-secondary:hover {
    background-color: #5566aa;
}

.btn-primary:hover {
    background-color: #537199;
}

.btn-primary {
    background-color: #5566aa;
}

td {
    font-size: 0.9em;
    color: gray
}

tbody.mycls {
    font-size: 1.1em;
    color: black
}

.header-custom {
    background: url("head.jpg");
}

.font-header {
    color: white;
}

#id_username,
#id_password {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label {
    font-size: 0.9rem;
}

.uppercase_name {
    text-transform: uppercase;
}