.mt-6 {
  margin-top: 4.5rem !important;
}
.mt-7 {
  margin-top: 5.5rem !important;
}
.mt-8 {
  margin-top: 6.5rem !important;
}
.mt-9 {
  margin-top: 8rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mt-login {
  margin-top: 120px !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}
.mb-7 {
  margin-bottom: 5.5rem !important;
}
.mb-8 {
  margin-bottom: 6.5rem !important;
}
.mb-9 {
  margin-bottom: 8rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}

@media (min-width: 992px) {
  .mt-xl-15 {
    margin-top: 15rem !important;
  }
}
