<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: white;
  background: url(../images/ht.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.outer {
  display: table;
  position: absolute;
  height: 98%;
  width: 99%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  text-align: center;
  /*border: 1px dashed #3984ff;*/
  width: 362px;
  background-color: #3D3C38;
  color: white;
  -webkit-box-shadow: 5px 9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 9px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 9px rgba(0, 0, 0, 0.75);
}

.pb {
  margin-top: 0px;
  text-align: center;
  font-size: 12px;
  color: white;
}

.pb a {
  color: white;
  text-decoration: none;
}

.pb a:hover {
  color: cyan;
  text-decoration: underline;
}

.pb a:active {
  color: red;
  text-decoration: underline;
}

#loginbox input[type='text'] {
  padding-left: 20px;
  height: 20px;
  margin: 2px;
  border: 1px solid #3984ff;
}

#loginbox input[type='password'] {
  padding-left: 20px;
  height: 20px;
  margin: 2px;
  border: 1px solid #3984ff;
}

#loginbox input[type='tel'] {
  padding-left: 2px;
  height: 25px;
  width: 25px;
  margin: 2px;
  border: 1px solid #3984ff;
  text-align: center;
  font-size: large;
}

#loginbox .username,
#loginbox .password {
  position: absolute;
  color: #3984ff;
  margin-left: 7px;
  margin-top: 5px;
  z-index: 3;
}

.button {
  margin: 5px 0px 5px 0px;
  border: none;
  color: white;
  padding: 10px 10px 10px 10px;
  background-color: #3984ff;
  width: 192px;
}

.button:hover {
  background-color: #4c90ff;
}

#social {
  z-index: 10;
  position: absolute;
  right: 100px;
  top: 0;
  height: 50px;
}

#social .ts3vw {
  display: inline-block;
  vertical-align: top;
  right: -3px;
}

.ts3vw_short {
  display: none;
}

@media only screen and (max-width: 600px) {
  #social {
    display: none;
  }

  .ts3vw_short {
    display: inline-block;
    vertical-align: top;
  }

  .inner {
    width: 300px;
  }

  .logo {
    width: 300px;
  }
}</pre></body></html>