.mgc-section {
  background-image: linear-gradient(transparent, #f3f5f9, transparent);
}

.mgc-section .mgc-section-title {
  margin-bottom: 4rem;
  text-align: center;
}

.reset-pass-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  margin-bottom: 6rem;
  aspect-ratio: 1/1;
  font-size: 2rem;
  font-weight: bold;
  border: 4px solid #3fae2a;
  border-radius: 100%;
}

.instructions {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 4rem;
}

.reset-pass-form .buttons {
  width: 100%;
}

.reset-pass-form .buttons a {
  width: 50%;
  margin: 0 auto;
}
