.body{
	position: relative;
	/* height: 695px; */
	height: 100vh;
	background: url('../img/login.jpg') no-repeat center;
	background-size: cover;
}

.bg-color{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 2;
}