.hide {
  display: none;
}

.show {
  display: block;
}

.color-red {
  color: red;
}

.color-brown {
  color: brown;
}

.bold {
  font-weight: bold;
}

.pad-5px {
  padding: 5px;
}

.bg-pink {
  background: pink;
}

.error_messages {
  border: 1px solid red;
  margin-bottom: 20px;
}

.ime-full {
  ime-mode: active;
  width: 100%;
}

.ime-half {
  ime-mode: inactive;
  width: 50%;
}
