.sign-up-container {
  height: fit-content;
  text-align: center;
}
.sign-up-text{
  font-size: 14px;
  font-weight: 500;
  color: rgba(107, 107, 107, 1);
}
.sign-up-link{
  text-decoration: none;
  color: rgba(29, 96, 252, 1);
}
