
body {
    display: flex;
    flex-direction: column;
    background-color: black;
    background: linear-gradient(to bottom, #111, #222);
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: black;
    background: linear-gradient(to bottom, #111, #222);
}

table {
    padding-bottom: .5rem;
}


body {
    font-family: "Montserrat";
}


#LiteralLoginOptions {
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
    display: none;
}

.loginOption img {
    max-width: 30px;
    max-height: 30px;
    margin-bottom: 0;
    margin-right: .5rem;
}

#loginOptions {
    padding-left: 5px;
}

.login-options .message {
    text-align: center;
    display: flex;
}

    .login-options .message .snap {
        flex: 1;
    }

    .login-options .message .message-break {
        width: 100%;
        height: 1px;
        background-color: lightgray;
        align-self: center;
    }

    .login-options .message .message-text1 {
        /* padding-left: 10px;*/ 
        padding-right: 0px;
        padding-top: 0px;
        padding-left: 0;
        padding-bottom: 10px;
        font-size: .9rem;
        line-height: 1.6;
    }

    .login-options .message .message-text2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-options .message .message-text3 {
        padding-top: .5rem;
        padding-bottom: 0.5rem;
    }

.signup-notice .message-text3 {
    font-size: .9rem;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 0;
}

.signup-remember-me {
    display: flex;
    align-items: center;
}

.contact-text {
    margin-bottom: 40px;
}

.contact-banner {
    padding-bottom: 40px;
    margin-top: 20px;
}

.contact-form {
    margin-bottom: 0px;
}

.contact-form-row {
    margin-bottom: 10px;
}

.contact-holder-ex {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.contact-page-box {
    text-align: left;
    max-width: 600px;
    padding: 20px 40px;
}

.submit-area {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

    .submit-area.pad-top {
        margin-top: 15px;
    }

.submit-button {
    width: 100%;
}

#checkBoxRememberMeText {
    user-select: none;
    font-size: 1rem;
}

.reset-password {
    text-align: center;
    margin-top: .5rem;
    margin-bottom: 0rem;
    font-size: 1rem;
}

.contact-text h1 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.signup-login {
    text-align: center;
    margin-bottom: 0rem;
    font-size: 1rem;
}

.signup-recaptcha {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.issues-area {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 1.1rem;
    text-align: center;
}


#error-label,
#password-error-label {
    color: red;
    font-style: italic;
    padding-bottom: 3px;
}


.contact-page-box {
    background: transparent;
    border: none;
}
.contact-banner {
    overflow: auto;
}

.contact-form a {
    text-decoration: none !important;
    color: dodgerblue !important;
}

@media only screen and (max-width: 600px) {
    body {
        overflow: hidden;
    }

    .header {
        padding: 1rem 0;
        padding-bottom: 0.5rem;
    }
    .header-wrapper {
        display: none;
    }

    .contact-holder-ex {
        margin-top: 0rem;
    }

    .login-options .message .message-text3 {
        padding-top: 1rem;
        padding-bottom: .5rem;
        font-size: 1rem;
    }

    .signup-notice .message-text3 {
        font-size: .9rem;
        line-height: 1.6rem;
        padding-top: .25rem;
        text-align: left;
        text-wrap: pretty;
    }

    .contact-page-box {
        padding: 0px 0px;
    }

    #loginOptions {
         padding-left: 0px; 
    }
    .contact-banner {
        margin-top: 0px;
    }
    .issues-area {
        font-size: .9rem;
        line-height: 1.6;
    }
}
