.img-show {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-preview {
	width: 100px;
	height: 140px;
	object-fit: cover;
}

.custom-file-input:hover {
	cursor: pointer;
}

.form-control {
	font-size: 14px;
	height: auto;
}

#signature {
  width: 300px;
  height: 200px;
  border: 1px solid black;
}