/*************************************** Styling changes to Form ***************************************/ .form-wrapper .field-list { .title { /* Title of field (eg Name, Subject, Message) */ font-size: 18pt; } .description { /* Description */ font-size: 26pt; } .field { .caption { /* Captions of fields (eg First Name, Last Name) */ font-size: 16pt; .field-element { /* Text in the field boxes (First Name, Last Name) */ font-size: 28pt; } } .field-element { /* Text in the field boxes (inc placeholder text) */ font-size: 20pt; /* Shading colour of all boxes */ background: #F9FFE5; } } }