body {
    background-color: #f9f9f9;
    color: #1e4f90;
}

#login h1 a, .login h1 a {
    background-image: url('/media/images/shared/fairline_logo.svg');
    height:30px;
    width:200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
    cursor: default;
    pointer-events: none;
}

.wp-core-ui .button-primary {
    background-color: #1e4f90;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}
.wp-core-ui .button-primary:hover {
    background-color: #235496;
}

.login #backtoblog a:hover, .login #nav a:hover {
    color: #1e4f90;
}
