
/* .form-container{
    width: 70%;
    margin:0 auto;
} */

.form-container .dropzone{
   /* border: 2px dashed #c3c3c3;*/
    /*padding: 40px;*/
    border: 2px solid #E5E5E5;
    padding: 0;
    border-radius:25px;

}


.icon-file-edu{
    font-size: 2em;
}


.form-container .icon{
    font-size: 3em;
    text-align: center;
    color: #dac4c4;
     /*background-color: aliceblue;*/
    height: 100px;
    width: 100px; 
    margin-bottom: 20px;
    border-radius: 50%;
    padding:25px 20px;
}



.form-container h2, .note{
    color: #40405b;
}


@-webkit-keyframes stripes {
    from {
      background-position: 0 0; }
    to {
      background-position: 60px 30px; } }
  
  @keyframes stripes {
    from {
      background-position: 0 0; }
    to {
      background-position: 60px 30px; } }

.dropzone-wrapper:hover{
    background-size: 30px 30px;
    background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite; 
}
