.torro-form input[type="submit"] {
 background-color: #26A0F2 !important;
 color: white !important;
    padding: 10px;
    border: none;
   cursor:pointer;
}


.torro-form  fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

span.required {
 color: red;
}

.torro-form input[type=text], .torro-form input[type=password], .torro-form input[type=tel], .torro-form input[type=email], .torro-form input.text, .torro-form input.title, .torro-form  textarea, .torro-form select {
    width: 100%;
    padding: 0.7em;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
}