html,
body {
    height: 100%;
}

body {
    padding-top: 60px;
    color: #360B77;
}

a,
a:hover,
a:active,
a:focus {
    color: #360B77 !important;
    text-decoration: none !important;
}

.bg_menu {
    background-color: #5312B6;
    color: #fff;
}

.bg_menu a,
.bg_menu a:hover,
.bg_menu a:active,
.bg_menu a:focus {
    color: #fff !important;
}

.navbar-brand {
    font-weight: 600;
}

.btn-violet {
    color: #fff;
    background-color: #5312B6;
    border-color: rgb(134, 102, 182);
    /*#007bff;*/
}

.btn-violet:not(:disabled):not(.disabled).active,
.btn-violet:not(:disabled):not(.disabled):active,
.show>.btn-violet.dropdown-toggle {
    color: #fff;
    background-color: rgb(60, 14, 129);
    border-color: rgb(48, 14, 100);
}

.btn-violet:hover {
    color: #fff;
    background-color: rgb(48, 14, 100);
    border-color: rgb(134, 102, 182);
}

.btn-violet.focus,
.btn-violet:focus {
    color: #fff;
    background-color: rgb(48, 14, 100);
    border-color: rgb(60, 14, 129);
    box-shadow: 0 0 0 0.2rem rgba(60, 14, 129, .2);
}