﻿
body.pic1 {
    background: url(/images/background/pos1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.pic2 {
    background: url(/images/background/pos2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.pic3 {
    background: url(/images/background/pos3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.pic4 {
    background: url(/images/background/pos4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.pic5 {
    background: url(/images/background/pos1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logon_container {
    border: 0px solid black;
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    text-align: center;
}

    .logon_container ul {
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }

    .logon_container li {
        list-style-type: none;
        float: left;
        text-align: left;
    }

        .logon_container li.header {
            background-color: #2A3F54;
            width: 100%;
        }

            .logon_container li.header > div {
                text-align: center;
            }

        .logon_container li.logon {
            padding: 20px 0px 20px 10px;
            background-Color: rgba(255,255,255,0.8);
        }

    .logon_container > DIV {
        /*position: absolute;
        top: 50%;
        left: 50%;
        width: 350px;
        height: 312px;
        border: 1px solid #007e7a;
        margin: -156px 0 0 -175px;*/
        position: absolute;
        top: 50%;
        right: 5%;
        width: 320px;
        height: 312px;
        /* border: 1px solid #007e7a; */
        margin: -156px 0 0 -175px;
    }

.control_container {
    float: left;
    margin-left: 10px;
}

.logo {
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.control_container .label {
    margin-bottom: 5px;
    font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
    font-size: 12px;
    color: #2A3F54;
}


.row {
    clear: both;
}


.logon_container .input SPAN.logonbutton.ajaxing {
    /*background: url(/images/ajax/ajax_20x20.gif) no-repeat center;*/
    display: inline-block;
}
