@media screen and (min-width:992px){
	@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body{
	background-image:url('../img/loginback.jpg');
	background-size:cover;
	
}
.back-grey{
	background:rgba(0,0,0,.5);
	height:662px;
}
}
 @media screen and (max-width:991px){
 
}
