h3 {
  font-weight: 100;
  font-size: 28px;
  color: #ccc;
  line-height: 36px;
  margin-bottom: 1em;
}

.test {
  width: 232px;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  padding-bottom: 50px;

}

form {
  width: auto;
}

form.success input {
  color: #8CE62C;
  border-color: #8CE62C;
}

input {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  width: 45px;
  height: 50px;
  border: 1px solid #CCCCCC;
  display: block;
  float: left;
  margin-right: 10px;
  outline: 0;
  font-size: 20px;
  color: #ccc;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  left: 10px;
}

input:last-child {
  margin-right: 0;
}

input:hover {
  c
  olor: #9B9B9B;
}
input:focus {
  color: #0091FF;
  border-color: #0091FF;
}

.hint {
  display: none;
}

ul {
  padding-top: 2em;
  clear: both;
}

ul li {
  list-style-type: none;
}

strong {
  color: red;
  font-weight: 800;
  font-size: 15px;
}