.dropzone {
  min-height : 230px;
  border : 2px dashed #2C98D4;
  background : #F4F5FA;
  padding: 0;

}
.dropzone .dz-message {
  font-size: 2rem;
    position: relative;
    top: 50%;
    right: auto;
    left: auto;
    width: 100px;
    height: 300px;
    margin-top: -50px;
    color: #2C98D4;
    text-align: center;
    margin-right: auto;
    margin-left: auto;

}
.dropzone .dz-message:before {
  content : '\e864';
  font-family : 'feather';
  font-size : 80px;
  position : absolute;
  top: 55%;
  width : 80px;
  height : 80px;
  display : block;
  right : auto;
  line-height : 1;
  z-index : 2;
  color : #2C98D4;
  text-indent : 0;
  font-weight : normal;
  -webkit-font-smoothing : antialiased;
}
.dropzone .dz-preview.dz-image-preview {
  background : transparent;
}
.dropzone .dz-preview .dz-remove {
  font-size : 1.1rem;
  color : #FF4961;
  line-height : 2rem;
}
.dropzone .dz-preview .dz-remove:before {
  content : '\e8da';
  font-family : 'feather';
  display : inline-block;
  line-height : 1;
  z-index : 2;
  text-indent : 0;
  font-weight : normal;
  -webkit-font-smoothing : antialiased;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration : none;
  color : #FF1635;
}