<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
  height: unset;
  width: unset;
  margin-bottom: 20px;
}

table {
  width: 350px;
  margin: 0 auto;
}

td {
  height: 35px;
  line-height: 35px;
}

tr {
  margin: 5px 0;
}

.td1 {
  width: 25%;
  text-align: right;
  display: inline-block;
  margin: 5px 0;
}

.td2 {
  width: 70%;
  text-align: left;
  display: inline-block;
}

input {
  width: 100%;
  height: 100%;
  text-indent: 2px;
}

.tc {
  text-align: center;
}

.loginb {
  background-color: #75a4b4;
  padding: 5px 20px;
  color: #fff;
  border: 1px solid #5F91A2;
  border-bottom-width: 2px;
  font-weight: bold;
}</pre></body></html>