input, select {
  background-color: #fff !important;
}
.submit {
  background-color: rgb(96, 96, 230) !important;
  border: none;
}

/* archived_seminarで利用しているselect2のスタイルを調整 */
.select2-container--default .select2-selection--single {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%;
}

.archived-seminar-create #seminar-details {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e1e1e1;
  border-radius: 5px;
}

.archived-seminar-create .id-badge {
  font-size: 14px;
  text-align: start;
}