#login h1 a {
    background-image: url(https://www.10turn.com/css/images/10turn-logo-black.png);
    width: 100%;
    background-size: 150px;
    background-position: 50%;
    pointer-events: none;
}

input#wp-submit {
    background: #0078e7;
    border-radius: 0;
    padding-top: 2px;
    color: white;
    text-shadow: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: sans-serif;
    border: none !important;
}

form#loginform {
    background: #353535;
    border-radius: 5px;
}

form#loginform label {
    color: white !important;
}