/*===================================================================================== */ /* The source of demo preview has been stripped and compressed for security reasons.====================================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    /*background: url(../images/body-bg.png);*/
    color: #838383;
    font: 13px "Droid Sans",Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Droid Sans",sans-serif;
    color: #434853;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: -.5px;
}

h1 {
    font-size: 20px;
    color: #061245;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #e0e0e0;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

input, textarea {
    font-family: tahoma,arial;
    font-size: 12px;
    color: #57595d;
    outline: none;
}

a {
    text-decoration: none;
}

p {
    line-height: 20px;
}

#box_bg {
    border: 1px solid #d5d5d5;
    background: #f9f9f9;
    width: 380px;
    display: block;
    margin: 100px auto 0 auto;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    /*box-shadow: 7px -4px 7px #dadada, 0 -27px 0 #e6e6e6 inset;*/
}

#content {
    padding: 23px 28px;
}

.social {
    padding: 13px 0 0 0;
    height: 75px;
}

.blue {
    color: #2b83b6;
}

.twitter {
    background: url(images/twitter_btn.png) no-repeat;
    height: 32px;
    width: 157px;
    display: block;
    float: left;
    margin-top: 10px;
}

    .twitter:hover {
        background: url(images/twitter_btn.png) no-repeat;
        background-position: 0 -32px;
    }

    .twitter:active {
        margin-top: 11px;
    }

.btn_1 {
    padding: 8px 0 0 35px;
    text-shadow: -1px -1px 0 #0083b3;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    height: 32px;
    display: block;
}

.fb {
    background: url(images/fb_btn.png) no-repeat;
    height: 32px;
    width: 157px;
    display: block;
    float: right;
    margin-top: 10px;
}

    .fb:hover {
        background: url(images/fb_btn.png) no-repeat;
        background-position: 0 -32px;
    }

    .fb:active {
        margin-top: 11px;
    }

.btn_2 {
    padding: 8px 0 0 31px;
    text-shadow: -1px -1px 0 #366c96;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    height: 32px;
    display: block;
}

.button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin-top: 18px;
}

.button {
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: block;
    cursor: pointer;
}

    .button.green {
        /*background-image: linear-gradient(bottom, #3498db 0%, #3498db 100%);
        background-image: -o-linear-gradient(bottom, #3498db 0%, #3498db 100%);
        background-image: -moz-linear-gradient(bottom, #3498db 0%, #3498db 100%);
        background-image: -webkit-linear-gradient(bottom, #3498db 0%, #3498db 100%);
        background-image: -ms-linear-gradient(bottom, #3498db 0%, #3498db 100%);
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #3498db),color-stop(1, #3498db));*/
        /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3498db, endColorstr=#3498db)";*/
        border: 1px solid #061245;
        background-color: #061245;
    }

        .button.green:hover {
            /*background: #007168;*/
            background: transparent;
            color: #061245;
            border: 1px solid #061245;
            display: inline-block;
            font-weight: 700;
        }

        .button.green:active {
            margin-top: 19px;
        }

#login {
    padding: 13px 0 0 0;
    border-top: 1px solid #e0e0e0;
}

.login {
    font-size: 14px;
    color: #8e8d8d;
    font-family: "Droid Sans";
    padding: 11px 15px 10px 50px;
    background-color: #3498db;
    width: 100%;
    display: block;
    border: 1px solid #d8d8d8;
    margin: 13px 0 -3px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 2px 2px 4px #f1f1f1;
}

.user {
    background: url(images/user.png) no-repeat;
}

.password {
    background: url(images/password.png) no-repeat;
}

.checkbox {
    margin: 30px 0 15px 0;
}

    .checkbox li {
        list-style: none;
        height: 15px;
    }

        .checkbox li:not(#foo) > fieldset > div > span > input[type="checkbox"] {
            opacity: 0;
            float: left;
            width: 15px;
        }

            .checkbox li:not(#foo) > fieldset > div > span > input[type="checkbox"] + label {
                margin: 0;
                clear: none;
                padding: 0 0 0 22px;
                cursor: pointer;
                background: url(images/check.png) no-repeat;
                height: 15px;
                display: block;
            }

            .checkbox li:not(#foo) > fieldset > div > span > input[type="checkbox"]:checked + label {
                background: url(images/check.png) no-repeat;
                height: 15px;
                display: block;
                background-position: 0 -15px;
            }

#bottom_text {
    margin: 12px auto;
    width: 300px;
    display: block;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    line-height: 19px;
}

    #bottom_text a {
        color: #061245;
        font-weight: 700;
        padding: 0 8px 0 0;
        /*background: url(../images/bullet.png) no-repeat 100% 50%;*/
    }

        #bottom_text a:hover {
            color: #ed1a23;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .3s linear;
            -transition: all .2s linear;
        }

#blue {
    color: #2b83b6!important;
}

#forgot_Password a {
    color: #061245;
    font-weight: 700;
}

    #forgot_Password a:hover {
        color: #ed1a23;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .3s linear;
        -transition: all .2s linear;
    }


.required {
    color: red;
}

.field-validation-error {
    color: red;
}

.validation-summary-errors {
    color: red;
    background-color: #fee;
    border: 1px solid #f00;
    color: red;
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
}

#blue:hover {
    color: #878787!important;
}
