input, button, a {
	font-family: Lato, sans-serif;
	font-size: 16px;
}

#content {
	width: 400px;
}

.logo {
	text-align: center;
}

.logo > img {
	width: 300px;
	margin-bottom: 20px;
}

.form-group {
	position: relative;
	margin: 10px 0px;
}

.form-group > img {
	position: absolute;
	left: 15px;
	bottom: 10px;
}

.form-group > input {
	padding-left: 50px;
	border: 1px solid #e3e4e4;
	border-radius: 5px;
	height: 45px;
	width: 100%;
	box-sizing: border-box;
}

form > button, a.button {
	width: 100%;
	height: 45px;
	margin: 10px 0 0 0;
	background-color: #0d83c6;
	color: white;
	border: 0;
	border-radius: 2.5px;
}

a.button {
	display: inline-block;
	height: unset;
	padding: 15px 0;
}
