.input {
  width: 100%;
  height: 30px;
  padding: 0 15px;
  border: .5px solid #C8C7CC;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
}
.input[type=radio],
.input[type=checkbox] {
  width: auto;
}
