﻿.bg-login-image {
    background: url("/img/login/login.png")!important;
    background-position: center!important;
    background-size: cover!important;
}
label{
    font-weight:bold!important;
}
.modal-wide {
    width: 90vw !important;
    min-width: 90vw !important;
    max-width: 90vw !important;
}
.modal-wide .modal-dialog {
    width: 80vw !important;
    min-width: 80vw !important;
    max-width: 80vw !important;
}
.bg-gradient-primary {
    background-color: #333333!important;
    background: #333333 !important;
    background-image: none!important;
    background-size: cover;
}
.bg-white {
    background: #667a8c !important;
    background-color: #667a8c !important;
    color: #fff !important;
    overflow:hidden!important;
}

.bg-white .text-gray-600 {
    color: #fff !important;
}
.sidebar-dark .nav-item .nav-link {
    color: #fff!important;
}
.bg-white a{
    color:#fff!important;
}