.upload-area {
    margin: auto;
    width: 30%;
    height: 70px;
    position: relative;
    border: 1px solid #005BAC;
  }
  .upload-area:hover {
    background-color: #DFF1FF;
  }
  .upload-area-message {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #005BAC;
    font-size: 1.3em;
  }

  .upload-area i {
    position: absolute;
    font-size: 120px;
    opacity: 1;
    width: 100%;
    left: 0;
    top: 80px;
  }

  .upload-area p {
    width: 100%;
    position: absolute;
    top: 50%;
    opacity: 8;
  }

  #logo_img {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .input-transparent {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  @media screen and (max-width: 600px){
    .upload-area {
      width: 60%;
    }
  }