﻿body {
    background: #2B2F32 url(../Content/Images/bg-login.jpg) repeat-x scroll center center;
    font-family: Helvetica,Arial,Tahoma,serif;
    font-size: 9pt;
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
}

div#distance {
    float: left;
    height: 50%;
    margin-bottom: -10em;
    width: 1px;
}

div#container {
    clear: left;
    height: 150px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

h1 {
    font-size: 800%;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 35px;
    padding: 0;
    text-transform: uppercase;
}

    h1 a {
        color: #FFFFFF;
        text-decoration: none;
    }

ol li {
    float: left;
    margin-right: 15px;
}

span#lblPass, span#lblUser {
    color: #FFFFFF;
    font-weight: bold;
    width: 75px;
    margin-top: 3px;
}

label, span {
    display: block;
    float: left;
}

    label.remember {
        color: #CCCCCC;
        float: left;
        margin-right: 315px;
        margin-top: 20px;
        width: 180px;
    }

div.align-right {
    float: left;
    margin-top: 20px;
    width: 56px;
}

label.txt-field {
    background: url(../Content/Images/bg-loginboxes.gif) no-repeat scroll 0 0 transparent;
    float: left;
    height: 21px;
    margin-right: 35px;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 200px;
}

    label.txt-field input {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        outline: medium none;
        padding: 2px 0 0 8px;
    }

div.inner-nav a, a.button {
    display: inline-block;
    background: url(../Content/Images/bg-buttons-left2.gif) no-repeat;
    cursor: pointer;
    text-decoration: none;
    height: 21px;
    padding: 0 0 0 15px;
    color: #fff;
    font-weight: bold;
    font-size: 14pt;
    margin-left: 10px;
}

    div.inner-nav a:hover, a.button:hover {
        color: #333;
    }

    div.inner-nav a span, a.button span {
        display: block;
        background: url(../Content/Images/bg-buttons-right2.gif) no-repeat right;
        padding: 0 15px 0 0;
        line-height: 21px;
    }

.ErrorClass {
    display: block;
    width: 100%;
    margin: 2px 0 10px;
    background: url(../Content/Images/exclamation.png) no-repeat scroll 0 0 transparent;
    color: #E76656;
    padding-left: 19px;
    line-height: 16px;
}

@media (min-width: 100px) and (max-width: 768px) {
    H1 {
        font-size: 500%;
    }
}




