body.login {
    background: url('../img/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.login h1 a {
    background-image: url('../img/logo.png');
    width: 320px;
    height: 65px;
    background-size: contain;
}

.login form {
    border-radius: 10px;
    color: black;
    border: none;
    
}

.wp-core-ui .button-primary {
    background: #0073aa;
    border-color: #0073aa;
    text-decoration: none;
    text-shadow: none;
}
#login{
    background-color: white;
    padding: 2em;
    border-radius: 15px;
}