@media(min-width: 992px)
{
    .doc-nav {
        flex: 0 0 350px;
        border-right: 1px solid #f0f2f1;
        padding-right: 15px;

        height: 100vh;
        min-height: 200px;
        overflow: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .doc-section {
        margin-top: 0;
        padding-left: 15px;
        flex: 1;
    }
}
body {
    background: #E9F0F5 !important;
}

.login-bg {
    background: url(../images/hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 530px;
}

.login-bg:after {
    background-color: #565656;
    bottom: 0;
    content: '';
    left: 0%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.85;
}

.logo {
    max-width: 250px;
}

.nav-logo {
    max-width: 200px;
}

.login .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    padding-left: 40px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-bottom: 1px solid #ced4da;
}

.login .form-control:focus {
    color: #495057;
    background-color: transparent;
    outline: 0;
    border-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #3C4455;
}

.email-wrapper, .password-wrapper {
    display:inline-block;
    position: relative;
    width: 100%;
}

.email-wrapper:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0e0';
    position: absolute;
    left: 6px;
    top: 7px;
}

.password-wrapper:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f023';
    position: absolute;
    left: 6px;
    top: 7px;
}

.login label.form-check-label {
    color: #707981;
}

.login a.reset {
    color: #707981;
    text-decoration: underline;
}
