input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #eee !important;
    border: 0px solid #bbb !important;
    padding: 16px !important;
}

input, textarea, select {
    width: 100% !important;
}

.button_full_width {
    background-color: #fff !important;
    border: solid !important;
    border-color: #37a5ef !important;
    color: #37a5ef !important;
    padding: 15px !important;
    font-size: large !important;
}