#loginCloseDiv,
#loginCloseDivBusiness {
  background-color: #eaeaea;
  color: #333439;
  line-height: 22px;
  width: 17px;
  height: 17px;
  font-size: 13px;
  top: -8px;
  right: -8px;
}

.signInInput {
  border: 1px solid #333439;
}

.signInButton {
  background-color: #333439;
  color: #fff;
  border: 1px solid #333439;
}

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

.signInButtonLarge:not(.facebookConnect):hover {
  background-color: #fff;
  color: #333439;
}

.googleConnect {
  width: 67%;
  margin: auto;
  margin-top: 20px;
}

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

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

.abcRioButtonIcon {
  margin-left: 27px;
}

#changeToRegisterButton,
#changeToLoginButton,
#changeToRegisterBusinessButton,
#changeToLoginBusinessButton {
  background-color: #eaeaea;
  color: #333439;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  height: 40px;
}

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

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

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

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

.signInCheckbox:checked {
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

#receiveDiscount {
  margin-top: 0;
}

#discountsRow {
  margin-top: 12px;
}

#terms {
  display: none;
}

#loginMessageDiv {
  margin-top: 0;
}

#loginMessageDiv.registerContainer {
  top: unset;
  margin-top: 0;
  max-height: 600px;
}

#registerUser,
#registerBusinessSection {
  max-height: 485px;
  overflow-y: auto;
  border-radius: 0;
}

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

#discountsText {
  margin-top: 0;
  line-height: 16px;
}

#registerButton {
  margin-top: 25px;
}

#signInUser {
  margin-top: 0;
}

.cocardaProfesionales {
  width: 100%;
  height: auto;
  line-height: 23px;
  padding: 7px 0;
  background-color: #333439;
  color: rgba(255, 255, 255, 1);
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  float: left;
}

#signInDivContainer,
#signInDivContainerBusiness {
  display: flex;
  align-items: center;
}

#loginMessageDiv,
#loginBusiness {
  margin-top: 0;
}

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

  #loginMessageDiv {
    margin-top: 0;
    height: auto;
  }

  .signInTitle {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #registerUser {
    height: auto;
    overflow: auto;
  }

  #signGuest {
    height: 116px;
  }

  #loginMessageDiv.registerContainer {
    top: unset;
  }

  #signInDivContainer {
    display: flex;
    align-items: center;
  }

  #loginBusiness {
    width: 85%;
  }

  #signInDivContainerBusiness {
    display: flex;
    align-items: center;
  }

  #registerUser,
  #registerBusinessSection {
    max-height: 400px;
  }
}

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

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