.login .login-box form {
    margin-bottom: 0;
}
.login .login-box .btn-primary {
    width: 100%;
    padding: 8px 16px;
    margin-top: 24px;
    background: #23410A;
    border-radius: 4px;
    border: 0;
    font-weight: 500;
}
.login .login-box .btn-primary:hover {
    background: #395423;
}
.login .login-box .btn-primary:active {
    background: #23410A;
}
.login .form-check-input:checked {
    background-color: #23410A;
    border: 1px solid #23410A;
    color: #fff;
}
.login .login-box .password-link {
    color: #23410A;
}
.login .login-box .form-check .ems-text a {
    color: #23410A;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.login .login-box .form-check .ems-text a:hover {
    color: #23410A;
    text-decoration: none;
}
.footer-bottom {
    background-color: #232323;
    color: #fff;
}
.footer-content .footer-links a {
    color: #fff;
}
.footer-bottom .footer-content .footer-logo {
    margin-bottom: 8px;
}