#form-container{
  max-width:850px;
  margin:20px auto;
  padding: 0px 20px;
  color:#222;
  font-family:'Poppins', sans-serif !important;
}

#form-container #senden{
  width:260px;
  background-color:rgb(255, 97, 0);
  border-radius:100px;
  font-size:15px;
}

.form-send-icon{
}

.form-label{
  font-family:'Poppins', sans-serif !important;
}

#picUpload{
  border:3px dashed #aaa;
  border-radius:15px;
}

.dz-progress{
  margin-top:15px !important;
}

@keyframes fadeInLoad {
  0%  {opacity:0;height:0px;}
  90% {opacity:0;}
  100%{opacity:1;height:auto;}
}

@keyframes showInLoad {
  0%  {display:none;}
  50% {display:none;}
  100%{display:block;}
}

.no-javascript{
  font-size:16pt;
  background-color:#ff6100;
  border-radius:10px;
  padding:15px;
  margin: 20px 0px;
  opacity:1;
  animation: fadeInLoad 1.5s;
  animation-direction: forwards;
}

.activateCanvas{
  cursor:pointer;
    background:#ddd;
}

.notActivated{
}

.dz-max-files-reached {
    /* disable click event on main Dropzone element when max files are reached */
    pointer-events: none !important;
}

.dz-max-files-reached * {
    /* allow clicking on child elements (to remove files from Dropzone) */
    pointer-events: all;
}

label{
   color:#545454;font-family:'Poppins', sans-serif;font-size:16px;
}
