.main-div {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
height: auto;
overflow-y: auto;
background: url("../../assets/img/bgnew.jpg") no-repeat;
background-size: 100% 100%;
-moz-background-size: 100% 100%;
.main-row {
margin-top: 160px;
}
}