body,html,.main{
	height:100% !important;
}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	-o-background-size: cover;
    z-index: 0;
}
.auth-container-margin{ min-height:50px; }
.auth-container{}
.auth-bgdiv{
	border-radius : 10px;
	min-height:600px;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	-o-background-size: cover;	
}