html,
body {
  height: 100%;
  width: 100%;
}

#particles-js {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #545490 0%, #8282c4 100%);
}

.main {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-container {
  background-color: #ffffff;
  color: #000000;
  padding: 4.8rem;
  border-radius: 10px;
}

.title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.input {
  background-color: #e8e8f0;
  border: none;
  padding: 1.4rem 1.6rem;
  width: 35rem;
  border-radius: 20px;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.input::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
}

.submit-btn {
  background-color: #17c671;
  border: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.8rem 3.2rem;
  height: 4rem;
  width: 35rem;
  border-radius: 20px;
  margin-bottom: 1.2rem;
}

.submit-btn:hover,
.submit-btn:active,
.submit-btn:focus {
  background-color: #0069d9;
  cursor: pointer;
}

.logo-link--google {
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 0.8rem;
}

.logo-link--discord {
  height: 2.1rem;
  width: 2.1rem;
}

.invalid-feedback {
  margin-top: -1rem;
  color: #eb5757;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
