.ivo-intro {
	background: #eef5fb;
	border-left: 5px solid #0f2f4f;
	padding: 20px 25px;
	margin-bottom: 30px;
	border-radius: 6px;
	font-size: 15px;
	line-height: 1.7;
}

.ivo-intro p:last-child {
	margin-bottom: 0;
}

.ivo-upload-box {
	background: #fafafa;
	border: 2px dashed #b8c7d3;
	padding: 25px;
	border-radius: 8px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.ivo-upload-heading {
	font-weight: bold;
	margin-bottom: 8px;
}

.ivo-declaration {
	background: #f7f7f7;
	padding: 20px 25px;
	border-radius: 8px;
	margin-top: 15px;
}

.help-text {
	font-size: 13px;
	color: #666;
	margin-top: 4px;
}

input[type="date"].form-control {
	line-height: normal;
}
