.upload-file{

    border: 2px dashed;
    border-color: #d3d3d3;
    background-color: white;


}

.trim-lateral-margins{

    margin-left: -8px;
    margin-right: -8px;

}

.custom-form{

    border-radius: 0px;
    height: 45px;

}

.trim-form-padding{

    padding-left: -8px;

}

.custom-button{

    background-color: #0579DA;
    color: white;
    border-bottom: 2px solid #0c4285;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    border-radius: 4px;
    padding: 8px 20px;

}

.placeholder-text{

    color: #59616a;

}
