html, body {
  background-color: #FFFFFF;
  height: 100%;
}

.form-signin {
  max-width: 310px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.h2, h2 {
    font-size: 30px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.footerView {
  border-top: 1px solid #73787e;
  bottom: 0;
  width: 100%;
  height: 32px;
  color: #333333;
  font-family: verdana,Arial,Helvetica,sans-serif;
  font-size: 9pt;
  text-align: left;
  padding-left: 25px;
}


.login {
    border: 1px solid #73787e;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    padding: 20px 20px 10px 20px;
    width: 340px;
    color: #666666;
    font-size: 11px;
}

.login td {
  padding-bottom: 15px;
}

.login .login-submit {
    font-size: 12px;
    color: #0c0c0c;
}

.sMessage {
  padding-bottom: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #E31337;
}

.login h3 {
    font-size: 1.4em;
    padding-left: 40px;
}

a {
    color: #B62D3F;
}
a:hover {
    color: #B62D3F;
}

