body.login{
	background: #fff !important;
}

body.login input#wp-submit {
    background-color: #f26522;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 16px;
    border: 2px solid #f26522;
    margin-bottom: 0px;
    line-height: 27px;
}

.login .message, .login .notice, .login .success {
	border-left: 4px solid #70be97 !important;
}

#order_data .order_data_column:nth-child(3) {
    padding-right: 0;
}