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