body {
    background: #fff;
}

p#backtoblog, .privacy-policy-link, a.wp-login-lost-password {
    display: none;
}

input#wp-submit {
    font-size: 16px !important;
    line-height: normal !important;
    text-align: center;
    background: #003c7e !important;
    border-width: 1px;
    border-color: #003c7e !important;
    color: #fff !important;
    cursor: pointer;
    font-weight: 600 !important;
    border-radius: 50px !important;
    padding: 7px 20px 10px !important;
}

.login form {
    background: #fff;
    border: 0;
    color: #000;
	box-shadow: none!important;
}