<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing:border-box;
}
body.login {
  background: #444; 
  background: #444 radial-gradient(#656D78, #434A54);
}

body.login * {
  box-sizing: border-box;
}

.login form {
  box-shadow: none;
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  
}

.login h1 {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 30px 0 10px;
  border-radius: 4px 4px 0 0px;
  display: none;
}

.login h1 a {
  background: url(login-color.png) 50% 50% no-repeat;
  background: none;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  text-indent: 0;
  font-weight: bold;
  font-size: 1.8rem;
  color: #3CAED8;
  line-height: 1;
}

.login-logo-wrapper {
  padding: 24px 24px 0;
  background: #fff;
  border-radius: 4px 4px 0 0px;
}

.login-logo {
  position: relative;
  display: block;
}

.login-logo canvas {
  display: block;
  width: 100%;
}

.login-logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.login .button-primary {
  background: #434A54;
  box-shadow: none;
  border: none;
  font-weight: bold; 
  text-shadow:none;
}

.login .button-primary:hover {
  background-color: #656D78; 
}

.login #backtoblog a, .login #nav a {
  color: #fff;
}

.privacy-policy-link {
  color: #fff;
}
</pre></body></html>