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

.login h1.wp-login-logo a {
    background: url(../images/logo.svg) no-repeat bottom center;
    image-rendering: optimizeQuality;
    width: 320px;
    height: 100px;
    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: #2ecc71;
    border-color: #2ecc71;
    font-weight: 600;
    color: #ffffff;
}

.wp-core-ui .button-primary:hover {
    background: black;
    border-color: black;
    color: #ffffff;
}

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

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

.dashicons, .dashicons-before:before {
    color: white;
}