.login {
    position: relative;
    background: url(../images/bg.jpg) no-repeat bottom center; 
}

.login:before {
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: bottom center;
} 

.login h1 a {
    background: url(../images/logo-white.svg) no-repeat top center;
    image-rendering: optimizeQuality;
    width: 320px;
    height: 250px;
    margin-top: 60px;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    padding-bottom: 15px;
    display: block
}

.login form {
    border: none;
}


/*# sourceMappingURL=login.css.map */

.wp-core-ui .button-primary {
    background: #bace00;
    border-color: #bace00;
}

.wp-core-ui .button-primary:hover {
    background: #1e1d3e;
    border-color: #1e1d3e;
    color: white;
}

.login #backtoblog a,
.login #nav a {
    color: #ffffff;
}

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