﻿/* Removes padding from the form body */
.sys_cms-form-body {
  padding: 0 !important;
}

/* Removes padding from the left of the form fields */
.sys_cms-form-item {
  padding: 6px 0 8px 0 !important;
}

/* Makes form fields fill 100% of the container */
.sys_cms-form-body input.sys_medium, .sys_cms-form-body textarea.sys_medium {
  width: 100% !important;
}

/* Styles the field label and gives it some space whilst removing any padding */
.sys_cms-form-body li label {
  margin-bottom: 16px !important;
}