html, body, input, select, textarea, h1, h2, h3, h4, .cms-button {
    font-family: "Mulish", sans-serif;
}

h3 {
    font-size: 18px;
    font-weight: 500;
}

.cms-page .user-dropdown-content {
    font-family: "Mulish", sans-serif;
}

.cms-page main .index-page .tile a .top-level-name {
    font-family: "Mulish", sans-serif;
}

.no-left-menu .main-menu .logo-bar {
    transform: rotateZ(-90deg);
    margin-top: 70px;
}


.main-menu ul li.separator {
    border-bottom: 1px solid #00000022;
    padding: 20px 0 5px 35px;
    margin-bottom: 10px;
}

.main-menu ul li.separator .title {
    color: #00000066;
    font-size: 12px;
    text-transform: uppercase;
}

.main-menu ul li a {
    font-family: "Mulish", sans-serif;
}

.cms-module-list .multiple-lists .one-list h2 {
    font-family: "Mulish", sans-serif;
}

.cms-module-form table td.caption .caption {
    font-family: "Mulish", sans-serif;
}

/*.cms-page main .top-bar .right .user-icon {*/
/*    font-size: 16px;*/
/*    width: 38px;*/
/*}*/

.main-menu {
    background: #F1F2F8;
    box-shadow: 4px 0 12px -10px rgba(0, 0, 0, .5);
}

.main-menu .logo-bar {
    /*background-color: #282e37;*/
    background: transparent;
    box-shadow: none;
}

.main-menu .logo-bar .logo {
    background: url(./dbro.svg) center no-repeat;
    width: 101px;
    height: 40px;
    display: block;
    background-size: contain;
}


.main-menu ul li a {
    color: #343434;
}

.main-menu ul li a i {
    color: #434343;
}

.main-menu ul li.active > a {
    background: #e5e5ee;
}

.main-menu ul li ul li.active > a {
    color: #0077E9;
}


body.login-page {
    background: black !important;

}

body.login-page .bg {
    background: url("pexels-photo-1323550-1.jpg") bottom right no-repeat;
    height: 100%;
    opacity: .7;
}

body.login-page .bg .bg2 {
    background-size: cover;
    background-image: linear-gradient(135deg, #7da7fc 0, #6c90d8 50%, #5b79b5 100%);
    opacity: 0.6;
}

body.login-page .container {
    backdrop-filter: sepia(.4);
}

body.login-page .container .login-form .logo {
    background: url(./dbro.svg) center no-repeat;
    background-size: contain;
    opacity: .9;
    width: 200px;
    height: 80px;
    margin-bottom: 40px;
}

body.login-page .container .login-form form input.text {
    color: #fff;
    font-size: 18px;
    padding: 6px 10px 8px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .2);
    border: none;
    outline: 0;
    margin-right: 10px;
}


body.login-page .login-with-vk-teams {
    margin-top: 2rem;
    opacity: .8;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, .3);
    cursor: pointer;
    padding: 15px 40px 15px 55px;
    color: white;
    background: #0377FF url("vkteams.png") 15px center no-repeat;
    background-size: 30px;
    border: none;
    border-radius: 20px;
}
