.tasks {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 1px 0 40px 20px;
	border-left: 6px solid #0F5AA5;
}

.tasks + p{
	margin-top: 30px;
}

.image_wrapper {
	text-align: center;
}

.image_wrapper img{
	-webkit-box-shadow: 6px 6px 12px 0px rgba(34, 60, 80, 0.3);
	-moz-box-shadow: 6px 6px 12px 0px rgba(34, 60, 80, 0.3);
	box-shadow: 6px 6px 12px 0px rgba(34, 60, 80, 0.3);
}

.input_error{
	border: 2px solid rgb(255, 0, 0) !important;
}