.register-section-title {
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ece7f5;
  font-size: 1rem;
  font-weight: 800;
  color: #1f1635;
}

.register-section-title.mt-25 {
  margin-top: 28px;
}

.register-side-image {
  width: 100%;
  max-width: 576px;
  height: auto;
  max-height: 830px;
  object-fit: cover;
  border-radius: 12px;
}

#eduriseRegisterForm .input-label .text-danger {
  font-weight: 800;
}

@media (max-width: 767px) {
  .register-side-image {
    display: none;
  }
}
