.form-inputs{
    width: 100% !important;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px 14px !important;
    box-sizing: border-box !important;
    margin-bottom: 10px !important;
    color: #7a7a7a !important;
}
.form-inputs:focus{
    outline: none !important;
    border-color: #69727d !important;
}
.contact-form-success,
.contact-form-fail{
    display: none;
    text-align: center !important;
}
.contact-form-success{
    color: green !important;
}
.contact-form-fail{
    color: red !important;
}
.send-button{
    width: 100% !important;
    background-color: #61ce70 !important;
    color: white;
    min-height: 40px;
    padding: 5px 14px;
    font-weight: 600;
    font-size: 15px !important;
    border: none !important;
    cursor: pointer;
    margin-top: 10px !important;
}