::-ms-reveal {
  display: none;
}
html,
body {
  display: block;
}
body {
  background: #f6f3ea;
}
.login-background {
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: -1;
  background: #1075e8;
  width: 100%;
  border-bottom: 2px solid #0d5db8;
  height: 50%;
}
.login-box-small {
  margin: 0 auto;
  width: 472px;
  border: 1px solid #e4e1d0;
  background: #fff;
  outline: 14px solid rgba(0,0,0,0.25);
  text-align: center;
  padding: 14px;
  margin-top: 45px;
}
.login-box {
  margin: 0 auto;
  width: 472px;
  border: 1px solid #e4e1d0;
  background: #fff;
  outline: 14px solid rgba(0,0,0,0.25);
  text-align: center;
  padding: 14px;
}
.login-box img {
  margin-bottom: 14px;
}
.login-box h1 {
  font-family: 'ralewaylight', Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 28px;
  color: #4e4c48;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.login-box h2 {
  font-family: 'ralewaylight', Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 21px;
  color: #888;
  margin: 0;
  padding: 0 0 12px 0;
}
.login-box input.bigbox {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  width: 300px;
  display: block;
  margin: 7px auto;
}
.login-box button#forgot-password-button {
  background-color: #6ba5e8;
}
.login-box div.forgot-password {
  line-height: 30px;
}
.login-box div.forgot-password a {
  color: #b94a48;
}
.login-box div.forgot-password a:hover {
  text-decoration: none;
}
.changepasswd-box {
  height: 450px;
}
.changepasswd-box form {
  width: 400px;
  margin: auto;
}
.changepasswd-box form .controls {
  text-align: left;
}
.terms-box {
  height: 480px;
  margin-top: -260px;
}
.terms-box .terms-content {
  height: 190px;
  overflow: auto;
  text-align: left;
  margin: 0 0 20px;
}
.password-policy a {
  float: right;
  position: relative;
  margin-top: -26px;
  margin-right: -23px;
  width: 20px;
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.password-policy .popover {
  width: 330px;
  max-width: 330px;
}
.password-policy #popover-container .popover-content {
  overflow-y: auto;
}
.register-box {
  width: 872px;
}
.register-box form {
  margin: auto;
}
.register-box form .control-group {
  width: 400px;
  margin: 0 0 14px;
  height: 58px;
  border-bottom: 1px solid #e4e1d0;
}
.register-box form .control-group:last-child {
  border-bottom: none;
}
.register-box form .controls {
  text-align: left;
}
.register-box .column-left {
  width: 400px;
  margin: 0 14px;
  float: left;
}
.register-box .column-right {
  width: 400px;
  margin: 0 14px;
  float: right;
}
.register-box .password-policy a {
  margin-top: -45px;
}
.login-footer {
  width: 500px;
  height: 32px;
  margin: 25px auto;
}
.login-footer a {
  margin: auto;
  width: 207px;
  height: 35px;
  background: url(/_common/images/SentralHorizontalLogo.png) no-repeat;
  display: block;
  text-indent: -9999em;
}
.sso-login {
  background-color: #328EF0;
  display: inline-block;
  vertical-align: middle;
}
.sso-login:hover {
  background-color: #62a8f3;
  color: #ffffff;
  text-decoration: none;
}
