.button_text {
    background-color: #00aa00;
    color: #ffffff;
    width: 100% !important;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    border: none;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 5px;
    color: #4e4e4e;
    width: 100%;
    line-height: 3em;
    padding-left: 10px;
}