﻿html,body {
    width:100%;
    min-height:100%;
}

body {
    margin: 0 auto;
    background: url('/Images/bg.jpg') no-repeat;
    background-size:cover;
}


ul, li {
    margin:0;
    padding:0;
    list-style:none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);
}