#loginCloseDiv {
    background-color: #E0004D;
    color: white;
    padding: 2px 2px 0 2px;
    /* line-height: 48px; */
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* top: 3px; */
    transition: .5s all ease-in-out;
}
.signInCheckbox:checked{
    background-color: #E0004D;
}

#forgotPassword {
    position: relative;
    float: unset;
    /* width: 150px; */
    /* margin-top: 31px; */
    margin-right: unset;
    /* right: calc(50% - (150px / 2)); */
    text-align: center;
    font-size: 12px;
    color: black;
    cursor: pointer;
    letter-spacing: 0px;
}
#loginCloseDiv:hover {
    background-color: #00B0B9;
    opacity: unset;
}

#changeToRegisterButton:hover {
    opacity: unset;
    background-color: transparent;
}

#loginMessageDiv *{
        border-radius: 5px;
}

#loginCloseDiv{
    
        border-radius: 50px;
}
.signInInput {
    border: 1px solid #E0004D;
    /* border-radius: 5px; */
}

.signInButton {
    background-color: #E0004D;
    color: white;
    border: 1px solid #E0004D;
}

.signInButtonLarge {
    background-color: #E0004D;
    color: white;
    letter-spacing: 0px;
    border: 2px solid #E0004D;
    margin-top: 20px !important;
    text-transform: uppercase;
    /* border-radius: 5px; */
}

.signInButtonLarge:not(.facebookConnect):hover {
    background-color: white;
    color: #E0004D;
}

#signInDivContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Gooogle */

.googleConnect {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    display: none;
}

.abcRioButtonLightBlue {
    width: 249px !important;
    border-radius: 7px;
}

.abcRioButtonContents {
    margin-right: 70px;
    text-transform: uppercase;
}

.abcRioButtonIcon {
    margin-left: 27px;
}


/* Gooogle  fin*/

#changeToRegisterButton,
#changeToLoginButton {
    background-color: #E0004D;
    color: white;
    letter-spacing: 0px;
    border: 2px solid #E0004D;
    text-transform: uppercase;
    border-radius: 5px;
}

.separator {
    display: none;
    border-bottom: 1px solid #58595b;
}

.signInTitle {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    width: unset;
    letter-spacing: 0px;
    margin-left: unset;
}

#terms,
#forgotPassword,
.checkboxText {
    color: #000000 !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;
}

.personOrBusiness.selected {
    background-color: #003f99 !important;
    color: white !important;
    border: 1px solid #003f99 !important;
    display: none;
}

#signInUser{
    margin-top: unset
}

@media screen and (max-width: 768px) {
    #signInUser {
        height: 265px;
        padding-top: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /* #loginMessageDiv {
        margin-top: 30px;
    }*/
    #registerUser {
        height: auto;
    }
    #loginMessageDiv {
        margin-top: calc(50vh - (85% / 2)); 
   }

   #discountsText, #termsText {
    width: 79%;
}
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    #loginMessageDiv {
        width: 50%;
    }
    #alertMessageDiv {
        width: 50%;
        top: calc(50% - 360px);
    }
}