﻿body {
    color: #6f6b6b !important;
    font-family: calibri;
}

.headerColor {
    background-color: rgb(70,97,95);
    height: 5px;
    width: 1000px;
    margin: auto;
}

.logo {
    width: 1000px;
    margin: auto;
}

.logoParagraph {
    float: right;
    margin-right: 5%;
    margin-top: 10%;
    color: rgb(37,39,45);
    font-size: 20px;
}

.logintextbox {
    border: none;
    height: 32px;
    width: 221px;
    float: left;
    background-color: rgb(215,211,200);
    font-size: 16px;
    padding-left: 8px;
    color: #242222;
}

.loginbutton {
    border: none; 
    height: 32px;
     background-color: rgb(132,117,78);
      color: white; 
      font-size: 16px; 
      cursor: pointer; 
      width: 200px; 
      text-align: left;
}

.innerPage {
    background-color: rgb(70,97,95);
    height: 120px;
    width: 1000px;
    margin: auto;
}

.innerPageText {
    padding: 16px;
    color: white;
    font-size: 16px;
    line-height: 1.5;
}

.innerPageLogin {
    height: auto;
    background-color: #c4bfb0;
    min-height: 377px;
    width: 1000px;
    margin: auto;
}

.footerDiv {
    border: #ebebeb solid 1px;
    background-color: #f3f3f3;
    height: 10px;
    margin-top: 97px;
    padding: 14px;
    font-family: calibri;
    font-size: 12px;
    color: rgb(132,117,78);
}

.login-box-name {
    float: left;
    display: inline;
    width: 80px;
    text-align: right;
    padding: 14px 10px 0 0;
    margin: 0 0 7px 0;
}

.login-box-field {
    float: left;
    display: inline;
    width: 230px;
    margin: 0;
    margin: 0 0 7px 0;
}


.form-login {
    width: 205px;
    padding: 10px 4px 6px 3px;
    border: 1px solid #0d2c52;
    background-color: white;
    font-size: 16px;
    color: #ebebeb;
}


.login-box-options {
    clear: both;
    padding-left: 87px;
    font-size: 11px;
    display: none;
}

    .login-box-options a {
        color: #ebebeb;
        font-size: 11px;
    }

.Submitbtn {
    background-image: url(../images/login-btn.png);
    width: 103px;
    height: 42px;
    margin-left: 90px;
}

.fieldset {
    background-color: #FCFCFC;
    width: 400px;
    font-family: Calibri;
    font-size: 16px;
    text-align: right;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.divbutton {
    width: 33px;
    float: right;
    text-align: center;
    margin-top: -30px;
}

.divloginboader {
    text-align: left;
    border-bottom-color: #B88756;
    font-size: 14px;
    font-weight: bold;
}

.textboxlogin {
    background: #FAF7EF;
    padding: 0 5px !important;
    margin: 0 15px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    border: 1px solid #DA9958 !important;
    height: 30px;
    color: #695541;
    width: 200px;
}

.row {
    width: 100%;
    height: 35px;
}

.left {
    position: relative;
    float: left;
    width: 25%;
    height: 25px;
    text-align: left;
    padding-top: 10px;
}

.right {
    position: relative;
    float: right;
    width: 72%;
    height: 35px;
    text-align: left;
}

.clear:after {
    clear: both;
    display: table;
    content: "";
}

.invalid {
    background-color: #ffc !important;
    border: 1px solid #c00 !important;
}

.error {
    /*margin-left: -30px;*/
    color: #c53b3b;
    width:auto
    /*font-size: 10px !important;*/
}
.divError {
    padding-top:15px;
}

.logintextbox {
    border: none;
    height: 32px;
    width: 221px;
    float: left;
    background-color: rgb(215,211,200);
    font-size: 16px;
    padding-left: 8px;
    color: #242222;
}

.loginbutton {
    border: none; 
    height: 32px;
     background-color: rgb(132,117,78);
      color: white; 
      font-size: 16px; 
      cursor: pointer; 
      width: 200px; 
      text-align: left;
}


.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td {
    border: solid 1px #153E7E;
    background-color: #EFFFFF;
    color: #005879;
    white-space: normal;
    padding-right:0px;
    z-index :999;
    
}

.validatorCalloutHighlight {
    background-color: #FFFFE6;
    z-index :999;
}