﻿.titolo.dev-environment {
    font-size: 90%;
    margin-top: 1em;
}

ul.Fields { clear: both; }
    ul.Fields li { 
        clear: both; 
        min-height: 30px; 

    }
        ul.Fields li label {
            width: 30%;
            text-align: right;
            padding-top: 10px;
            float: left;
            font-weight: bold;
            line-height: 15px;
        }
        ul.Fields li select, 
        ul.Fields li input[type=checkbox], 
        ul.Fields li input[type=text], 
        ul.Fields li input[type=password] {
            margin-top: 4px;
            height: 25px;
            width: 50%;
            float: left;
            border: 1px solid rgb(136,136,136);
            padding-left: .3em;
        }
        ul.Fields li input[type=checkbox] {
            width: auto;
            margin-top: 5px;
            border: none;
        }
.field-validation-error {
    float: none;
    display: block;
    clear: left;
    width: 100%;
    margin-left: 30.5%;
    color: red;
}
#LoginBtt, #RegisterBtt {
    float: right !important;
    width: auto !important;
    margin-right: 20%;
    font-size: 130%;
    height: auto !important;
}
div.validation-summary-errors ul li {
    color: red;
}

.account-footer {
    width: 100%;
    height: 336px;
    margin: -100px 0 0 0 !important;
    padding: 0;
    position: absolute;
    bottom: 0;
}

.login-footer {
    background: url("nst-login-1.jpg") repeat-x 0 0;
    height: 100%;
    width: 100%;
}

#body {
    height: 340px !important;
    position: absolute !important;
    left: 50%; top: 50%;
    margin-left: -275px !important;
    margin-top: -250px !important;
}