
.pin_input .icon{
margin: 6px;
font-size: 20px;
}

.pinButton {
  border: none;
  background: none;
  font-size: 2.5em;
  border-radius: 50%;
  height: 80px;
  font-weight: 550;
  width: 80px;
  color: transparent;
  text-shadow: 0 0 0 rgb(102, 101, 101);
  margin: 7px 20px;
}

.pinpad .clear,
.enter {
  font-size: 20px !important;
}

.pinButton:hover {
  box-shadow: #506ce8 0 0 1px 1px;
}
.pinButton:active {
  background: #506ce8;
  color: #fff;
}
.pinpad .clear:hover {
  box-shadow: #ff3c41 0 0 1px 1px;
}
.pinpad .clear:active {
  background: #ff3c41;
  color: #fff;
}
.pinpad .enter:hover {
  box-shadow: #47cf73 0 0 1px 1px;
}
.pinpad .enter:active {
  background: #47cf73;
  color: #fff;
}
.code_input{
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}