body {
  overflow: hidden;
}

.form-space {
  padding: 0 5rem;
}

.bg-one {
  background-color: var(--color-primary);
}

.bg-two {
  background-color: var(--color-neutral);
}

.bg-two .title {
  color: var(--color-primary);
  font-size: 1.75rem;
  font-weight: 900;
}

.bg-two .sub-title {
  font-size: 1.1rem;
}

.filler-space {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4338ca 100%);
}

.filler-space .title {
  color: #e6e6e6;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
}

.filler-space .sub-title {
  color: #e6e6e6;
  font-size: 1.5rem;
  font-weight: 600;
}

.btn-primary {
  background-color: #6366f1;
  border-color: #6366f1;
}

.btn-primary:hover {
  background-color: #4f46e5;
  border-color: #4338ca;
}


a {
  color: #6366f1;
  font-weight: 600;
}

a:hover {
  color: #4f46e5;
}

a.logo-name:hover {
  text-decoration: none;
}

img.single-illustration {
  height: 15rem;
  margin: 2rem;
}

img.logo {
  height: 10rem;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.7) !important;
}