.main-container{
	padding: 40px;
	width: calc(100% - 40px);
	height: calc(100%);
	min-height: 100vh;
	overflow: auto;
	background: url(../Data/SiteImages/login.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; 
	margin: 20px;
}
.card{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	max-width: 1000px;
	min-height: 500px;
	height: inherit;
	display: block;
	margin: 0 auto;
	padding: 20px;
	/*height: 100%;*/
	padding-top: 40px;
	background-color: #fff;
}
.card-content{
	display: table-cell;
}
.align-center{
	text-align: center;
}
.card-spacing{
	margin-bottom: 50px;
}
.position-center{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.mg50{
	margin-top: 50px;
}

@media (max-width: 768px) {
	.main-container{
		margin: 0px;
		padding: 0px;
		width: 100%; 
	}
	.card{
		padding: 5px;
	}
}