* {
    font-family: 'Nunito', sans-serif;
    font-size: 1.01em;
}

.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: #002e58;
    border-color: #002e58;
    color: #fff;
}

.btn-secondary {
    background-color: #002e58;
    border-color: #002e58;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #e30613;
    border-color: #e30613;
    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: #ededed;
}

.sidebar .nav-link {
    /* color: #555 !important; */
}

.sidebar .nav-link .feather {
    color: #555 !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;
}

.a-custum {
    text-decoration: none;
    color: #e14045;
}