@import url(../fonts/lato/regular/Lato-Regular.css);
@import url(../fonts/lato/bold/Lato-Bold.css);

* {
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body { 
	background: #efefef;
}

input, .btn {
	font-family: sans-serif;
}

.bar-top {
	padding: 4px;
	text-align: center;
	width: 100%;
	background: #fff;
}

.painel {
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	margin-top: 20px;
	background: #fff;
	padding: 20px;
	width: 270px;
}

.painel input {
	display: block;
	width: 100%;
	height: 30px;
}

.footer {
	position: fixed;
	display: block;
	width: 100%;
	bottom: 15px;
	text-align: center;
	color: #fff;
}

@media(max-width: 767px	)
{
	body {
	    padding-right: 0px;
	    padding-left: 0px;
	}
}