﻿/* WebClient */

.LogonPage {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(5,5,5,1) 0%, rgba(80,81,86,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(5,5,5,1)), color-stop(100%,rgba(80,81,86,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(5,5,5,1) 0%,rgba(80,81,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(5,5,5,1) 0%,rgba(80,81,86,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(5,5,5,1) 0%,rgba(80,81,86,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(5,5,5,1) 0%,rgba(80,81,86,1) 100%); /* W3C */
    color: White;
    display: table;
}

.BackgroundLogo {
    position: absolute;
    right: 0;
}

.LogonBody {
    width: 50%;
    margin: 0 auto;
    margin-top: 82px;
    width: 515px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    border-color: #757575;
    background: -moz-linear-gradient(bottom, rgba(5,5,5,1) 0%, rgba(80,81,86,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, bottom, top, color-stop(0%,rgba(5,5,5,1)), color-stop(100%,rgba(80,81,86,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom rgba(5,5,5,1) 0%,rgba(80,81,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, rgba(5,5,5,1) 0%,rgba(80,81,86,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, rgba(5,5,5,1) 0%,rgba(80,81,86,1) 100%); /* IE10+ */
    background: linear-gradient(to top, rgba(5,5,5,1) 0%,rgba(80,81,86,1) 100%); /* W3C */
}


    .LogonBody .LogonBodyHeader {
        margin-right: 25px;
        margin-left: 53px;
        margin-top: 24px;
    }

        .LogonBody .LogonBodyHeader img {
            width: 411px;
            margin-right: 25px;
        }

        .LogonBody .LogonBodyHeader .Title {
            margin-bottom: 10px;
        }

        .LogonBody .LogonBodyHeader span {
            margin-left: 96px;
        }

        .LogonBody .LogonBodyHeader .Title span {
            font-size: x-large;
        }

.LogonBodyForm {
    margin-top: 25px;
}

.LoginFormRow {
    margin-bottom: 16px;
}

.LoginFormLabel {
    display: inline-block;
    width: 137px;
    text-align: right;
    margin-right: 10px;
}

.LoginFormInput {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.LoginFormValidationMessage {
    display: inline-block;
}

    .LoginFormValidationMessage .field-validation-error {
        display: inline-block;
    }

#LogonButton {
    height: 45px;
    min-width: 93px;
    font-size: large;
    width: 100%;
}

.LogonError {
    margin-left: 150px;
    margin-right: 30px;
}

.LogonBodyFooter p {
    margin-left: 150px;
}

input[type="text"], input[type="password"] {
    width: 188px;
}
