form.example input[type=text] {
    padding: 5px !important;
    font-size: 15px;
    border: none;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 15%;
    padding: 5px;
    background: #e9612e;
    color: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

form.example button:hover {
    background: #ff8c00;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}