.brand-logo .img {
    padding: 1rem;
}

div.authincation-content {
    background: #19171C !important;
}

div.authincation-content img {
    width: 139px;
}

div.authincation-content input {
    background-color: #F2FBFF;
}

div.authincation-content input:focus, input:hover {
    background-color: #F2FBFF !important;
}

div.authincation-content button[type="submit"] {
    color: #FFFFFF !important;
    background-color: #0094ff !important;
    transition: background-color 0.5s;
}

div.authincation-content button[type="submit"]:hover {
    background-color: #006eff !important;
}

div.authincation-content .form-control {
    border: 2px solid #006eff;
    background-color: #23282d;
    color: #eee;
}

div.authincation-content .form-control:focus {
    border-color: #006eff !important;
}

div.authincation-content *::selection {
    background: #006eff !important;
}

div.authincation-content .form-control:hover, div.authincation-content .form-control:focus, div.authincation-content .form-control.active {
    background: #23282d !important;
}

@media only screen and (max-width: 1199px) {
    div.nav-header a.brand-logo img {
        height: 100%;
        width: auto;
        padding: 0.5rem;
    }
}