﻿html, body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

body {
   /* background-image: url('/image/eco');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;*/
    padding-top: 3%;
    color: #fff;
    background-color: #333;
}

#body {
    /*min-height: 100%;*/
    /*height: auto !important;*/
    height: 100%;
}

.login-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px;
}


.signin-container{
    padding-left: 30px;
    padding-right:30px;
}

.field-validation-error {
    display: block;
    text-align: center;
    font-size: 11pt;
    padding-top: 10pt;
    padding-bottom: 10pt;
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

#success_message{ display: none;}

hr {
    border-top: 1px solid rgba(238, 238, 238, 0.2);
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}
