#login-page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
}
.login-body {
	background:rgba(255, 255, 255, .8);
	padding:15px;
	border-radius:6px;
}
.bg-1 {
	background:linear-gradient(45deg, #8e24aa, #ff6e40) !important;
}
.clr-white {
	color:#fff;
}
.shadow {
	box-shadow:0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.error  {
	color:#FF0000 !important;
}
.m-t-15{
	margin-top:15px;
}
.m-b-15{
	margin-bottom:15px;
}
