.dropzone {
  border-style:dashed;
  max-width:550px;
  font-size: 30px;
  margin-bottom: 30px;
}

.user-images {
  margin:auto;
}

.user-image-container {
  max-width:600px;
    margin:auto;
}

.btn-upload-ok {
    background-color: #739900;
    border:none;
    color:white;
    border-radius:0px;
    padding:15px;
}

.btn-upload-ok:hover {
    background-color: #A6CB45;
    border:none;
    color:white;
}

.btn-delete-all-images {
    background-color: #739900;
    border:none;
    color:white;
    border-radius:0px;
    padding:15px;
    margin-bottom:20px;
}

.btn-delete-all-images:hover {
    background-color: #A6CB45;
    border:none;
    color:white;
}
