.existingUserText {
  margin-top: 0px;
}

.createAccountDiv, .loginDiv {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

#microsoft-login-button {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  background-color: #2F2F2F;
  max-width: 280px;
  min-height: 41px;
}

#ms-logo {
  margin-left: 12px;
  margin-right: 12px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #278BCB;
  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: #D72D2F;
}

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

input[type=text]#emailField {
  margin-bottom: 5px;
  font-size: 16px;
}

select.gTranslate {
  width: unset;
}

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

.ui-dialog-titlebar-close {
  min-width: 20px;
  min-height: 20px;
  margin-top: 0;
}

.ui-dialog-title {
  font-family: "Lato", helvetica, arial, sans-serif;
  font-size: 14px;
  color: #000000;
}

.ui-dialog-titlebar.ui-corner-all {
  display: block;
}

.no-titlebar .ui-dialog-titlebar {
  display: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  text-align: right;
}

#msAlerts {
  padding-top: 16px;
}

/*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 #278BCB;
    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 */
