
.error{
    border: 2px solid red!important;
}

.success-form {
    display: none;
    font-size: 1.5rem;
}

.form-holder {
    border: none;
    background:#f1f0ef;
    border-radius: 8px;
    cursor: pointer;
    
}

.form-body {
    padding: 30px 25px 15px 25px;
}

.form-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 20px 20px 0px 20px;
    color: #0d1f22;
    font-size: 22px;
}

.cta-holder .sub {
    margin-top: 15px;
    position: relative;
    clear: both;
}


.form-holder:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}



.titref {
    color: #acacac;
    text-align: justify;
    line-height: 1.5em !important;
    font: 700 11px Roboto, sans-serif;
    padding: 20px 3% 10px
}

select.custom {
    background-image: url(../img/drop.png);
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none
}

select.custom::-ms-expand {
    display: none
}

::placeholder {
    /* Firefox, Chrome, Opera */
    color: #474554 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #474554 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #474554 !important;
}

.form-control {
    height: 60px;
    margin-bottom: 10px;
    color: #474554;
    background-color: #ffffff;
    border: 1px solid #474554;
    border-radius: 5px;
}

.form-control:focus {
    border-color: #DB924B;
    background-color: #fbfbfb;
    border-width: 2px;
    color: #222222;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.sub {
    font-size:18px;
    background-color: #DB924B;
    
    border: none;
    color: #fff;
    font-weight: 400;
    padding:18px 30px;
    border-radius:10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sub:hover,a .sub:hover {
    background-color: #E6E4E2;
    color:#202020;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}






.lu {
    font-size: 13px;
}

textarea {
    resize: vertical;
}
