﻿body {
    /*padding-top: 100px;
    padding-bottom: 50px;*/
    /*background-image: url(/Content/images/BBD-Custom-Login.png);*/
    /*background-size: cover;*/
}

.LoginSection {
    height: 100%;
    position: fixed;
    z-index: 1;
    transition: 0.5s;
    padding-top: 100px;
    padding-bottom: 50px;
    width: 400px;
    left: 200px;
}

ul li a {
    color: white !important;
    font-size: large;
}


#tabs a {
    color: #9D9D9D;
    text-decoration: none;
}

#btnSignIn {
    border-radius: 5px !important;
}

.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
        margin-top: 2PX;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: none !important;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

.logo {
    margin: 0 auto;
    margin-left: 0px !important;
    margin-right: auto;
    width: 70%;
    height: 100%;
    background-repeat: no-repeat;
    /*background-size: 200px 100px;*/
}

@media(max-width: 2100px) {
    .LoginSection {
        height: 100%;
        left: 175px !important;
        position: fixed !important;
        width: 350px !important;
    }
}

@media(max-width: 1900px) {
    .LoginSection {
        height: 100%;
        left: 165px !important;
        position: fixed !important;
        width: 330px !important;
    }
}

@media(max-width: 1700px) {
    .LoginSection {
        height: 100%;
        left: 150px !important;
        position: fixed !important;
        width: 300px !important;
    }
}

@media(max-width: 1500px) {
    .LoginSection {
        height: 100%;
        left: 140px !important;
        position: fixed !important;
        width: 280px !important;
    }
}

@media(max-width: 1300px) {
    .LoginSection {
        height: 100%;
        left: 125px !important;
        position: fixed !important;
        width: 250px !important;
    }
}

@media(max-width: 768px) {

    .logo {
        background-size: 239px 70px;
        height: 75px;
    }

    .LoginSection {
        left: 0px !important;
        position: relative !important;
        width: inherit !important;
    }

    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background-position-x: center;
        background-position-y: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit !important;
    }

    body {
        background-position-x: center !important;
        background-position-y: center !important;
        background-size: inherit !important;
    }

    .changePasswordDiv, .forgotPasswordDiv {
        float: none !important;
    }
}

@media (max-width: 992px) {

    .LoginSection {
        left: 0px !important;
        position: relative !important;
        width: inherit !important;
    }

    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background-position-x: center;
        background-position-y: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit !important;
    }

    body {
        background-position-x: center !important;
        background-position-y: center !important;
        background-size: inherit !important;
    }
}

@media (max-width: 480px) {
    .LoginSection {
        left: 0px !important;
        position: relative !important;
        width: inherit !important;
    }

    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background-position-x: center;
        background-position-y: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit !important;
    }

    body {
        background-position-x: center !important;
        background-position-y: center !important;
        background-size: inherit !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background-position-x: center;
        background-position-y: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit !important;
    }

    body {
        background-size: inherit !important;
    }
}

.btn-primary {
    min-height: 70px;
    color: #fff;
    background-color: #3A3A3A;
    border-color: black;
}

    .btn-primary:hover {
        min-height: 70px;
        color: #fff;
        background-color: #3A3A3A;
        border-color: black;
    }

.sign_in {
    width: 100%;
    height: 40px;
    /*background-image: url(/Content/css/images/signin.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 370px 62px;*/
    /*border: none;*/
    cursor: pointer;
    /*margin-top: -5px;*/
}

    .sign_in:hover {
        /*width: 370px;
        height: 62px;*/
        /*background-image: url(/Content/css/images/signin.png);*/
        /*background-repeat: no-repeat;
        background-size: 370px 62px;
        border: none;*/
        cursor: pointer;
    }

.Password_Recovery {
    width: 370px;
    height: 80px;
    background-image: url(/Content/css/images/PasswordSubmit.png);
    background-repeat: no-repeat;
    background-size: 370px 80px;
    border: none;
    cursor: pointer;
}

    .Password_Recovery:hover {
        width: 370px;
        height: 80px;
        background-image: url(/Content/css/images/PasswordSubmit.png);
        background-repeat: no-repeat;
        background-size: 370px 80px;
        border: none;
        cursor: pointer;
    }

.Password_Change {
    width: 370px;
    height: 62px;
    /*background-image: url(/Content/css/images/PasswordChange.png);*/
    background-repeat: no-repeat;
    background-size: 370px 62px;
    border: none;
    cursor: pointer;
}

    .Password_Change:hover {
        width: 370px;
        height: 62px;
        /*background-image: url(/Content/css/images/PasswordChange.png);*/
        background-repeat: no-repeat;
        background-size: 370px 62px;
        border: none;
        cursor: pointer;
    }

.ui-tooltip {
    padding: 10px 20px;
    color: #FFFFFF !important;
    border-radius: 0px !important;
    font: bold 14px 'Helvetica Neue', Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px white;
    background-color: #00A5B4 !important;
}
