body {
    background: url('/img/user/authentication/login-background.jpg') center 3.5rem repeat-x #085a94;
    background: url('/img/user/authentication/login-background.jpg') center 3.5rem repeat-x,
        linear-gradient(180deg, #126091 0%, #085a94 35%, #09102a 100%);
    background-size: cover;
    color: #eeeeee;
}

div.header-fixed h4 {
    background: #126091;
    border-color: #085a94;
}

div.invalid-value {
    color: #eeeeee !important;
}

footer a {
    color: #64c8f0;
}

footer a:hover {
    color: #eeeeee;
}

hr {
    border-top: 1px solid #64c8f0;
}

html {
    min-height: 100%;
}
