<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  /*background : none !important;*/
  background: #F9F9F9;
}
#headerlogin {
  background: #f4f4f4 none repeat scroll 0 0 !important;
  border-bottom: 1px solid #eee !important;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  /*height: 95px;*/
  margin: 0;
  /*min-height: 28px;*/
  /*overflow: hidden;*/
  padding: 0 30px;
  background-color: #f3f3f3;
  background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
  background-repeat: repeat-x;
  /*display: block;
  position: relative;*/
}
#headerlogin #logo {
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 110px;
}
#headerlogin #header-register {
  display: block;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
}
#headerlogin .baseline {
  margin-top: 30px;
}</pre></body></html>