/* Change background color and font family */
body { background: #4e7cac;  font-family: Arial,Verdana,sans-serif;  padding-top:4%;}

 #login { padding:25px 0 25px 0 !important;background: #1e2d4d;border-radius:8px;box-shadow:         2px 2px 2px 0px #333; }
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a { background-image: url(images/bluestarCClogo.png);  width: 160px;  height: 160px;  background-size: 160px 160px;}
 
/* Add a few changes to the color and style of form itself */
.login label { color: #444; display: block; margin-bottom: 1em; font-weight: bold;} 
.login form .input { font-weight: normal;}
 
.login #backtoblog a, .login #nav a {  color: #eee;}
 
.wp-core-ui .button-primary {  background: #4da28f;}p.message  {color:#fefefe; font-weight:bold;background-color:#008DFF!important;letter-spacing:0.02em;}