.loginFormHeader {
  padding: 14px 5px;
  text-align: center;
  font-size: 1.5em;
  background: url('/images/mobile/header_bg_tile.png') repeat-x scroll left top
    #1998cd;
  color: #eee;
  text-shadow: 0 -1px 0 #333333;
}
#loginForm,
#sidebar {
  color: #434343;
  padding: 10px;
  background: url('/images/mobile/header_bg_tile.png') repeat-x scroll left top
    #f1f1f3;
  border-bottom: 1px solid #c6c6c6;
}
#loginForm li h2,
#sidebar h2 {
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 0 0 10px;
  text-align: left;
}
#loginForm li h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
#loginForm ul h1 {
  font-size: 1.6em;
  margin-bottom: 10px;
}
#loginForm li label {
  display: inline-block;
  font-size: 1.1em;
  width: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
#loginForm li select,
#loginForm li input {
  display: block;
  width: 100%;
}
#loginForm ul h2 {
  font-size: 1.3em;
}
.loginActions button {
  width: 100%;
}
#loginFormContainer #loginForm ul li label.error {
  font-size: 1em;
  width: 100%;
}
#sidebar {
  border-bottom: none;
}
#sidebar p {
  padding-bottom: 10px;
}

.ht1-ChangePassword-actionsList {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.legalText {
  color: #434343;
  padding: 10px;
  background: url('/images/mobile/header_bg_tile.png') repeat-x scroll left top
    #f1f1f3;
  border-bottom: 1px solid #c6c6c6;
}
#footer {
  background: #242424;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #8e8e8e;
}
#footer ul {
  border-top: 1px solid #545454;
  border-bottom: 1px solid #1c1c1c;
  background: transparent url(/images/mobile/footer_bg_tile.png) left top
    repeat-x;
}
#footer ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-shadow: 0 -1px 1px #333;
}
#footer ul li a:hover,
#footer ul li a.active {
  background: transparent url(/images/mobile/footer_active_bg_tile.png) left top
    repeat-x;
}

#footer .copyright {
  background: #353535;
}
#footer .copyright a.logo {
  background: transparent url(/images/mobile/healthtrio_logo.png) top left
    no-repeat;
  display: block;
}
