﻿
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: 10px;
        padding-top: 10px;
        padding-left: 0;
    }

    .login-options .message .message-text2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-options .message .message-text3 {
        padding-top: .5rem;
        padding-bottom: 0.5rem;
        width:100%;
        line-height:1.6;
    }

.signup-notice .message-text3 {
    font-size: .9rem;
    padding-top: 3px;
}

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: 10px;
}

.contact-banner {
    padding-bottom: 40px;
    margin-top: 0px;
    margin-top: -1rem;
}

.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: .25rem;
    margin-bottom: .5rem;
}

.submit-button {
    width: 100%;
}

#checkBoxRememberMeText {
    user-select: none;
    font-size: 1rem;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.reset-password {
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 1rem;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.contact-text h1 {
    margin-bottom: 20px;
}

.signup-login {
    text-align: center;
    margin-bottom: 0rem;
    font-size: 1rem;
}

.signup-recaptcha {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.signup-login span a {
    margin-left: .5rem;
}

#LinkLogin {
    margin-left: .5rem;
}

#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-banner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact-holder-ex {
        margin-top: 0rem;
    }

    .login-options .message .message-text3 {
        padding-top: .5rem;
        padding-bottom: .5rem;
        font-size: .9rem;
    }

    .signup-notice .message-text3 {
        font-size: .8rem;
        line-height: 1.6;
        padding-top: .25rem;
        text-align: center;
        text-wrap: pretty;
    }

    .contact-page-box {
        padding: 0px 0px;
    }

    .contact-form a {
        text-decoration: none !important;
        color: dodgerblue !important;
    }

    .reset-password {
        font-size: .9rem;
        display: flex !important;
        line-height: 1.6 !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .signup-login {
        font-size: .9rem;
        line-height: 1.6;
        padding-top:3px;
    }
    .signup-remember-me {
        justify-content: center;
    }
}

#LinkSignup {
    margin-left:5px;
}