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

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

#loginCloseDiv {
    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 {
    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: 12px;
}

.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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .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%;
}

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

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

#signInUser {
    margin-top: 12px;
    width: 100%;
    height: 332px;
    position: relative;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}

.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: 13px;
    letter-spacing: 1px;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    cursor: pointer;
}

.hideContainer {
    display: none;
}

.signInButtonLarge:not(.facebookConnect):hover {
    background-color: var(--principal1);
    border: 2px solid var(--principal1);
}

.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 {
    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: 14px;
    letter-spacing: 1px;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    cursor: pointer;
    margin-top: 12px;
    float: left;
    border-radius: 5px;
}

#changeToRegisterButton:hover {
    opacity: 0.8;
}

#changeToLoginButton:hover {
    opacity: 0.8;
}

#registerUser {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

.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;
}

select.ui-datepicker-month,
select.ui-datepicker-year {
    border: 0px;
    background-color: #e6e6e6;
    line-height: 20px;
    border: solid 1px white;
}

@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 .3s;
        -moz-transition: height .3s;
        -webkit-transition: height .3s;
        -o-transition: height .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: auto;
        padding-bottom: 15px;
    }
    .signInButtonLarge {
        margin-top: 15px;
    }
}