#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 480px;
  height: 544px;
  font-family: 'CustomFont', sans-serif !important;
  margin: 50px auto;
  padding: 20px;
  background: url("/assets/images/umpint-thumbprint-mark-pink.png");
  background-repeat: no-repeat;
  background-size: 240px 272px;
  background-position: center;
}

.btn-secondary{
    background-color: #645c20;
    color: #cea787;
}

.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #443c00;
    color: #cea787;
}

.table {
  color: #645c20;
}

.row {
    margin-left: -15px;
    margin-right: 0px;
}

#drop-area.highlight {
  border-color: purple;
}

p {
  margin-top: 0;
}

.my-form {
  margin-bottom: 10px;
}

#gallery {
  margin-top: 10px;
}

#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.button:hover {
  background: #ddd;
}

#fileElem {
  display: none;
}

#files {
  display: none;
}
