.login-page{
    background: #95c8ef;
	background: url(https://digital.aliciarivas.edu.sv/background/background1.png) no-repeat;
	/*background: url(https://aliciarivas.s3.amazonaws.com/images/business-growth-concept-on-grey-and-white-wall-side-view-man-putting-fingers-on-step-stairs.jpg) no-repeat;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	background-size: cover;
}