.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }
  /* .custom-file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #ffffff);
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
  }  */
  /* .custom-file-input:hover::before {
    border-color: black;
  }
  .custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  } */

  .custom-file-input{
    border: none;
    opacity: 0;
    cursor: pointer;
  }
  
  
.button {
  display: inline;
  border-radius: 3vh;
  background-color: #5F62F8;
   border: none;
  color: #FFFFFF;
  text-align: center;
 font-size: 1.7vh;
 padding: 1vh;
width: 40%;
padding-top: 1.5vh;
padding-bottom: 1.5vh;
vertical-align: middle;
 transition: all 0.5s;
  cursor: pointer;
  margin: 0.5vh;
}

a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}

a{
  text-decoration: none;
}