#signInFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.blackBkg80 {
    background-image: url(/files/adminLoginBackground.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
}

#loginMessageDiv {
    position: fixed;
    width: 365px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 39px;
    background-color: transparent;
    border-radius: 5px;
}

#loginCloseDiv {
    position: absolute;
    top: 30px;
    right: 7px;
    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: white;
    font-size: 16px;
    margin: 0 auto;
    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;
    border: 1px solid white;
    border-radius: 4px;
    background: #444544;
    color: white;
}
.signInInput:focus{
    border:1px solid #47FFBD;
}

.signInInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffff;
    opacity: 0.8;
}

.signInInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 0.8;
}

.signInInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 0.8;
}

.signInInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 0.8;
}

.signInInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
    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 grey;
    cursor: pointer;
}

.signInCheckbox:checked {
    /* background-image: url(/files/checked.png); */
    /* background-size: 70%; */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    background: #48febc;
}
.signInLogo{
    position: relative;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.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: white;
    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;
    overflow: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    font-family: 'Avenir Book';
    background-image: url(/files/adminLoginBackground.png);
}

#terms {
    font-size: 11px;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    color: white;
}

#discountsText {
    position: relative;
    float: left;
    width: 210px;
    margin-left: 5px;
    margin-top: 12px;
    color: white;
    font-size: 11px;
}

#discountsRow {
    position: relative;
    width: 65%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px;
}

#receiveDiscount {
    margin-top: 10px;
}

#signGuest {
    width: 100%;
    height: 128px;
    position: relative;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}

#signInUser {
    margin-top: 12px;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #444544;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    padding-bottom: 16px;
    border-top: 10px solid #49fdbc;
}

.signInButtonLarge {
    position: relative;
    width: 67%;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    margin-top: 10px;
    /* font-weight: 300; */
    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;
    background: black;
    border-radius: 6px;
    font-family: 'Avenir Black';
}

.hideContainer {
    display: none;
}

.signInButtonLarge:not(.facebookConnect):hover {
    opacity:0.8;
}

.facebookInitial {
    height: 23px;
    width: auto;
    margin-top: 6px;
    margin-left: 28px;
    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;
    line-height: 38px;
}

#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: 15px;
    letter-spacing: 0.5px;
    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;
    background: #48febd;
    color: black;
}

#changeToRegisterButton:hover {
    opacity: 0.8;
}

#changeToLoginButton:hover {
    opacity: 0.8;
}

#registerUser {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 18px;
    border-top: 10px solid #49fdbc;
    background: #444544;
}

.facebookSecond {
    margin-left: 26px;
}

.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;
    display: block;
    width: 68%;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: white;
    border-radius: 6px;
    color: #737373;
    font-family: 'Avenir Black';
    font-size: 12px;
    text-transform: uppercase;
}

.abcRioButtonLightBlue {
    width: 249px !important;
    border-radius: 7px;
}

.abcRioButtonContents {
    margin-right: 70px;
    text-transform: uppercase;
    font-family: 'Avenir Black';
    font-size: 12px !important;
    line-height: 38px !important;
}

.abcRioButtonIcon {
    margin-left: 27px;
}
.googleLogo{
    position: relative;
    float: left;
    height: 30px;
    margin-top: 3px;
    margin-left: 31px;
}
.googleText{
    position: relative;
    float: left;
    margin-left: 7px;
}
@media screen and (max-width:768px) {
    #guestInputContainer {
        width: 75%;
    }
    #loginMessageDiv {
        position: relative;
        width: 85%;
        height: 100%;
        overflow: visible;
        margin: 20px auto;
    }
    #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: auto;
    }
    #registerUser {
        height: auto;
    }
    .signInButtonLarge {
        margin-top: 15px;
    }
}