.input-contact input, .input-contact textarea {
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #Fff;
    font-weight: 400;
    transition: 0.2s ease;
    background: transparent;
    border-radius: 0;
    text-indent: 10px;
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #fff;
    box-shadow: none;
}
.input-contact input::-webkit-input-placeholder, .input-contact textarea::-webkit-input-placeholder{
    font-size: 14px;
    color: #000;
}
.input-contact input:focus, .input-contact textarea:focus {
    outline: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
.input-contact_flex input:focus{
    box-shadow: 2px 2px 1px var(--color-hv-main);
}
.input-contact textarea {
    width: 100%;
    height: 100px;
    resize: none;
    border-radius: 0;
}
.btn_input-contact.flex {
    text-align: center;
    justify-content: center;
    margin: 10px 0;
    opacity: 0;
}
.btn_input-contact input[type='submit'] ,.btn_input-contact input[type='reset']{
    width: 130px;
    height: 40px;
    margin: 0 5px;
    text-indent: 0;
    background: var(--bgmain);
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    border: none;
    box-shadow: 2px 2px 1px var(--color-hv-main);
}
.btn_input-contact input[type='reset']{

}

.btn_input-contact input:hover{
    /* transform: translateY(-5px); */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn_input-contact input:focus{
    outline: 0;
}
.form_contact{
    padding: 35px 10%;
    width: 70%;
    position: relative;
    margin: 0 auto;
    background: var(--bgmain);
margin-bottom: 40px;}
.bottom-contact{
    position: relative;
}
.bottom-contact iframe{
    width: 100% !important;
}
.input-contact {
    position: relative;
    margin-bottom: 16px;
    opacity: 0;
}
.custom-file-label {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #ccc;
    height: 45px;
    border: 1px solid #ccc;
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #000;
    box-shadow: 2px 2px 1px #8a8a8a;
    padding: 10px 10px;
}
.input-contact .custom-file-label::after {
    content: attr(title);
    height: 45px;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    padding: 10px;
    right: -3px;
    position: absolute;
    top: 0;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 45px;
    z-index: 1;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: none;
    border-radius: 0.25rem;
    padding: 10px 15px;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}   

.input-contact .custom-file-input{
    opacity: 1;
    margin: 0;
    height: auto;
    border: none;
    text-indent: 1px;
    background: transparent;
    box-shadow: none;
}
.input-contact .custom-file-input::focus{
    outline: 0;
}
.label_input{
    position: relative;
}

.label_input label {
    height: 20px;
    line-height: 20px;
    color: #fff;
    font: 14px RobotoRegular;
    transform-origin: top left;
    top: 12px;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    position: absolute;
    left: 0;
    margin: 0;
    text-transform: uppercase;
}
.afinput{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    left: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.row_label_input{
    margin: 0 -8px;
}

.label_input .invalid-feedback{
    position: absolute;
    left: 24px;
    bottom: 3px;
    font-size: 11px;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.was-validated :invalid ~ label, .is-invalid ~ label{
    top: 8px ;
}

.label_input input:focus ~ label, .label_input input.not-empty ~ label ,.label_input textarea:focus ~ label, .label_input textarea.not-empty ~ label {
    top: -10px;
    font-size: 12px;
    color: #68ceff;
}

.label_input input:focus ~ .invalid-feedback, .label_input input.not-empty ~ .invalid-feedback,
.label_input textarea:focus ~ .invalid-feedback, .label_input textarea.not-empty ~ .invalid-feedback {
    bottom: -100%;
    opacity: 0;
}
.label_input label span{
    position: relative;z-index: 9;
}
.label_input label:before{
    position: absolute;
    content: '';
    width: 0;
    /* left: -10%; */
    top: 0;
    bottom: 0;
    margin: auto;
    /* height: 1px; */
    /* background: #fff; */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

.label_input input:focus ~ label:before, .label_input input.not-empty ~ label:before ,.label_input textarea:focus ~ label:before, .label_input textarea.not-empty ~ label:before {
   /* width: 120%; */
   /* opacity: 1; */
}

.contact_content .was-validated .form-control:invalid,.contact_content  .form-control.is-invalid {
    box-shadow: 0px 2px 0px #fff;
}
.contact_content .invalid-feedback{
    color: yellow;
}
.contact_content .label_input .invalid-feedback {
    left: initial;
    text-align: right;
    width: auto;
    right: 0;
}
.contact_content .label_input input:focus ~ label,.contact_content  .label_input input.not-empty ~ label,.contact_content  .label_input textarea:focus ~ label,.contact_content  .label_input textarea.not-empty ~ label{
    color: #68ceff;
}
.outer-but {
    top: 64px;
    display: inline-block;
    width: auto;
    background: linear-gradient(90deg,#036eb7 0,#79c6fb 100%);
    border-radius: 50px;
    transition: all .3s ease-in-out;
    position: relative;
    height: auto;
}
.outer-but::after, .outer-but::before {
    position: absolute;
    content: '';
}
.outer-but::before {
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #1072b9;
    border-radius: 50px;
}
.outer-but::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(90deg,#79c6fb 0,#036eb7 100%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.outer-but:hover::after {
    opacity: 1;
}
.btn_input-contact input[type='submit'] {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 6px 30px 8px;
    background-color: transparent;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    z-index: 2;
    font: 24px UTMAvoBold;
}
.input-contact.on-show,.btn_input-contact.on-show{
    animation: fadeInDown;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}