input[type="radio"]{
  margin-right: 0.5rem;
}
input[type="password"] {
  letter-spacing: 0.5rem !important;
}
input {
  letter-spacing: 0.05rem !important;
}

.js-error-message {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
