.form-from-plugin {
    padding: 0px 0px 0px 25px;
}
.input-from-plugin {
    border-radius: 5px 5px 5px 5px;
    background-color: #f9f9f9 !important;
    width: 100%;
    padding: 16px !important;
    font-size: 14px;
    border-color: #f9f9f9 !important;
}

/* Buttons */
.et_pb_button_submit {
 	font-size: 16px !important;
	font-weight: 600 !important;
}
.et_pb_button_submit:hover {
    cursor: pointer;
}