body.login, body.recoverpw {
    background-color: #6984FD;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[data-topbar="dark"] #page-topbar {
    background-color: #484878;
    color: #FFF;
}

body[data-topbar="dark"] #page-topbar form input, body[data-topbar="dark"] #page-topbar form input::placeholder{
    color: #FFF;
}

/* Navigation */
nav > .row{
    min-height: 60px;
    line-height: 60px;
}

/* DaTools Content */
#dt-content {
    background-color: #EFEFEF;
    min-height: 500px;
    color: #000;
}

body .navbar-header {
    height: 80px !important;
}

body[data-topbar="dark"] .header-item, body[data-topbar="dark"] .header-item:hover {
    color: #FFF;
}

body[data-layout="horizontal"] .page-content {
    min-height: 800px !important;
}

.footer {
    background-color: #E0E0EC;
    color: #484878;
}

.text-muted {
    color: #484878 !important;
}

.btn-primary{
    background-color: #484878 !important;
}

a.logo:focus, #page-header-user-dropdown:focus{
    outline: solid #FFF 1px !important;
}