.login-signup-page {
  background-image: url('/static/images/signup_and_login_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  display: block;
  box-sizing: border-box;
}

/*forgot password button */

.forgot-password {
  margin-top: 10px;
  font-size: clamp(13px, 1.5vw, 16px);
}

.forgot-password a {
  color: #1976d2;
  text-decoration: none;
}

.forgot-password a:hover {
  text-decoration: underline;
}