#content {
    min-height: 92vh;
}

.header-line {
    background-color: #dd2a30;
    height: 8px;
}

.logo-container {
    margin-top: 5em;
    margin-bottom: 1.5em;
}

.logo-container img {
    width: 275px;
}

.login-form-container {
    /*padding: 2.5em 1em 1em 1em;*/
    padding: 0 1em 1em 1em;
    background-color: #fafafa;
    border: 1px solid #d0d0d0;
    position: relative;
    /*margin-top: 9em;*/
    border-radius: 3px;
}

.login-form-container p {
    color: #888888;
    font-size: 0.8em;
}

.login-form-container button {
    background-color: #dc1f26;
}

.login-form-container button:focus,
.login-form-container button:hover {
    background-color: #b91e22;
}

input[type=text], input[type=password] {
    margin: 0;
}

.login-logo {
    position: absolute;
    /*left: 38%;*/
    top: -40px;
    display: block;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 50px;
    border: 1px solid #d0d0d0;
}

.remember-me-container label {
    margin-top: 7px;
    margin-left: 17px;
}

.subheader {
    margin: 1em 0 0 0;
}

.forgot-password-container a {
    color: #575757;
    font-size: 15px;
}

.forgot-password-container a:hover,
.forgot-password-container a:active {
    text-decoration: underline;
}

.footer-text {
    margin-top: 1em;
    margin-left: 1em;
    color: #999;
    font-size: 0.8em;
}

.footer-text a {
    color: #999;
}

.footer-text a:hover {
    text-decoration: underline;
}