 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background-color: #fff;
  color: #000;
}

.form-text {
  font-size: 10px;

}

.link {
  color: black;
  text-decoration: underline;
}

.form-check {
  font-size: 12px;
  padding-top: 8px;
}

.already {
  font-size: 12px;
}