.form {
    width: 100%;
    float: right;
    /* background-color: #FFF4E1; */
    padding: 46px 0px;
    padding-left: 12%;
    margin-bottom: 6px;
    /* padding: 6px 24px; */
    }
.form h3 {color: #5f5f5f;font-size: 24px;margin-bottom: 20px;} 
    
    
    
.element-input1 {
    width: 43%;
    padding: 5px 16px;
    font-size: 12px;
    line-height: 2.428571;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    -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, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
    margin-right: 19px;
    -webkit-appearance: none;}  
.element-text{
    width: 91%;
    height: 100px;
    padding: 5px 16px;
}
.submit1 {
    margin-right: 124px;
    background-color: #FF9D09;
    color: #fff;
    border: none;
    padding: 9px 44px;
    float: right;
    margin-top: 31px;
    margin-bottom: 23px;
    margin-right: 46px;
}
.form-contact{
    border: 1px solid #c3c3c3;
    overflow: hidden;
}
.submit1:hover{
    background-color: #e68e09;
    color: #fff;
}

