html,
body {
  height: 100%;
}

body {
  background: #f2f2f2;
}

form {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 256px;
}

form .adminpw {
  background-color: #fff;
  color: #3a3a3a;
  padding: 14px;
  width: 100%;
  letter-spacing: .05em;
  font-size: 19px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  border: 0;
  border-radius: 0;
}

.slot {
  font-size: 27px;
  line-height: 27px;
  color: #999;
  border: 2px solid #999;
  border-radius: 50%;
  width: 24px;
  display: block;
  padding: 20px;
  height: 24px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

p.jack-login-link {
  margin: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

p.jack-login-link a {
  text-decoration: none;
  font-weight: normal;
  font-family: "segoe ui", tahoma, sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #96918C;
  padding: 7px;
  display: inline-block;
}

.alert {
  zoom: 1;
  /*border-left: 3px solid;*/
  margin: 30px 0 0 0;
  padding: 15px 20px 17px 20px;
}

.alert:before,
.alert:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}

.alert:after {
  clear: both
}

.alert.alert-danger {
  background: #ffeae9;
  border-color: #ff4136;
  color: #e90d00
}

.hide {
  display: none;
}