﻿body,
html {
    margin: 0;
    padding: 0;
    color: black;
    background: #3a4f63;
    height: 100px;
    font-family: Calibri;
    background-image: url('../images/Background.jpg');
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.loginfieldset {
    background: white;
    width: 80%;
    margin-top: 100px;
}

#placeholder {
    padding-top: 10%;
    width: 500px;
    margin: auto;
}

#logincenterdiv {
    padding: 10px;
    vertical-align: bottom;
    text-align: center;
    position: fixed;
    width: 500px;
    height: inherit;
    border: 1px solid #ccc;
    background-color: white;
    /*border-radius: 10px;*/
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
}


@media only screen and (max-width: 768px) {
    #logincenterdiv {
        padding: 0px;
        vertical-align: bottom;
        text-align: center;
        position: fixed;
        width: 100%;
        height: inherit;
        border: 1px solid #ccc;
        background-color: white;
        /*border-radius: 10px;*/
        -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
    }

}


#leftdiv {
    float: left;
    width: 50%;
    height: 1000px;
    border-right: 1px solid black;
    background-image: url('/images/geico-gecko.jpg');
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
}

#rightdiv {
    float: left;
    width: 48%;
    vertical-align: middle;
    height: 1000px;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

fieldset {
    border: none;
}

legend {
    font-weight: bold;
}





form ol {
    list-style: none;
    margin: 0;
}

    form ol li {
        margin-bottom: 1px;
        text-align: left;
        width: 100%;
        vertical-align: top;
    }

        form ol li span {
            width: 150px;
            width: 200px;
            text-align: right;
            display: inline-block;
        }


        form ol li label {
            width: 150px;
            color: black;
        }

        form ol li input {
            width: 150px;
            color: black;
        }

            form ol li input[type=checkbox] {
                text-align: left;
                width: auto;
            }

img {
    border-radius: 10px;
    border: 1px solid #ccc;
}

input[type=text] {
    border: 1px solid #ccc;
    padding: 5px;
    color: #465c71;
    font-family: Calibri;
}

input[type=password] {
    border: 1px solid #ccc;
    padding: 5px;
    color: #465c71;
    font-family: Calibri;
}

.button {
    padding: 5px 10px 5px 10px;
    background-color: #3a4f63;
    color: white;
    border: none;
    border: 1pt solid silver;
    border-radius: 5px;
}

    .button:hover {
        background-color: #bfcbd6;
        color: #3a4f63;
        cursor: pointer;
    }


input[type=text] {
    border: 1pt solid silver;
    padding: 4px 7px 4px 7px;
    border-radius: 5px;
}

input[type=password] {
    border: 1pt solid silver;
    padding: 4px 7px 4px 7px;
    border-radius: 5px;
}

select {
    border: 1pt solid silver;
    padding: 4px 7px 4px 7px;
    border-radius: 5px;
}

.LogonResults
{
    padding: 10px;
    background-color: #d74343;
    color: #3a4f63;
    border: 1pt solid #8f1616;
    border-radius: 5px;
}