#loginCloseDiv {
  background-color: #00aae3;
  color: white;
  line-height: 22px;
}
#signInDivContainer {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0px;
  top: 0px;
  display: flex;
}

#signInUser {
  margin-bottom: 12px;
  margin-top: unset;
}
.signInInput {
  border: 1px solid #868686;
}

.signInButton {
  background-color: #00aae3;
  color: white;
  border: 1px solid #00aae3;
}

.signInButtonLarge {
  background-color: #00aae3;
  color: white;
  letter-spacing: 0px;
  border: 2px solid #00aae3;
  text-transform: uppercase;
}

.signInButtonLarge:not(.facebookConnect):hover {
  background-color: white;
  color: #00aae3;
}

/* Gooogle */

.googleConnect {
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}

.abcRioButtonLightBlue {
  width: 249px !important;
  border-radius: 7px;
}

.abcRioButtonContents {
  margin-right: 70px;
  text-transform: uppercase;
}

.abcRioButtonIcon {
  margin-left: 27px;
}

#changeToRegisterButton,
#changeToLoginButton {
  background-color: #00aae3;
  color: white;
  border: 2px solid #00aae3;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.separator {
  display: none;
  border-bottom: 1px solid #58595b;
}

.signInTitle {
  color: #676767;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
}

#terms,
#forgotPassword,
.checkboxText {
  color: #676767 !important;
}

.signInCheckbox {
  border: 1px solid #58595b;
}

.signInCheckbox:checked {
  background-image: url(../../files/byflorencia/tick.svg);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}
#loginMessageDiv {
  position: relative;
  width: 365px;
  max-width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  background-color: transparent;
  border-radius: 5px;
}

.personOrBusiness.selected {
  background-color: #003f99 !important;
  color: white !important;
  border: 1px solid #003f99 !important;
}

@media screen and (max-width: 768px) {
  #signInUser {
    height: 315px;
    overflow: auto;
  }
  #registerUser {
    height: auto;
    max-height: 455px;
    overflow: auto;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  #loginMessageDiv {
    width: 50%;
  }

  #alertMessageDiv {
    width: 50%;
    top: calc(50% - 360px);
  }
}
