#loginCloseDiv {
    background-color: #141E37;
    color: white;
    line-height: 22px;
}

.signInInput {
    border: 1px solid #868686;
}

.signInButton {
    background-color: #141E37;
    color: white;
    border: 1px solid #141E37;
}

.signInButtonLarge {
    background-color: #141E37;
    color: white;
    letter-spacing: 0px;
    border: 2px solid #141E37;
    text-transform: uppercase;
}

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

/* 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: #141E37;
    color: white;
    letter-spacing: 0px;
    border: 2px solid #141E37;
    text-transform: uppercase;
}

.separator {
    display: none;
    border-bottom: 1px solid #58595b;
}

.signInTitle {
    color: black;
    font-size: 12px;
    text-transform: uppercase;
}

#terms,
#forgotPassword,
.checkboxText {
}

.signInCheckbox {
    border: 1px solid #58595b;
}

#loginMessageDiv {
    margin-top: 75px;
}

.personOrBusiness.selected {
    background-color: #141E37 !important;
    color: white !important;
    border: 1px solid #141E37!important;
}

@media screen and (max-width: 768px) {
    #signInUser {
        height: 315px;
    }

    #loginMessageDiv {
        margin-top: 30px;
    }
    #registerUser {
        height: auto;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    #loginMessageDiv {
        width: 50%;
    }

    #alertMessageDiv {
        width: 50%;
        top: calc(50% - 360px);
    }
}
