.image-preview {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer; }

.btn-upload-image {
  display: block;
  border: 5px dashed rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  text-align: center;
  margin: 10px 0;
  font-style: normal; }

.image-remove {
  color: #a00;
  font-style: normal;
  padding: 0 0 10px 0;
  display: inline-block;
  text-decoration: none; }
