
/* Form */

.success_insc {
    display:none;
}

.f-pd-t {
    padding-top: 2%;
}

.form-holder {
    border: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 18px 45px 0px rgba(117,62,61,.14);
    color: #202020;
     box-shadow: 0 0 0 0 rgba(33,24,37,.8);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}



@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}


.form-body {
    padding: 30px 15px 30px 15px;
    background-color:#fbf2ea;
}

.form-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px 10px 15px;
    background-image: linear-gradient(to left, #512b2b, #753e3e);
    color: #fff;
    font-weight:400;
    font-size:20px;
    line-height:1.6em;
}

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


.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: #512b2b!important; 
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #512b2b!important; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #512b2b!important; 
}

.form-control {
    height: 49px;
    margin-bottom: 10px;
    color: #512b2b;
    background-color: #fdfaf6;
    border: 1px solid #e4cdcd;
    border-radius: 5px;
}

.form-control:focus {
    border-color:#512b2b;
    background-color: #fbfbfb;
    border-width:2.5px;
    color: #000000;
    -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 {
    
    width: 270px;
    background-image: linear-gradient(to right, #2C7EEA, #2642D3,#17ABFE, #88EEBE);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.2);
    border: none;
    color: #ffffff;
    font-weight: 400;
    padding:14px 20px;
    background-size: 300% 100%;
    border-radius: 50px;
    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 {

    background-position: 100% 100%;
    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:focus,
.sub:hover {
    color: #fff;
    border: none
}



.mention-form {
    color:#1860de;
}

.vcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sub:focus {
    background-color: #888;
    outline-width: 0!important
}

button[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/*Checkboxes styles*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"] + label:before {
    content: '';
    display: inline;
    width: 20px;
    height: 20px;
    border: 2px solid #257886;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.lu {
    font-size: 13px;
}


.lu2{
    font-size: 13px;
    display:block;
}