.login {
  position: absolute;
  width: 100%;
  top: 10%;
}

.logo {
  background-image: url(/images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 125px;
}

.login-alert-wrapper {
  min-width: 300px;
  max-width: 400px;
  margin: auto;
}

.login-form-wrapper {
  min-width: 300px;
  max-width: 400px;
  margin: auto;
  padding: 20px 40px;
  border-radius: 4px;
  background: #467;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .4);
}

.login-form-wrapper label {
  color: white;
}

.login .glyphicon {
  top: 0;
}

.login-button {
  margin: auto;
  display: block;
  font-weight: bold;
}

img[name="gts_seal"] {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

