body {
    background-color: #f3f3f1;
}

.info {
    color: red;
    font-size: 11px;
    text-align: center;
}
.attention {
    margin-top: 10px;
    color: #44941f;
    font-size: 11px;
    text-align: center;
}

.btn-secondary {
    background-color: #ffae19 !important;
    border-color: #ffae19 !important;
}

.text-info {
    font-size: .875em;
}

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

.my_big_check {
    width: 2em !important;
    height: 2em !important;
    margin-right: 10px;
}

.bg-purple {
    background-color: #002e59 !important;
}

.no_user {
    color: #bc0d1e;
}

.back {
    text-decoration: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.active_course {
    border: 2px solid #002e59 !important;
}