.form {
  text-align: left;
}
.form.form-ajax {
  position: relative;
}
.form label {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #484747;
}
.form input[type=text] {
  border: 1px solid #919190;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.form input {
  border: 1px solid #707070;
  border-radius: 0px;
  height: auto;
  padding: 0.75rem;
  max-height: 50px;
}
.form .form-panel-submit {
  text-align: center;
}
@media (min-width: 991px) {
  .form .form-panel-submit {
    margin-top: 50px;
  }
}
.form .form-panel-goto {
  margin: 30px 0 10px 0;
  text-align: center;
}
.form .form-panel-goto a {
  color: #0a0908;
}
.input-validation-error {
  color: #dc3545;
  /* same of text-danger */
  border-color: #dc3545 !important;
}
.input-validation-error:focus {
  color: #dc3545;
  /* same of text-danger */
  border-color: #dc3545 !important;
}

.validation-summary-errors {
  /* standard left-aligned unordered list */
}

.validation-summary-errors.text-center {
  /* centered-aligned list without leading dots */
}
.validation-summary-errors.text-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.validation-summary-errors.text-center ul li {
  padding: 0;
  margin: 0;
}

.col-form-checkboxlist {
  padding-top: calc(0.3rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.9em;
  font-size: 14px;
}

.form-custom-radio,
.form-custom-check {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  margin: 5px 10px 5px 0;
  min-width: 280px;
}

.form-custom-radio > input,
.form-custom-check > input {
  /* HIDE ORG RADIO & CHECKBOX */
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* RADIO & CHECKBOX STYLES */
/* DEFAULT <i> STYLE */
.form-custom-radio > i,
.form-custom-check > i {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid gray;
  background: transparent;
  margin-right: 5px;
}

/* CHECKBOX OVERWRITE STYLES */
.form-custom-check > i {
  width: 25px;
  border-radius: 3px;
}

.form-custom-radio:hover > input:not([disabled]) + i {
  /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 6px #fff;
  background: #7a3a41;
}

.form-custom-radio > input:checked + i {
  /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 2px #fff;
  background: #7a3a41;
}

/* CHECKBOX */
.form-custom-check > input + i:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin: 2px;
  border-radius: inherit;
  transition: inherit;
  background: gray;
}

.form-custom-check > input:checked + i:after {
  /* (RADIO CHECKED) <i> STYLE */
  margin-left: 11px;
  background: orange;
}

form.form-login .form-group,
form.form-register .form-group,
form.form-details .form-group {
  margin-top: 25px;
}
form.form-login .form-group label,
form.form-register .form-group label,
form.form-details .form-group label {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #484747;
}
form.form-login .form-group input[type=text],
form.form-login .form-group input[type=password],
form.form-register .form-group input[type=text],
form.form-register .form-group input[type=password],
form.form-details .form-group input[type=text],
form.form-details .form-group input[type=password] {
  border: 1px solid #919190;
  font-family: "Circular Std";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
form.form-login .form-group .form-group .row,
form.form-register .form-group .form-group .row,
form.form-details .form-group .form-group .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
form.form-login .help-text,
form.form-register .help-text,
form.form-details .help-text {
  margin-top: 10px;
  font-family: "Circular Std Book";
  font-size: 14px;
  color: #a0a0a0;
}

form.form-sizes {
  margin: 50px auto;
}
form.form-sizes .form-group.row {
  margin-top: 50px;
}
form.form-sizes label.col-form-label {
  text-align: right;
  font-size: 15px;
}
form.form-sizes .btn-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  font-family: "Circular Std";
  line-height: 15.18px;
}
form.form-sizes .btn-group .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border-color: #e3e3e3;
  background-color: #ffffff;
  box-shadow: none;
}
form.form-sizes .btn-group .btn.active {
  color: #ffffff;
  border: 1px solid #332d2d;
  background-color: #332d2d;
}
form.form-sizes .btn-group .btn.mobile-half-full {
  min-width: 45%;
  max-width: 45%;
  height: 48px;
}
@media (min-width: 991px) {
  form.form-sizes .btn-group .btn.mobile-half-full {
    min-width: 50px;
  }
}
form.form-sizes .btn-group.disabled .btn,
form.form-sizes .btn-group.disabled .btn.active {
  opacity: 0.7;
}
form.form-sizes select.custom-select {
  border: 1px solid #ededed;
  border-radius: 0;
  max-width: 353px;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.7;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #332d2d;
  background-color: #332d2d;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #332d2d;
  background-color: #332d2d;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.inline-validation {
  float: right;
  font-size: 0.9em;
}

.inline-validation:not(:empty) ~ label {
  color: #dc3545;
  /* same of text-danger */
}

/*# sourceMappingURL=form.css.map */
