
.login {
    position: absolute;
    width: 100%;
    height : 2500px;
    left:0;
    top:0;
    text-align:left;
    border:0px;
    background-color: #fff;
	z-index: 1;
    background-repeat: repeat-x;
    background-position: bottom;
}

.login2 {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height : 2000px;
	z-index: 1;
	background-color: #FFF;
}

