body {
  font-family: proxima-nova, sans-serif;
}

.bg-primary {
  background-color: #612983 !important;
}

.bg-primary::before {
  content: "";
  background-color: #612983 !important;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gradient-bar {
  height: 10px;
  width: 100%;
  background: linear-gradient(90deg, #d11c6b 20%, #612983 50%, #7ecbe8 80%);
  position: relative;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.main-content {
  height: 100vh;
  overflow-y: scroll;
}

.card {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 80px 48px;
}

.logo {
  max-height: 120px;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #612983;
}

.text-large {
  font-size: 1.5rem;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .card {
    padding: 40px 24px;
  }
  .logo {
    max-height: 80px;
  }
  h1 {
    font-size: 2rem;
  }
  .text-large {
    font-size: 1.25rem;
  }
}
