﻿body{
    font-family:Helvetica;
}
#preload {
    position: fixed;
    top: 0;
    height: 100%;
    background:url('/Content/img/bgfff95.png') repeat;
    z-index: 9999;
    left: 0;
    right: 0;
}

#loader {
    background: url(/Content/img/preload.gif) no-repeat scroll center bottom;
    height: 120px;
    left: -90px;
    margin-left: 50%;
    margin-top: -90px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 145px;
    z-index: 1001;
}

    #loader .logo {
        background: url("/Content/img/logo_load.png") no-repeat scroll center top;
        background-size: 100px 100px;
        height: 130px;
        width: 145px;
    }

.center{
    text-align:center;
}
.parsley-errors-list {
    margin:0px;
}
