body {
	margin-top: 62px;
}

/**/

.contact .row {
	padding: 10px 0;
}

.contact input,
.contact select,
.contact textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #cdcdcd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact textarea {
	height: 80px;
}

.contact .info {
	padding: 10px;
	background: #d9edf7;
	margin-bottom: 10px;
	border-radius: 5px;
}

.contact .error {
	padding: 10px;
	background: #f2dede;
	margin-bottom: 10px;
	border-radius: 5px;
}

.contact .sent {
	padding: 10px;
	background: #dff0d8;
	font-size: 1em;
	border-radius: 5px;
	margin: 20px 0;
}