.input-file-wrapper{
    position: relative;
}

.input-file-wrapper input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.contenedorInputs  .form-control-label{
    font-size: 15px;
    font-weight: 400;
}

.contenedorInputs .form-group {
    margin-bottom: 17px;
}
.contenedorInputs .input-file-value{
    font-style: italic;
}
.textAreaCheck .form-control-select,
.contenedorInputs .form-control-select{
    background-color: #fff;
}
.content-custom-form .page-header h2{
    color: #594739;
    font-size: 1.375rem;
}