@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

/*
body {
	width:640px;
	margin:0 auto;
}
*/

img.logo {
 width:150px;
 margin:15px auto 15px auto;
}

.bg-info-light {
	background-color:#97E7F8;
}


.bg-warning-light {
	background-color:#EDAF2B;
}

.bg-success-light {
	background-color:#AEFDBB;
}

