<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* 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: auto;
  height: 150px;
  background-size: 100% auto;
}
 
/* 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;
}
 
.login #backtoblog a, .login #nav a {
  color: ##1A9BCB;
}
 
.wp-core-ui .button-primary {
  background: ##1A9BCB;
}</pre></body></html>