@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

html{
	display: table;
	height: 100%;
	width: 100%;
}
body{
	font-family: 'Lato', sans-serif !important;
    line-height: 1.5em !important;
	min-height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 77px;
	font-size: 18px;
	font-weight: lighter;
}
body *{
	font-family: 'Lato', sans-serif !important;
}
.pointer{
	cursor: pointer;
}
.bold{
	font-weight: normal;
}
input, textarea{
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: lighter;
}