input.input100 {
    height: 55px;
}

.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 15px;
    color: #333;
    line-height: 1.2;
    padding: 0 25px 0 60px;
}

input {
    outline: none;
    border: none;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 15px;
}

.validate-input {
    position: relative;
}

.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 30px 0px 30px;
}

.contact100-form-title {
    background-color: #ff4949;
    color: #fff;
    line-height: 1.2;
    width: 100%;
    min-height: 80px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}

.wrap-contact100 {
    margin-top: -49%;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 10px 15px 42px rgb(48, 52, 65, 0.3);
    border-bottom: 2px solid #ff4a49;
}

.alert-validate::before {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: transparent;
    border: 1px solid #fa4251;
    border-radius: 2px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid;
    border-radius: 2px;
    border-color: #846add;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.alert-validate .focus-input100 {
    box-shadow: 0 5px 20px 0 rgb(250 66 81 / 10%);
    -moz-box-shadow: 0 5px 20px 0 rgba(250, 66, 81, .1);
    -webkit-box-shadow: 0 5px 20px 0 rgb(250 66 81 / 10%);
    -o-box-shadow: 0 5px 20px 0 rgba(250, 66, 81, .1);
    -ms-box-shadow: 0 5px 20px 0 rgba(250, 66, 81, .1);
}

.label-input100 {
    font-size: 18px;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 2px;
}

.btn-hide-validate {
    font-size: 18px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: -25px;
}

.lnr-envelope:before {
    content: "\e818";
}

textarea.input100 {
    min-height: 162px;
    padding-top: 22px;
    padding-bottom: 15px;
    border: 0;
}

.label-input100.rs1 {
    height: 60px;
}

.contact100-form-btn {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 42px;
    border-radius: 21px;
    background: #ff4949;
    box-shadow: 0 10px 30px 0 #ff494985;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border: 0;
    font-weight: 700;
}

.contact100-form-btn:hover {
    background: #333;
    box-shadow: 0 10px 30px 0 rgb(51 51 51 / 50%);
    -moz-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
    -webkit-box-shadow: 0 10px 30px 0 rgb(51 51 51 / 50%);
    -o-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
    -ms-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .5);
}

.container-contact100-form-btn {
    margin: auto;
}

.contact100-form-btn.tel {
    display: inline-block;
    height: auto;
    width: auto;
    text-align: center;
    padding: 15px 18px;
    font-size: 14px;
    border-radius: 50px;
    margin: auto;
    font-weight: 700;
    box-shadow: none;
    background: #404556;
    display: flex;
    width: 50%;
    align-items: center;
    flex-direction: row;
}

.contact100-form-btn.tel:hover {
    background: #ff4949;
    color: white;
}