.existingUserText {
  margin-top: 0px;
}

.createAccountDiv, .loginDiv {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #04a64b;
  margin: 1em 0;
  padding: 0;
  margin-right: 30%;
  margin-left: 30%;
}

p {
  font-size: 16px;
}

.forgotPasswordLinkDiv {
  width: 100%;
  text-align: center;
  margin-top: 2%;
}

.firstTimeUserText {
  margin-bottom: 2%;
}

#translateMessage {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

.googleTranslateText {
  margin-bottom: 0px;
}

.privacyPolicyText {
  margin-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.errorMessage {
  text-align: center;
  color: #E94E1B;
}

.notificationMessage {
  text-align: center;
  font-weight: bold;
}

input[type=text]#emailField {
  margin-bottom: 5px;
  font-size: 16px;
}

select.gTranslate {
  width: unset;
}

a.gflag {
  margin-right: 4px;
}

/*Desktop view*/
@media screen and (min-width: 660px) {
  .createAccountDiv, .loginDiv {
    max-width: 280px;
    min-width: 280px;
    padding: 20px 0px 20px 0px;
  }

  hr {
    border: none;
    border-left: 1px solid #04a64b;
    height: 230px;
    width: 1px;
    margin: 20px;
  }

  .hrContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .createAccountDiv {
    padding-top: 40px;
  }

  .firstTimeUserText {
    margin-bottom: 40px;
  }
}
/*If the height gets too low, make it scrollable*/
/*If the height gets too low, make it scrollable*/
@media screen and (max-width: 659px) and (max-height: 700px) {
  .loginPageContainer {
    display: block;
  }
}
@media screen and (max-width: 659px) {
  .middleSection {
    max-width: 422px;
    min-width: 280px;
    padding: 20px 0px;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 471px) and (max-device-width: 659px) {
  #innerDiv {
    width: 378px;
  }
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 660px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  #innerDiv {
    width: 100%;
  }
}

/*# sourceMappingURL=login.css.map */
