.login h1 a{
    background: url("../img/header-text.png") no-repeat center top;
    background-size: 300px 45px;
    width:auto;
}

body.login{
    background-color: #0f5090;
    height: 100vh !important;
}

#login_error, .login .message, .login form {
    background-color: #f1f1f1!important;
}

.login > #login > #nav > a  {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: #333;
    background-color: #fff;

}

body, html {
    min-height: 100%;
    height: auto !important;
}