#signup_form_div {
  max-height: 80vh;
}

#signup_form_div h1 {
  max-height: 6vh;
}

#signup_form_div p {
  max-height: 2vh;
}

#signup_form_div div {
  max-height: 6vh;
}

#signup_form_div input {
  max-height: 4vh;
}

.sign-up-button {
  max-height: 5vh !important;
}

#more-info {
  position: relative;
  line-height: 1.1vh;
  max-width: 28vw;
}

#div_id_password2 {
  margin-top: 5vh;
}

#div_id_email>label, #div_id_company_name>label, #div_id_name>label, #div_id_password1>label, #div_id_password2>label {
  visibility: hidden;
  max-height: 3vh;
  position:relative;
  top: 12px;
  left: 12px;
  background-color:white;
  margin: 1px;
}

.show-label {
  visibility: visible!important;
}

.asteriskField {
    display: none;
}
