

/* Start:/local/components/pimunn/accreditation.retake.request/templates/default/style.css?17879983951453*/
.accreditation-retake__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 400px;
  width: 100%;
  gap: 16px;
}
.accreditation-retake__form fieldset {
  margin: 0;
  border: none;
  background: none;
  outline: none;
  padding: 0;
}

.accreditation-retake__form input[type=text],
.accreditation-retake__form input[type=date],
.accreditation-retake__form select {
  border: 1px solid var(--color-gray-line);
  font-size: 1rem;
  line-height: 1.45;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}

.accreditation-retake__form input[type=text]::placeholder,
.accreditation-retake__form input[type=text]::dater {
  color: #878789;
}

.accreditation-retake__form input[type=text]:focus,
.accreditation-retake__form input[type=text]:dates,
.accreditation-retake__form select:focus {
  border-color: var(--color-black);
  outline: 0;
}

.accreditation-retake__form input + input,
.accreditation-retake__form input + select,
.accreditation-retake__form select + select {
  margin-top: 1rem;
}
.accreditation-retake__form select option:disabled {
  display: none;
}

.accreditation-retake__form button[type=submit] {
  width: 100%;
  margin-top: 1rem;
}

.accreditation-retake__message {
  display: none;
  margin-top: 1rem;
  font-size: .875rem;
  line-height: 1.45;
  text-align: center;
}

.accreditation-retake__message.is-error {
  color: #c62828;
}

.accreditation-retake__message.is-success {
  color: #237f85;
}

/* End */
/* /local/components/pimunn/accreditation.retake.request/templates/default/style.css?17879983951453 */
