.existingUserText {
  margin-top: 0px;
}

.createAccountDiv, .loginDiv {
  max-width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #0d7e84;
  margin: 1em 0;
  padding: 0;
  margin-right: 30%;
  margin-left: 30%;
}

.forgotPasswordLinkDiv {
  width: 100%;
  text-align: center;
  margin-top: 2%;
}

.firstTimeUserText {
  margin-bottom: 16px;
}

#translateMessage {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

.googleTranslateText {
  margin-bottom: 0px;
}

.privacyPolicyText {
  margin-top: 10px;
  padding-bottom: 20px;
}

.errorMessage {
  text-align: center;
  color: #bb0738;
}

.notificationMessage {
  text-align: center;
  font-weight: bold;
}

select.gTranslate {
  width: unset;
}

a.gflag {
  margin-right: 4px;
}

#checkBoxContainer {
  display: flex;
  flex-direction: row;
}

#covid19AgreementText {
  position: relative;
  top: -4px;
  margin-bottom: 10px;
  margin-left: 15px;
}

#covid19CheckboxInput:checked ~ span:after {
  top: -22px;
  left: 18px;
}

#whatDoINeed {
  font-size: 16px;
  margin-bottom: 2%;
}

.questionMarkDiv {
  text-align: center;
}

#whatDoINeedPopup > ul > li, #whatDoINeedPopup > p.whatDoINeedText {
  font-size: 16px;
}

.whatDoINeedPopupCloseButton {
  margin-top: 30px;
}

@media screen and (max-width: 320px) {
  .info {
    float: none;
  }
}
/*Desktop view*/
@media screen and (min-width: 768px) {
  .createAccountDiv, .loginDiv {
    max-width: 280px;
    min-width: 280px;
    padding: 20px 0px 20px 0px;
  }

  hr {
    border: none;
    border-left: 1px solid #0d7e84;
    height: 235px;
    width: 1px;
    margin: 20px;
  }

  .hrContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .createAccountDiv {
    padding-top: 40px;
  }

  .firstTimeUserText {
    margin-bottom: 16px;
  }

  #whatDoINeed {
    margin-bottom: 8px;
    text-align: center;
  }

  #whatDoINeedPopup > ul > li, #whatDoINeedPopup > p.whatDoINeedText {
    font-size: 16px;
  }
}
/*If the height gets too low, make it scrollable*/
@media screen and (max-width: 659px) and (max-height: 569px) {
  .loginPageContainer {
    display: block;
  }
}

/*# sourceMappingURL=login.css.map */
