.file-upload {
    /* background-color: #f3faff; */
    /* width: 300px; */
    margin: 0 auto;
    padding: 15px;
  }
  
  .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #e7fff2;
    border: none;
    padding: 10px;
    border-radius: 3px;
    border-bottom: 3px solid #f2f2f2;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 100;
  }
  
  .file-upload-btn:hover {
    background: #e9fff3;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  
  .file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
  }
  
  .file-upload-content {
    display: none;
    text-align: center;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    margin-left: -48px;

    /* cursor: pointer; */
  }
  
  .image-upload-wrap {
    margin-top: 5px;
    /* border: 3px dashed #f2f2f2; */
    position: relative;
  }
  
  .image-dropping,
  .image-upload-wrap:hover {
    /* background-color: #ebfff5; */
    /* border: 3px dashed #ffffff; */
  }
  
  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  /* .drag-text {
    text-align: center;
  } */
  
  /* .drag-text h5 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824b;
    padding: 60px 0;
  } */
  
  .img-account-profile {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 13px;
  }
  
  .remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 1px;
    border-bottom: 1px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  
  .remove-image:active {
    border: 0;
    transition: all 0.2s ease;
  }
  /* BATAS upload */