body {
    background-color: #262626;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
}

a,
a:hover,
a:focus,
a:visited {
    color: #999999;
    text-decoration: none;
}

.navbar {
    background-color: #262626;
    border-bottom: 1px solid #3a3a3a;
}

.navbar-brand img {
    max-height: 42px;
    width: auto;
    display: block;
}

.nav-link {
    color: #999999 !important;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus,
.navbar-nav .nav-link.active {
    color: #ffffff !important;
}

.hero {
    min-height: calc(100vh - 110px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-logo img {
    max-width: 100%;
    width: 280px;
    height: auto;
    display: inline-block;
}

.logo-center img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.login-box {
    font-size: 11px;
    line-height: 1.7;
    max-width: 260px;
    margin-left: auto;
}

.form-control {
    background-color: #999999;
    border: none;
    border-radius: 0;
    color: #262626;
    font-size: 0.875rem;
}

.form-control:focus {
    background-color: #b3b3b3;
    color: #262626;
    box-shadow: none;
}

.secure-btn {
    background: transparent;
    border: 0;
    padding: 0;
}

.secure-btn img {
    display: block;
    border: 0;
}

.ceo-name {
    margin-bottom: 5px;
}

.p-body {
    padding-top: 50px;
}

.p-body p {
    color: #E3E3E3;
}

.p-body a {
    text-decoration: underline;
}

.about-footer {
    padding-bottom: 50px;
    color: #999999 !important;
    font-size: .8rem;
}

@media (max-width: 767.98px) {
    .hero {
        min-height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .login-box {
        margin: 2rem auto 0;
    }

    .logo-center {
        text-align: center;
    }
}