#login {
    background: #f1f1f1;
}

.login h1 a {
    background: url(../images/login-logo-dp.svg);
    background-size: 206px;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    width: 206px;
    height: 77px;
    margin-bottom: -10px;
}

#wp-submit {
    background: #f79500;
    color: #fff !important;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    box-shadow: none;

}

#login input[type="submit"]:hover {
    background: #555;
    color: #fff !important;
}

#login input:focus {
    border-color: #ec9869;
    box-shadow: 0 0 4px rgba(217,79,0,0.5);
}