body{
    background-color: #fff !important;
}
#login h1{
    background: #e84e1b !important;
}

#login_error, .login .message, .login .success {
    border-left: 4px solid  #e84e1b !important;
    background: #e84e1b !important;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    /*background-color: #fff;*/
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    color: #fff;
}

#login p.submit #wp-submit{
    display: block;
    background: #e84e1b !important;
    border: none !important;
    box-shadow: 0 1px 0 #e84e1b;
    color: #fff;
    text-decoration: none;
    text-shadow: none !important;
    border-radius: 0;
}

#login p.submit #wp-submit:hover{
    opacity: 0.8;
}

#login p.message{
    text-align: center;
}

#login a {
    color: #e84e1b !important;
}

#login a:hover {
    color: #e84e1b !important;
    opacity: 0.8;
}

#login-message a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}

#login-message a:hover {
    color: #fff !important;
    text-decoration: underline;
    opacity: 1;
}