* {
  font-family: "Poppins", sans-serif;
}

.login {
  height: 100vh;
}

.header h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  color: aqua;
}

.header h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  /* margin-bottom: 20px; */
}

.header p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgb(174, 247, 247);
}

.login-form label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: aqua;
  margin-top: 10px;
}

.login-form a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: aqua;
  margin-top: 20px;
  display: block;
}

.login-form .signin {
  background: aqua;
  border-radius: 8px;
  border: none;
  color: #000;
  width: 100%;
  height: 42px;
  margin: 20px 0 20px 0;
}

.login-form .signin:hover {
  background: #fff;
  color: black;
  transform: scale(1.01);
}

.login-form span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: aqua;
}

.login-form span a {
  font-weight: 600;
  color: #fff;
}

.login-form .forgotten {
  margin-top: 30px;
}

.login-form .form-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #737373;
  margin-top: 20px;
}
