.custom-form input, .custom-form textarea {
    background: #fff;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 1em;
}

.custom-form input[type="file"] {
    display: none;
}

.custom-form .box{
    margin-bottom: 4px;
}

.custom-form .inputfile+label {
    border: 1px solid #004a78;
    background-color: #ffffff;
    color: #9a9a9a;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.custom-form .inputfile+label span {
    min-height: 3em;
    padding: 12px 5px 12px 10px;
}
.custom-form .inputfile+label strong {
    height: 100%;
    color: #004a78;
    border-right: 1px solid;
    background-color: #fff;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
}