﻿body {
    padding: 0px;
    margin: 0px;
    /*background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),url(../Content/images/background-test2.jpg) no-repeat center center fixed;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),url(../Content/images/street1.jpg);*/
    /*background-repeat:no-repeat;
            background-position:center center;
            background-attachment:fixed;*/
    /*-webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;*/
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
}

#bg {
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)) no-repeat center center fixed;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    transform: scale(1.3);
    -webkit-animation: slowpan 30s linear 0s infinite alternate;
    position: fixed;
}

.learnMore {
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    color: white;
}

.learnMoreDatablaze{
    margin-top: 0px !important;
}

.noAccount {
    color: white;
}

input[readonly] {
    background-color: #f0f0f0;
    color: #888;
    cursor: not-allowed;
}

@-webkit-keyframes slowpan {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }

    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}
.linkButton {
    color: #007bff;
    font: inherit;
    outline: none;
}

    .linkButton:hover,
    .linkButton:focus {
        color: #0056b3;
        text-decoration: underline;
    }

.loginButton {
    margin: auto auto 0 auto;
    width: auto;
}

.mobileLoginButton {
    background: #cccccc;
    background-image: -webkit-linear-gradient(top, #cccccc, #cccccc);
    background-image: -moz-linear-gradient(top, #cccccc, #cccccc);
    background-image: -ms-linear-gradient(top, #cccccc, #cccccc);
    background-image: -o-linear-gradient(top, #cccccc, #cccccc);
    background-image: linear-gradient(to bottom, #cccccc, #cccccc);
    font-family: Arial;
    color: #5a5a5a;
    font-size: 18px;
    font-weight: normal;
    /*padding: 10px 29px 10px 29px;*/
    width: 100%;
    height: 45px;
    text-decoration: none;
    border: none;
    margin-top: 20px;
    border-radius: 10px;
}

    .mobileLoginButton:hover {
        /*
                background: #3cb0fd;
                background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
                background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
                background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
                background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
                background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
                text-decoration: none;
         */
    }

    .mobileLoginButton:focus {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: -moz-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: -ms-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: -o-linear-gradient(top, #e0e0e0, #e0e0e0);
        background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0);
        text-decoration: none;
    }

.mobileTextBox {
    font-weight: normal;
    font-size: 10pt;
    text-align: left;
    height: 30px;
    padding-left: 10px;
    border: none !important;
    opacity: 0.9;
    border-radius: 5px;
}

.textTitleSub {
    margin-left: 0px;
}

.loginBody {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.loginBox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 405px;
    height: auto !important;
    background: #5a5a5ae3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.loginNew {
    flex: 1; /* Take up all remaining space in loginCentering */
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 400px;
}

.loginCentering {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.loginNewBoxes {
    margin: 0 auto;
    width: 260px;
    padding-top: 0;
}

.loginLogoBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
    width: 100%;
}

.loginLogo {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    display: block !important;
    width: 265px !important;
    height: 75px !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    flex-shrink: 0;
}

.logoutText {
    color: white;
    font-weight: bold;
    margin-top: 10px;
}

.messageAlert {
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.textAlertNew {
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #FF0000;
    margin: auto auto auto auto;
    width: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.feedbackSpan {
    border-radius: 3px;
    background-color: white !important;
    display: block;
    width: 280px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.alertDiv {
    display: flex;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    min-height: 50px;
    width: 400px;
    align-items: center;
    justify-content: center;
}

.copyright {
    position: absolute;
    top: 665px;
    height: 63px;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: auto;
    text-decoration: none !important;
    font-weight: bold;
    color: #f5f5f5;
    font: 13px Helvetica, Arial, sans-serif;
}

.loggedOut {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.textNormallogin1 {
    color: #ffffff;
    font-weight: bold;
}

.loggedOutLinks {
    color: #666666;
    font-weight: normal;
    text-decoration: none !important;
}

.loggedOutBtn {
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    padding: 10px 20px;
    text-decoration: none !important;
}

    .loggedOutBtn:hover {
        color: #ffffff;
        background-color: #0072C6;
        border: 1px solid #0072C6;
    }

#lc_chat_layout #lc_chat_header {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 1px solid rgba(0,0,0,0.2);
    background-image: url(/images/chat-icon.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 96% 10px;
    background-color: #fff;
    border-radius: 0 !important;
}

#lc_chat_header:hover {
    background: #0072C6 !important;
    color: #FFFFFF !important;
}

.boatnanny, .pigear {
    display: none;
}

.defaultLinks {
    color: #ffffff;
    font-weight: normal !important;
}

    .defaultLinks:focus {
        color: #e0e0e0 !important;
        font-weight: normal !important;
    }

    .defaultLinks:hover {
        color: #ffffff !important;
        font-weight: normal !important;
    }

.defaultLinks1 {
    color: #ffffff;
    font-weight: bold !important;
    font-size: 16px !important;
}

    .defaultLinks1:hover {
        color: #0072C6 !important;
        font-weight: bold !important;
        font-size: 16px !important;
    }

.defaultLinks2 {
    color: #ffffff;
    font-weight: normal !important;
}

    .defaultLinks2:focus {
        color: #e0e0e0 !important;
        font-weight: normal !important;
    }

    .defaultLinks2:hover {
        font-weight: bold !important;
        color: white !important;
    }


@media screen and (max-width: 416px) {
    .loginNewBoxes {
        width: 165px;
    }

    .textAlertNew {
        width: 300px;
    }

    .alertDiv {
        width: 300px;
    }

    .loginNew {
        width: 300px;
    }

    .loginBox {
        width: 300px;
        height: 455px;
        background: #5a5a5ae3;
        border-radius: 10px;
    }

    .loginCentering {
        width: 300px;
    }

    .copyright {
        position: absolute;
        top: 665px;
        height: 63px;
        bottom: 0;
        left: 0px;
        right: 0px;
        margin: auto;
        text-decoration: none !important;
        font-weight: bold;
        color: #f5f5f5;
        font: 13px Helvetica, Arial, sans-serif;
    }

    .copyrightdiv {
        font-size: 12px !important;
    }

    .mobileTextBox {
        font-weight: normal;
        font-size: 10pt;
        text-align: left;
        height: 30px;
        padding-left: 10px;
        border: none !important;
        opacity: 0.9;
        border-radius: 5px;
        width: 150px !important;
    }

    .mobileLoginButton {
        font-size: 18px;
        font-weight: normal;
        /*padding: 10px 29px 10px 29px;*/
        height: 45px;
        text-decoration: none;
        border: none;
        margin-top: 20px;
        border-radius: 10px;
        width: 100% !important;
        margin-right: 100px;
    }

    .defaultLinks {
        font-size: 12px !important;
    }

    .learnMore {
        left: -90px;
    }
}

@media screen and (max-width: 625px) and (min-width: 416px) {
    .loginBox {
        width: 405px;
        height: 455px;
        background: #5a5a5ae3;
        border-radius: 10px;
    }

    .copyright {
        position: absolute;
        top: 665px;
        height: 63px;
        bottom: 0;
        left: 0px;
        right: 0px;
        margin: auto;
        text-decoration: none !important;
        font-weight: bold;
        color: #f5f5f5;
        font: 13px Helvetica, Arial, sans-serif;
    }

    .copyrightdiv {
        font-size: 13px !important;
    }

    .mobileTextBox {
        font-weight: normal;
        font-size: 12pt;
        text-align: left;
        height: 30px;
        padding-left: 10px;
        border: none !important;
        opacity: 0.9;
        border-radius: 5px;
    }

    .mobileLoginButton {
        font-size: 18px;
        font-weight: normal;
        /*padding: 10px 29px 10px 29px;*/
        height: 45px;
        text-decoration: none;
        border: none;
        margin-top: 20px;
        border-radius: 10px;
        margin-left: 2.5px;
    }

    .defaultLinks {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 1999px) and (min-width: 626px) {
    .loginBox {
        width: 405px;
        height: 455px;
        background: #5a5a5ae3;
        border-radius: 10px;
    }

    .copyright {
        position: absolute;
        top: 665px;
        height: 63px;
        bottom: 0;
        left: 0px;
        right: 0px;
        margin: auto;
        text-decoration: none !important;
        font-weight: bold;
        color: #f5f5f5;
        font: 13px Helvetica, Arial, sans-serif;
    }

    .copyrightdiv {
        font-size: 13px !important;
    }

    .mobileTextBox {
        font-weight: normal;
        font-size: 13pt;
        text-align: left;
        height: 30px;
        padding-left: 10px;
        border: none !important;
        opacity: 0.9;
        border-radius: 5px;
    }

    .mobileLoginButton {
        font-size: 18px;
        font-weight: normal;
        /*padding: 10px 29px 10px 29px;*/
        height: 45px;
        text-decoration: none;
        border: none;
        margin-top: 20px;
        border-radius: 10px;
        margin-left: 2.5px;
        color: #5a5a5a !important;
    }

    .defaultLinks {
        font-size: 13px !important;
    }
}
