.page-header .container {
    position: relative;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-primary {
    background-color: #2196F3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:focus,
.btn-primary.active:hover,
.open>.btn-primary.dropdown-toggle,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    background-color: #ccdd20;
}

.btn-lg {
    font-size: 1rem !important;
}

.login-page .link {
    font-size: 12px;
}

.footer ul li a {
    font-size: 14px;
}

a {
    color: #2196F3;
}

a:hover,
a:focus {
    color: #2196F3;
}

.footer .copyright {
    font-size: 0.9571rem;
}

.login-page .card-login .logo-container {
    width: 100px;
}

.page-header[filter-color="orange"] {
    background: rgba(44, 44, 44, 0.2);
    background: -webkit-linear-gradient(90deg, rgba(44, 44, 44, 0.6), rgba(95, 125, 139, 0.6));
    background: -o-linear-gradient(90deg, rgba(44, 44, 44, 0.6), rgba(95, 125, 139, 0.6));
    background: -moz-linear-gradient(90deg, rgba(44, 44, 44, 0.6), rgba(95, 125, 139, 0.6));
    background: linear-gradient(0deg, rgba(44, 44, 44, 0.6), rgba(95, 125, 139, 0.6));
}

body {
    font-size: 18px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.navbar .navbar-nav .nav-link {
    font-size: 14px;
}

.footer ul li a {
    font-size: 14px;
}

.login-page .link {
    font-size: 12px;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.btn-primary {
    background-color: #2196F3;
}

a {
    color: #2196F3;
}

a:hover,
a:focus {
    color: #2196F3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:focus,
.btn-primary.active:hover,
.open>.btn-primary.dropdown-toggle,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    background-color: #ccdd20;
}

.navbar-brand img {
    width: 200px;
}

@media screen and (max-width: 991px) {
    .navbar-collapse:before {
        background: #000;
        background: -webkit-linear-gradient(#000 0%, #000 80%);
        background: -o-linear-gradient(#000 0%, #000 80%);
        background: -moz-linear-gradient(#000 0%, #000 80%);
        background: linear-gradient(#000 0%, #000 80%);
        opacity: 0.76;
        filter: alpha(opacity=76);
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .navbar-brand img {
        width: 120px;
    }
}