#login-bg {
  background: #006699 url('../../img/bg-elements.png') 0 40px no-repeat;
}

#login-logo {
  position: absolute;
  top: 70px;
  left: 75px;
}

#login-pane {
  position: absolute;
  height: 450px;
  width: 354px;
  top: 50%;
  margin-top: -225px;
  left: 50%;
  margin-left: -177px;
}

.login-title {
  font: 1.9em Geneva, sans-serif;
  font-weight: bold;
  color: #004a8e;
  text-align: center;
  margin: 0;
  padding-bottom: 23px;
  padding-top: 15px;
  padding-left: 8px;
}

#login-form-bg {
  width: 450px;
  min-height: 430px;
  margin: 0 auto;
  display: block;
  background-color: #f5f5f5;
  border: 1px solid #c6c6c6;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  color: #000;
  background: #d8e2fb url(../../img/world-map-labware.jpg) no-repeat center bottom;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: absolute;
}

.login-input {
  width: 100%;
  height: 24px;
  line-height: 24px;
  border: 1px solid #89A5BD;
  margin-left: 8px;
  font-size: 12px;
  color: #444;
  font-family: Verdana;
  padding-left: 3px;
}

#loginForm td {
  font-size: 1.2em;
  padding: 1px;
  color: rgb(13, 79, 145);
}

#loginForm select {
  font-size: 1.2em;
}

#sso-pane {
  position: absolute;
  height: 250px;
  width: 354px;
  top: 50%;
  margin-top: -225px;
  left: 50%;
  margin-left: -177px;
}

#sso-form-bg {
  background: url("../../img/world-map-labware.jpg") no-repeat scroll center bottom #d8e2fb;
  border: 1px solid #c6c6c6;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  color: #000;
  display: block;
  margin: 0 auto;
  min-height: 330px;
  outline: medium none;
  position: absolute;
  width: 450px;
}
