/* Teacher dashboard */
/* register page */

.top-section {
  padding-top: 8rem;
}

.form-card {
  margin: auto;
  padding: 3rem;
}

.form-card.w-90 {
  border-radius: 2rem;
}

.form-card.w-40 {
  border-radius: 1.5rem;
}

.form-card fieldset {
  margin-bottom: 1.5rem;
}

.form-card hr {
  max-width: 120px;
  margin: auto;
}

.form-card legend {
  color: #454545;
  font-weight: 600;
}

.form-card .date-row>div {
  display: flex;
}

.form-card .date-row select {
  flex-basis: 25%;
  height: 3.5rem;
}

.form-card .date-row [name="dob_month"] {
  flex-basis: 40%;
  margin: auto 0.5rem;
  /* background: red; */
}

.form-card .date-row [name="dob_day"] {
  order: -1;
}


/* select2 */
.form-card .select2-container--default .select2-selection {
  height: 3.5rem;
}

.form-card .select2-container--default .select2-selection .select2-selection__arrow {
  height: 2.75rem;
  width: 2rem;
  margin-top: 0.4375rem;
}

.form-card .select2-container--default .select2-search--dropdown .select2-search__field {
  outline-width: 4px;
}

.form-card .select2-container--default .select2-selection .select2-selection__rendered {
  /* line-height: 2.625rem; */
  padding-top: 0.5rem;
  padding-left: 1.25rem;
}

.form-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 2rem;
  line-height: 2.625rem;
}

.form-card .jq-datepicker {
  height: 56px;
  padding: .875rem 1.25rem;
}

.slide-1.full-height {
  position: relative;
  padding: 3rem 0 4rem;
  min-height: 100vh;
}

.slide-1.full-height::before {
  bottom: 0;
  height: auto;
  top: 0;
  /* min-height: 100vh; */
}

/* login */

#div_id_username .form-control[readonly] {
  background-color: #fff;
}

.terms-list>li {
  margin-bottom: .5rem;
}

.form-control.select2-hidden-accessible {
  bottom: 0;
  visibility: visible;
}

.copyright-row{
  margin-top: 20px;
  justify-content: center;
}
.copyright-text{
  padding-left: 10px;
  padding-right: 10px;
}
