body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #3d3769 !important;
  background-image: linear-gradient(#5960a5, #9a70ce, #c2a2e8, #f4ccee, #f3dcdb) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.error {
  border: 2px solid red;
}


.error-message {
  color: #dc3545;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px; /* Minimal spacing */
  margin-bottom: 10px; /* Adjust the bottom margin as needed */
}

.error-message img{
  height: 0.82em;
  margin-right: 0.5em;
}


.title-heading {
  font-family: 'Bowlby One SC', sans-serif;
  color: #b973c1;
  font-size: 2.5em;
  text-align: center;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.blue-button {
  background-color: #c2a2e8 !important;
  width: 402px;
  transition: background-color 0.3s ease;
}

.blue-button:hover {
  background-color: #b973c1 !important;
  color: #FFFFFF;
}

.btn.blue-button {
  z-index: 3;
}

.links {
  padding: 1em;
}

.form-group {
  width: 100%;
  margin-bottom: 1rem;
}

.register-button-container {
  text-align: center;
}

#login .blue-button {
  padding: 1rem 4rem !important;
}

#register .register-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 4em;
  margin: 0 auto;
  width: 100%;
}

#register .register-button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

#register .register-link {
  color: #000000;
}

#register .register-link .highlight {
  color: #000000;
}

#register .blue-button {
  padding: 1rem 5rem !important;
}

.register-container {
  background-color: rgba(255, 255, 255, 0.9);
  width: 500px;
  padding-top: 60px;
  padding-bottom: 70px;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.form-check-input {
  margin-right: 0.5rem;
}

.register-link {
  text-decoration: none;
  color: #000;
}

.register-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .download-heading {
      font-size: 2em;
  }

  .content-container {
      margin-right: 0;
  }
}

@media (max-width: 540px) {
  .register-container {
      width: 100%;
     
  }
  #register .register-container {
    padding: 2em;
  }


  .register-form input[type="text"], .login-form input[type="password"] {
      font-size: 14px;
  }

  .title-heading {
      font-size: 1.5em;
  }

  .blue-button {
      width: 100%;
      padding: 10px;
  }

  .links {
      flex-direction: column;
      gap: 10px;
  }
}
