#signGuest,
#signInUser,
#registerUser,
#changeToLoginButton,
#changeToRegisterButton {
    border-radius: 0px;
}

#loginCloseDiv {
    background-color: #7A182F;
    color: white;
}

.signInInput {
    border: 1px solid #7A182F;
    font-family: 'Galliard Pro' !important;
}

.signInButton {
    background-color: #7A182F;
    color: white;
    border: 1px solid #7A182F;
}

.signInButtonLarge {
    background-color: #7A182F;
    color: white;
    border: 2px solid #7A182F;
    text-transform: uppercase;
}
#loginMessageDiv {
    margin-top: 10%;
}
.signInButtonLarge:not(.facebookConnect):hover {
    background-color: white;
    color: #7A182F;
}

#changeToRegisterButton,
#changeToLoginButton {
    background-color: #7A182F;
    color: white;
    border: 2px solid #7A182F;
    text-transform: uppercase;
}

.separator {
    border-bottom: 1px solid #7A182F;
}

.signInTitle {
    font-family: 'Galliard Pro' !important;
    text-transform: uppercase;
}

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

.signInCheckbox {
    border: 1px solid #7A182F;
}

@media screen and (max-width: 768px) {
    #loginMessageDiv {
        width: 85%;
        height: auto;
        overflow: visible;
        margin: auto;
        margin-top: 114px;
    }
}