/* Change background color and font family */
body {
   width:100%; 
   height:100%; 
background-color: #FFFFFF;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(http://www.onlinecandidatelinks.com/wp-content/uploads/2016/10/ocllogo.png);
  width: 400px;
  height: 60px;
  background-size: 400px 60px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {

}
 
.login form .input {
  font-weight: normal;
}
.login form { 
    border-radius: 10px;
}

.login #backtoblog a, .login #nav a {
color: #800000;
}
 
.wp-core-ui .button-primary {
	background-color: #800000;
}
