body {
  display: flex;
  align-items: center;
  justify-content: center;
}

button {
  background-color: #754ffe !important;
}

.container {
  border-radius: 1rem;
}

.formbg {
  background-image: url("../images/quiz-time.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card {
  border-radius: 1rem !important;
}

@media (max-width: 768px) {
  .formbg {
    height: 20rem;
  }
}

.g-0 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 1rem;
}

.btn-primary {
  background-color: #007dc5 !important;
}

.btn-primary:hover {
  background-color: #0467a1 !important;
}
