body {
    background-image: url(../login_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: white;
    font-weight: 400;
    display: flex;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background-color: unset;
    border: unset;
    box-shadow: unset;

}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: white;
}


#login {
    width: 320px;
    padding: 0;
    margin: auto;
}
.login .message, .login .notice, .login .success {
    border-left: 4px solid #ffffff;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #164194;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    word-wrap: break-word;
}
.wp-core-ui .button-primary {
    background: #164194;
    border-color: #164194;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}