.caf_registrate_form .form-control, .caf-form .form-control, 
.caf_registrate_form input[type=text], .caf_registrate_form input[type=email], 
.caf_registrate_form text, .caf-form input[type=text], 
.caf_registrate_form textarea, .caf-form textarea,
.caf_registrate_form select, .caf-form select {
    width: 96%;
}

.caf_registrate_form, .caf-form {
font-family: Raleway, sans-serif;
}

.caf_registrate_form label, .caf-form label {
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 400;
}

.caf_registrate_form h6 {font-size: 18px; font-weight: normal;}

/* UPLOAD FILE */

.caf_registrate_form .custom-file-label, .caf-form .custom-file-label {
width: 95%;
}
.caf_registrate_form .custom-file-input:lang(es)~.custom-file-label::after,
.caf-form .custom-file-input:lang(es)~.custom-file-label::after {
    color: #fff;
    background-color: #cd2b82;
    display: inline-block;
}

.progress {
    width: 95%;
}

.caf_aplicar_limpiar_wrap .btn, .caf_btn_enviar .btn {
    width: 150px;
    border-radius: 0rem;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}

/* rewriting bootstrap */
.caf_registrate_form .row-fluid, .caf-form .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.caf_registrate_form .umbraco-forms-field, .caf-form .umbraco-forms-field {
    margin-bottom: 1rem !important;
}

.caf_registrate_form input[type=text], .caf_registrate_form input[type=email],
.caf-form input[type=text], .caf_registrate_form input.text,
.caf_registrate_form select, .caf-form select, 
.caf_registrate_form textarea, .caf-form textarea {
    display: block;
    /*width: 100%;*/
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.caf_registrate_form textarea, .caf-form textarea {
    height: initial;
}

.caf_registrate_form .checkbox .umbraco-forms-field-wrapper, 
.caf-form .checkbox .umbraco-forms-field-wrapper {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.caf_registrate_form .checkbox label, .caf-form .checkbox label {
    padding-left: 1.25rem;
}

.caf_registrate_form .checkbox input[type=checkbox], 
.caf-form .checkbox input[type=checkbox] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.caf_registrate_form .umbraco-forms-navigation input.btn:hover,
.caf-form .umbraco-forms-navigation input.btn:hover {
    color: white;
}

.caf_registrate_form span.field-validation-error > span {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.caf_registrate_form div.invalid-wrapper {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}