.wp-core-ui .button-primary {
    background: none repeat scroll 0 0 #0032a0;
    color: #f2f0cb;
}
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:active {
    background: none repeat scroll 0 0 #f2f0cb;
    color: #00543a;
}

#login{
    width: 400px !important;
}

.login h1 a {
    background-position: center center !important;
    background-size: auto auto !important;
    min-height: 150px !important;
    width: 100% !important;
}

#backtoblog {
    display: none !important;
}

.wp-login-lost-password{
    display: none !important;
}

.wp-login-log-in{
	display:none !important;
}