.foto-form input[type=file] {
  margin-bottom: 20px;
}
.wrapper-cropper {
  width: 100%;
  height: 300px;
  max-height: 300px;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.image-preview.preview-sm {
  padding-top: 30px;
  text-align: center;
}
.image-small {
  max-width: 80px;
}
.image-large {
  max-width: 100%;
}
.cr-boundary {
  width: 100%;
  height: 100%;
}
