html, body { min-height: 100%; }
#bg {
  background: linear-gradient(#ffffff 0, #ffffff 66px, #f4f4f4 66px, #f4f4f4 100%);
  border-top: 5px solid #e00000;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: auto;
  margin: 0;
  position: relative;
}
#logo-hold {
  background: linear-gradient(#fff, #f7f7f7);
  border-top: 1px solid #c91414;
  box-shadow: inset 0 -1px 0 #ddd;
  min-height: 65px;
  padding-bottom: 7px;
}
#logo {
  background: url('/assets/tenhost-logo.png') no-repeat 13px 11px transparent;
  background-size: 128px 32px;
  height: 58px;
  margin: 18px 0 18px 80px;
  min-height: 30px;
  width: 216px;
}
#container {
  margin: 65px auto 0;
  padding: 0 0 90px;
  position: relative;
  width: 313px;
}
div#content {
  background: none;
  margin-bottom: 80px;
  padding-bottom: 19px;
  position: relative;
  top: 17px;
  width: 313px;
}
.login-txt {
  color: #333;
  display: block;
  font-size: 27px;
}
.login-txt p { margin: 0 0 12px; }
table.login {
  border-collapse: collapse;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 0;
  width: 100%;
}
table.login label,
table.login span.more {
  color: #4d4d4d;
  display: none;
  font-size: 13px;
}
input, select {
  background: #ebebeb;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  box-shadow: 0 1px 0 #fff, 0 1px 0 #e5e5e5 inset;
  box-sizing: border-box;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 37px;
  padding: 7px 7px 7px 12px;
  text-shadow: 0 1px 0 #f8f8f8;
  width: 100%;
}
input:focus, select:focus {
  border: 1px solid #e00000 !important;
  box-shadow: 0 0 2px #e00000;
  outline: none;
}
.input-email { margin-top: 10px; }
.input-pass { margin-top: 5px; }
select {
  color: #6f6f6f;
  font-size: 13.5px;
  height: 36px;
  margin-top: 5px;
}
span.arrow {
  color: #fff;
  display: block;
  font-size: 11px;
  height: 20px;
  left: 290px;
  outline: none;
  position: absolute;
  top: 107px;
  width: 20px;
}
span.arrow a {
  background: linear-gradient(#fdfdfd, #d4d4d4);
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  color: #4d4d4d;
  display: block;
  font-size: 0;
  height: 18px;
  outline: none;
  position: relative;
  text-decoration: none;
  width: 18px;
}
span.arrow a:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #555;
  content: "";
  left: 5px;
  position: absolute;
  top: 7px;
}
span.arrow.expanded a:after {
  border-bottom: 5px solid #555;
  border-top: 0;
}
.loginbtn {
  background: linear-gradient(#f04444 0%, #c90000 100%) !important;
  border: 1px solid #b90000 !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.3) inset, 0 1px 0 #adadad !important;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 16px !important;
  font-weight: bold;
  height: 40px !important;
  margin: 9px 0 0;
  padding: 8px 0 10px !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.5) !important;
  width: 100% !important;
}
.loginbtn:hover { background: linear-gradient(#ff5c5c 0%, #e00000 100%) !important; }
.optional { display: none; }
input.check {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
  height: 13px !important;
  left: 78px;
  padding: 0;
  position: relative;
  top: 8px;
  vertical-align: middle;
  width: 13px !important;
}
span.remember {
  color: #424850;
  font-size: 12px;
  left: 81px;
  position: relative;
  top: 8px;
}
.notice {
  color: #424850;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 26px;
  text-align: left;
}
.notice p { margin: 0 0 10px; }
.notice strong { color: #111; }
#foot {
  background: #424850;
  bottom: 0;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  height: 35px;
  left: 0;
  margin-left: 0;
  padding-top: 20px;
  position: fixed;
  text-align: center;
  width: 100%;
}
#foot a {
  color: #d8dee3;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 10px 20px;
  text-decoration: none;
}
#foot a:hover { text-decoration: underline; }
#foot .footer.left { float: left; margin-left: 90px; }
#foot .footer.right { float: right; margin-right: 90px; }
@media (max-width: 520px) {
  #logo { margin-left: 24px; }
  #container { margin-top: 42px; width: calc(100% - 48px); }
  div#content { width: 100%; }
  span.arrow { left: auto; right: 3px; }
  #foot { height: auto; min-height: 35px; padding: 12px 0; position: static; }
  #foot .footer.left, #foot .footer.right { float: none; margin: 0; }
  #foot a { display: block; padding: 4px 20px; }
}
.notice-only #container { width: 520px; }
.notice-only div#content { width: 520px; }
.notice-only .notice {
  background: #fff;
  border: 1px solid #d8dce0;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
  font-size: 16px;
  line-height: 1.55;
  margin-top: 18px;
  padding: 22px 24px 14px;
}
@media (max-width: 620px) {
  .notice-only #container,
  .notice-only div#content { width: calc(100% - 48px); }
}
