

body{
	font-family: 'Montserrat', sans-serif;
	margin:0;
	 background-image: url('login_image/happy-2026n3.png');
	/*background-color:#eee; */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	background-position: center;
}
