#login {
    background: #f1f1f1;
}

.login h1 a {
    background: url(../images/login-logo.png) 50% 50% no-repeat;
    background-size: 200px;
    width: 220px;
    height: 75px;
    margin-bottom: -10px;
}

#wp-submit {
    background: #e56c24;
    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);
}