/* ========== CUSTOM STYLES ========== */

body {
  padding-top: 0rem !important;
  justify-content: center !important;
}

.bg-title {
  top: 15% !important;
}

@media (max-width: 640px) {
  .bg-title {
    top: 15% !important;
  }
}

.alert {
  margin-top: 6rem;
}

.login-box {
      background: #fff;
      padding: 2rem;
      border-radius: 1rem;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 420px;
      z-index: 10;
    }
