* {
    font-family: 'Nunito', sans-serif;
}

.bg-wallpaper {
    background-image: url('/images/bg_login.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.a_recover {
    text-decoration: none;
    color: #555;
}

.a_recover:hover {
    text-decoration: none;
    color: #002e58;
}

.btn-primary {
    background-color: #e30613;
    border-color: #e30613;
    color: #fff;
}

.btn-primary:hover {
    background-color: #fa0e1e;
    border-color: #fa0e1e;
    color: #fff;
}

.btn-secondary {
    background-color: #002e58;
    border-color: #002e58;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #00417d;
    border-color: #00417d;
    color: #fff;
}

.btn-primary:disabled {
    background-color: #e3061336;
    border-color: #e3061336;
    color: #fff;
}

.hr-footer {
    margin: 100px 0px 50px 0px;
    height: 2px !important;
}

.bg-red {
    background-color: #e30613;
}

.bg-blue {
    background-color: #002e58;
}

.sidebar .nav-link {
    color: #fff !important;
}

.sidebar .nav-link .feather {
    color: #fff !important;
}

.navbar-brand {
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
}

.arrow_desk {
    position: relative;
    top: 50px;
}

.sidebar .nav-link.active {
    font-weight: bold !important;
    color: #ff9393 !important;
}

.card-students {
    border: 10px solid #e30613;
}

.card-directors {
    border: 10px solid #002e57;
}

.table-admin td, .table-admin th {
    height: 45px;
    vertical-align: middle;
}

.table-admin th {
    background-color: lightgreen;
}

.dtfh-floatingparent.dtfh-floatingparenthead {
    top: 40px !important;
}