/* ProCleanse Login Styles */

/* Change background color and font family */
body {
    background-color: #f5f5f5;
  }
   
  /* Change Width and Height of Logo Image + Add Custom Image File */
  .login h1 a {
    background-image: url('https://www.procleanselimited.co.uk/wp-content/uploads/2021/07/procleanse-logo-vactor.svg');
    width: 300px;
    height: 100px;
    background-size: 300px 100px;
  }
   
  /* Add a few changes to the color and style of form itself */
  .login label {
    color: #333333;
    display: block;
    margin-bottom: 1em;
    font-weight: bold;
  }
   
  .login form .input {
    font-weight: normal;
  }
   
  .login #backtoblog a, .login #nav a {
    color: #c62228;
  }
  .login #backtoblog a:hover, .login #nav a:hover {
    color: #333333;
  }
   
  .wp-core-ui .button-primary {
      background: #c62228;
      box-shadow: 0 1px 0 #c62228;
      border-color: #c62228 #c62228 #c62228;
      text-shadow: 0 -1px 1px #222222,1px 0 1px #222222,0 1px 1px #222222,-1px 0 1px #222222;
  }
  .wp-core-ui .button-primary:hover {
      background: #444;
      box-shadow: 0 1px 0 #444;
      border-color: #444 #444 #444;
      text-shadow: 0 -1px 1px #444,1px 0 1px #444,0 1px 1px #444,-1px 0 1px #444;
  }