html{margin:0px; padding:0px; overflow:hidden;}
body { margin:0px; padding:0px; overflow:hidden;
    background-repeat: no-repeat;
    background-attachment: center;
    background-position: center;
    z-index: 1;
    background-size: cover;
  position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
	background:url(bg.jpg);
}

.box-login {
    max-width: 450px;
    margin-bottom: 110px;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    margin-top: 100px;
    border-radius: 3px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(229,229,229) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(229,229,229) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    padding: 26px;
}
.box-login input {
    width: 94%;
    margin: 11px;
    display: block;
    padding: 10px;
}
img{ max-width:100%;}
.logo{ display:block; margin:10px auto;}
form.leftingform {
    float: left;
    width: 48%;
}
p.copyright {
    display: block;
    position: relative;
    bottom: -4px;
    padding: 0px;
    width: 100%;
    color: black;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    background: #E0E0E0;
}
@media (max-width:500px){

.box-login {
    max-width: 450px;
    margin-top: 0px;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(229,229,229) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(229,229,229) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    padding: 10px;
}
}