#signInFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

#signInFixedContainerBusiness {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}
.blackBkg80 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.blackBkg80Business {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#loginMessageDiv,
#loginBusiness {
  position: fixed;
  width: 365px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 39px;
  background-color: transparent;
  border-radius: 5px;
}

#loginCloseDiv,
#loginCloseDivBusiness {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  border-radius: 29px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loginCloseDiv:hover,
#loginCloseDivBusiness:hover {
  opacity: 0.9;
}

.signInTitle {
  display: block;
  position: relative;
  width: 65%;
  color: black;
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 23px;
  margin-bottom: 20px;
  margin-left: 17.5%;
  text-align: center;
}

.signInInput {
  position: relative;
  display: block;
  width: 66%;
  height: 35px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 10px;
  color: #757575;
  border-radius: 0px;
  font-size: 13px;
}

.signInInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f9194;
  opacity: 0.8;
}

#signInHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-left: 3%;
  margin-top: 25px;
}

#firstSignInHalf {
  position: relative;
  height: auto;
}

#secondSignInHalf {
  position: relative;
  height: auto;
}

#registerHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}

.signInButton {
  position: relative;
  width: 15%;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
}

.signInArrow {
  height: 60%;
  margin-top: 20%;
}

.signInCheckbox {
  width: 15px;
  height: 15px;
  float: left;
  position: relative;
  border-radius: 4px;
  margin-top: 10px;
  border: 1px solid black;
  cursor: pointer;
}

.signInCheckbox:checked {
  background-image: url(../../files/checked.png);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.checkboxText {
  float: left;
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
}

#forgotPassword {
  position: relative;
  float: right;
  margin-top: 11px;
  text-align: right;
  font-size: 12px;
  margin-right: 16%;
  color: black;
  cursor: pointer;
}

#forgotPassword:hover {
  text-decoration: underline;
}

#signInHalvesDivider {
  position: relative;
  float: left;
  width: 2px;
  height: 450px;
  margin-top: 32px;
  margin-left: 7%;
  margin-right: 7%;
  background-color: #b2a192;
  border-radius: 10px;
}

#signInDivContainer {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#signInDivContainerBusiness {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#terms {
  font-size: 11px;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  color: black;
}

#discountsText {
  position: relative;
  float: left;
  width: 210px;
  margin-left: 10px;
  margin-top: 8px;
  color: black;
  font-size: 11px;
}

#discountsRow {
  position: relative;
  width: 70%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
}

#receiveDiscount {
  margin-top: 10px;
}

#receiveDiscountBusiness{
  margin-top: unset;
}

#signGuest {
  width: 100%;
  height: 128px;
  position: relative;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

#signInUser,
#signInBusiness {
  margin-top: 12px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  padding-bottom: 16px;
}

#signInBusiness {
  margin-top: unset;
  border-radius: 0px 0px 5px 5px;
}

.signInButtonLarge {
  position: relative;
  width: 67%;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
}

.hideContainer {
  display: none;
}

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

.facebookInitial {
  height: 23px;
  width: auto;
  margin-top: 6px;
  margin-left: 20%;
  float: left;
}

.facebookConnect {
  background-color: #3c5a98 !important;
  display: block;
  border: 2px solid #3c5a98 !important;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.facebookText {
  float: left;
  margin-left: 10px;
  color: white;
  font-size: 12px;
  letter-spacing: 0.5px;
}

#changeToRegisterButton,
#changeToLoginButton,
#changeToRegisterBusinessButton,
#changeToLoginBusinessButton {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  margin-top: 12px;
  float: left;
  border-radius: 5px;
}

#changeToRegisterButton:hover,
#changeToRegisterBusinessButton:hover,
#changeToLoginBusinessButton:hover {
  opacity: 0.8;
}

#changeToLoginButton:hover {
  opacity: 0.8;
}

#registerUser,
#registerBusinessSection {
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 18px;
}

.facebookSecond {
  margin-left: 5%;
}

.separator {
  position: relative;
  width: 59%;
  border-bottom: 1px solid #adadad;
  height: 1px;
  margin: 0px auto;
  margin-top: 23px;
  margin-bottom: 23px;
}

#guestInputContainer {
  width: 70%;
  margin: 0px auto;
  height: 37px;
}

#signInEmailGuest {
  width: 83%;
  margin-left: 0px;
  float: left;
  margin-top: 0px;
  padding: 0;
  text-indent: 10px;
}

#personOrBusinessDiv {
  width: 69%;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 35px;
  margin-top: 20px;
  color: #757575;
  border-radius: 0px;
  font-size: 13px;
}

.personOrBusiness {
  width: 48%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 35px;
  border: 1px solid #757575;
  cursor: pointer;
}

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

#registerBusiness {
  float: right;
}
/* 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;
}
@media screen and (max-width: 768px) {
  #guestInputContainer {
    width: 75%;
  }
  #loginMessageDiv {
    width: 85%;
    height: 85%;
    overflow: visible;
    margin-top: 20px;
  }
  #signInHalf {
    width: 100%;
    margin-left: 0px;
    float: none;
    margin-top: 25px;
    height: auto;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
  }
  #signInHalvesDivider {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: #b2a192;
  }
  #registerHalf {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    height: auto;
    /*
          transition: height .3s;
          -moz-transition: height .3s;
          -webkit-transition: height .3s;
          -o-transition: height .3s;
          */
  }
  #loginCloseDiv {
    top: -7px;
    right: -8px;
    border-radius: 18px;
  }
  .close {
    display: none !important;
  }
  .signInLinkTitle {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    color: #b2a192;
    letter-spacing: 1px;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 10px;
  }
  .facebookConnect {
    margin-bottom: 10px;
  }
  .separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #terms {
    margin-top: 15px;
  }
  #changeToLoginButton {
    height: 35px;
  }
  #signInHalvesDivider {
    display: none;
  }
  #signInDividerposition {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: #b2a192;
  }
  .facebookText {
    margin-left: 7px;
    font-size: 10px;
  }
  #changeToRegisterButton {
    width: 99%;
  }
  #discountsText {
    width: 79%;
  }
  #signInUser {
    height: 340px;
  }
  #registerUser {
    height: 492px;
  }
  .signInButtonLarge {
    margin-top: 15px;
  }
}


#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);
  }
}
