body {
  background-color: rgba(220, 225, 231, 1);
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  width: 100%;
  height: 100%;
}

#loginBox {
  width: 400px;
  height: 160px;
  background: url(logGertrude.png) no-repeat left top, linear-gradient(top, #395073, #627c9b);
  background: url(logGertrude.png) no-repeat left top, -moz-linear-gradient(top, #395073, #627c9b);
  background: url(logGertrude.png) no-repeat left top, -webkit-linear-gradient(top, #395073, #627c9b);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.8);
  border-top: 1px solid white;
  border-bottom: 1px solid #395073;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  padding-top: 100px;
}

h2 {
  text-shadow: 1px 1px 0 #334860;
}

.formLine {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  height: 30px;
}

label {
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: right;
  width: 150px;
  padding-top: 5px;
  padding-right: 10px;
}

form .formLine:hover label {
  color: #FFBB00;
}

input {
  color: #656f8a;
}

.message {
  text-align: center;
  color: white;
}

.version {
  color: rgba(255, 255, 255, 1);
  text-align: right;
  padding: 5px;
}

.loginLink {
  text-decoration: underline;
  color: white;
  cursor: pointer;
}

.loginLink:hover {
  color: #FFBB00;
}
