.attendance-form {
  margin: 0 auto;
  background-color: white;
  min-width: 600px;
  max-width: 600px;
}

.attendance__form-header {
  padding: 1rem;
}

.attendance__form-header.attendance {
  background-image: var(--primary-gradient-2);
}

.attendance__form-header.register {
  background-image: var(--emerald-gradient)
}

.form-header__logo {
  margin-bottom: 2.5rem;
}

.logo__img {
  height: 54px;
}

.form-header__text {
  margin-bottom: 1.5rem;
}

.text__title {
  color: white;
  font-weight: 600;
}

.text__desc {
  color: var(--slate-100);
}

.attendance__form-content {
  padding: 2rem 1rem;
  border-top-right-radius: 1rem;
  background-color: white;
  margin-top: -1rem;
}

.attendance-form__submit {
  padding: 0.7rem 1rem;
  border-radius: 8px;
}

@media screen and (min-width: 500px) {
  .attendance__form-header {
    padding: 2rem;
  }

  .attendance__form-content {
    padding: 2rem;
  }
}
