﻿body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    background-color: #EEEEEE;
}

.top {
    background-color: #3c72a8;
    height: 8px;
}

.left {
    height: 494px;
    width: 779px;
    background-image: url('/Content/Login/001_03.png');
    background-repeat: repeat;
}

.labelText {
    width: 50px;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: middle;
    line-height: 35px;
}


.inputname {
    border: 1px solid #D8D8D8;
    height: 25px;
    width: 200px;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 0px 0px 4px;
    color:#000;
}

input.input-validation-error {
    border: 1px solid #FF9900;
}

/* styles for validation helpers */
.field-validation-error {
    color: #FF9900;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    color: #FF9900;
    font-weight: normal;
}

.validation-summary-valid {
    display: none;
}

.bodyBg {
    background-image: url('/Content/home/menu/gb_big_gray.png');
    background-repeat: no-repeat;
}


@media screen and (max-width: 768px) {
    .headlogContainer {
        width: 690px;
        left: 0px;
    }
}


.hintBrowser {
    width: 690px;
    margin: 0px auto;
    color: #FFFFFF;
    text-align: center;
}

.company {
    width: 690px;
    margin: 0px auto;
    margin-top: 10px;
    color: #FFFFFF;
    text-align: center;
}


 

.qrCode {
    float: right;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    padding-right: 40px;
}

.codeImg {
    width: 76px;
    height: 76px;
    margin-left: 30px;
}

.mobScan {
    margin-top: 8px;
    margin-left: 32px;
    color: #FFFFFF;
    text-align: center;
}



::-moz-placeholder {
    color: #C0C0C0;
}

::-webkit-input-placeholder {
    color: #C0C0C0;
}

:-ms-input-placeholder {
    color: #C0C0C0;
}
