.login-page,
.register-page {
    background: #000;
}

.login-logo a,
.register-logo a {
    color: white !important;
    text-decoration: none !important;
    font-size: 30px !important;
    font-weight: 500 !important;
}

.login-page .login-btn {
    font-weight: bold;
    height: 45px;
    padding: 6px 15px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #4158d0;
    color: white;
    font-size: 14px;
}

.login-page .login-btn:focus,
.login-page .login-btn:hover {
    background: #182656;
}
.btns{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #ddd;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dark-mode .navbar-white{
    background: #343a40;
    border-color: #333;
}
.dark-mode .content-header h1,
.dark-mode .navbar-white span,
.dark-mode .navbar-white i{
    color:white !important;
}
table.dataTable tbody tr {
    background-color: initial !important;
}
.search-res{
    display:flex; 
    justify-content:space-between; 
    margin-right: 30px;
    border-bottom: 1px solid #e8e8e8;
    flex-wrap: wrap;
}
.navbar-search-block{
    z-index: 999 !important;
}
.small-box h3 {
    white-space: normal !important;
}
#main_links{
    color: #222;
  }
.dark-mode #main_links{
    color: #fff;
}
#main_links:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    #main_vue .card-title{
        float: none;
    }
    #main_vue .card-tools {
        display: block;
        width: 100%;
        float: none;
    }
    .search-res > small{ 
        flex:50%;
    }
}
