html, body, form {
  height: 100%;
}

.errorSummary {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
  color: #721c24;
  background-color: #f8d7da;
}

.errorSummary ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: square;
}

.errorSummary p {
  display: none
}

#login-button, .blue-button {
  background: #4C99C5;
  border-color: #4C99C5;
}

#login-button:hover, .blue-button:hover {
  background: #3B88B4;
}

#recovery-page h3 {
  margin-bottom: 25px;
}

#logo-container img {
  height: 100px;
  margin-bottom: 20px;
}

span.required {
  color: red;
}

#login-button {
  margin-top: 30px;
}

/* PIN forma */

#pin-form {
  vertical-align: top;
  padding-top: 77px;
  text-align: center;
}

#pin-form h2 {
  margin-bottom: 10px;
}

#pin-form .errorSummary {
  text-align: left;
}

.pin-button {
  display: inline-block;
  border: solid 1px #CED4DA;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  font-size: 23px;
  padding-top: 5px;
  margin: 5px 10px;
  color: #000;
}

.pin-button:hover {
  text-decoration: none;
  background: #CED4DA;
  color: #000;
}

#UserLogin_pin {
  width: 80px;
  display: inline-block;
  background: #FFF;
  border: none;
  text-align: center;
}

#UserLogin_pin:focus {
  outline: none;
  box-shadow: none;
}

#pin-button {
  display: none;
}

a:hover, a:focus {
  text-decoration: none;
}

#close-window-input {
  /*display: none;*/
}

#top-system-address {
  font-size: 36px;
  margin-bottom: 25px;
  text-align: center;
}

#logged-in-other-device-notice p {
  margin-bottom: 3px;
}

#logged-in-other-device-notice {
  margin-bottom: 0;
}

#quick-login-button {
  margin-top: 46px;
}

@media (max-width: 768px) {
  #top-system-address {
    padding-top: 25px;
  }
}
@media (max-width: 500px) {
  #logo-container {
    margin-top: 25px;
  }
  #top-system-address {
    display: none;
  }
}

