body{
	padding: 0;
	margin: 0;
	background-image: url(../image/login-cover.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.login-section{
	background-color: #fff;
	min-height: 30rem;
	margin: 2rem;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.business-login-logo{
	height: 5rem;
	width: auto;
	margin: 1rem 0 0 0;
}
.login-label-first{
	font-family: 'Lato', sans-serif;
	font-size: 2rem;
}
.login-form{
	padding: 1rem 2rem;
}
.form-label{
	font-family: 'Lato', sans-serif;
}
.form-control{
	border-radius: 0;
}
.alert{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}

@media only screen and (max-width: 767px){
	.login-section{
		margin: 0;
	}
}