.signin-logo {
  margin-bottom: -65px;
  margin-top: 65px;
}

.key.pad8 {
  padding-top: 8px;
}

.keyboard {
  margin: 30px auto;
  padding: 45px 25px 15px 25px;
  border-radius: 10px;
  border-bottom: 6px solid #999;
  background: #aaa;
  font: 300 15px/24px sans-serif;
  color: #fff;
  user-select: none;
  text-shadow: 0 0 1px #aaa;
}

.key-row {
  display: -webkit-flex;
  margin: 0 auto 7px;
  line-height: 50px;
}

.key {
  margin: 0 6px 0 0;
  text-align: center;
  background: #444;
  color: #eee;
  border-radius: 4px;
  box-shadow: 0 1px 0 #222, inset 0 1px 3px rgba(255, 255, 255, 0.1);
  transition: 0.1s;
  align-items: center;
  align-content: center;
  height: 57px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.key:active {
  transform: translateY(1px);
  background: #333;
  box-shadow: 0 1px 0 #000;
}

.key.one.disabled {
  opacity: 0.5;
}

.one {
  flex: 1;
}

/* one */
.one-one-half {
  flex: 1.5;
}

/* One and one half */
.two {
  flex: 2;
}

/* two */
.two-two-half {
  flex: 2.5;
}

/* Two and two half */
.three {
  flex: 3;
}

/* three */
.five {
  flex: 5;
}

.key-row .key:last-child {
  margin: 0;
}


.z-index-1 {
  z-index: 1 !important;
}
