input {
  padding: 10px;
  border: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
}
input:focus {
  border: transparent;
  background-color: transparent;
}
input[type="password"] {
  padding: 10px;
  margin-left: 20px;
  border: transparent;
  width: 250px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 20px;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  width: 80%;
  height: 65px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: #1068b2;
  border: 2px solid #1068b2;
  color: white;
}

.button:disabled {
  color: #bdb5b5;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  cursor: default;
}

.mobview {
  position: relative;
}

.mobview2 {
  width: 50%;
  /* position: fixed; */
  bottom: 10px;
  /* display: none; */
}
