/* Change background color and font family */
body {

  background: #f8fafa;
  font-family: Arial,Verdana,sans-serif;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {

  width: 100% !important;
  height: 97px;
  background-size: 213px 97px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {

  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
.login form .input {

  font-weight: normal;
  padding: 8px;
  box-shadow: none;
  border-color: transparent ;
  border-bottom: 2px solid #ed232d;
}
 
.login #backtoblog a, .login #nav a {

  color: #ed232d;
}

.login #backtoblog a:hover, .login #nav a:hover {

  color: #231e20;
}
 
.wp-core-ui .button-primary {

  background: #ed232d;
  border: none;
  text-shadow: none;
  box-shadow: none;
  padding: 0 12px 0px !important;
}

.wp-core-ui .button-primary:hover{

  background: #231e20;
}

.wp-core-ui .button-primary:focus{

  box-shadow: none;
}

.login form .input, .login input[type=text]{

  font-size: 16px;
}
