.col-md-10{
    border: 1px solid #a4a4a4;
    margin:20px 0px;
}
.form-group {
    margin-bottom: 10px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px !important;
    font-size: 21px !important;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


.file-drop-area{

    position: relative;
    display: flex;
    align-items: center;
    /*width: 450px;*/
    max-width: 100%;
    padding:0px;
    border: 1px dashed rgba(0,0,0,0.4);
    border-radius: 3px;
    transition: .2s;
  }
  
  .choose-file-button{
  
    flex-shrink: 0;
    background-color: rgba(0,0,0,0.04);
    border:1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding:8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
  
  }
  
  .file-message{
  
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .file-input{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    widows: 100%;
    cursor: pointer;
    opacity: 0;
  
  }