﻿html,
form,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: none repeat scroll 0 0 #e9eaed;
  border: 0 none;
  color: #323232;
  font-family: "Open Sans", Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  height: 100%;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 330px;
  height: auto;
  margin-left: -165px;
  margin-top: -175px;
  -moz-box-shadow: 0 0 25px #5a5a5a;
  -webkit-box-shadow: 0 0 25px #5a5a5a;
  box-shadow: 0 0 25px #5a5a5a;
  background: white;
  padding-bottom: 10px;
}
#content a {
  /*Default links to have no underline and to the tsi blue color*/
  color: #375a7f;
  text-decoration: none;
}
#header {
  background: #375a7f;
  height: 45px;
  text-align: center;
  padding-top: 5px;
  color: white;
  margin-bottom: 26px;
}
#headerLogo {
  text-align: center;
}
.headerTitle {
  font-size: 18px;
  vertical-align: top;
  display: inline-block;
  margin: 5px 0 0 5px;
  padding: 2px 0 0 5px;
  font-weight: 700;
}
.form-group {
  margin-left: 35px !important;
  margin-top: 5px !important;
  padding-bottom: 5px !important;
  margin-bottom: 6px !important;
}
.loginInput {
  height: 39px !important;
  line-height: 30px !important;
  width: 260px;
}
#loginSubmit,
#changeexpiredpassword-button {
  width: 260px;
  height: 40px;
  margin-top: 5px;
}
.validation-summary-errors {
  float: left;
  color: #be0000;
  margin-left: 25px;
  margin-top: 5px;
}
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
.loginValidation {
  padding-left: 10px;
}
