.col2 {
	margin-left: 25px;
}
.row-form {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 500px;
}
.btn-container {
	margin: 30px 0 0;
}
#image-preview {
	margin-top: 20px;
	max-width: 128px;
	max-height: 300px;
	cursor: pointer;
	border: solid 1px #ccc;
	border-radius: 5px;
}

#image-preview img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.error {
	color: #f40000;
}
.content-form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-image-preview-multiple{
	margin-top:30px;
}
