body {
  background-color: #f5f7fa !important;
}

.navbar-section {
  height: 60px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: auto;
  height: 40px;
}

main {
  min-height: 100vh;
  padding: 10px 10px;
}

footer {
  border-top: 1px solid gray;
}

#welcome {
  background-image: url("../images/svg/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.logo-container img {
  max-height: 100%;
  width: auto;
}

.bg-purple {
  background-color: #6853f0;
}

.custom-purple-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(150deg, #9181f4 0%, #5038ed 100%);
  height: 48px;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-decoration: none;
}

.custom-purple-hover-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 48px;
  color: #6853f0;
  border: 1px solid #6853f0;
  border-radius: 10px;
  text-decoration: none;
}

.custom-purple-hover-btn:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(150deg, #9181f4 0%, #5038ed 100%);
  height: 48px;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-decoration: none;
}

#register,
#resetPassword,
#forgotPassword {
  padding: 50px 20px !important;
}