#register-form .form-group select {
  width: 100%;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: calc(1.5em + 0.75rem + 2px);
}

#register-form .form-group textarea {
  width: 100%;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

#register-form .form-group.checkbox {
  display: flex;
  align-items: start;
}

#register-form .form-group.checkbox input {
  margin: 10px 10px 0 0;
}

#register-form .form-group.address {
  display: flex;
  gap: 20px;
}

#other-input {
  display: none;
  margin-top: 10px;
}