.represent-input-field {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
}
.checkbox {
  display: block;
  margin-top: 20px;
}
.checkboxLabel {
  font-size: 15px;
  /*margin-bottom: 30px;*/
  display: block;
}
.repForm {
  width: auto;
  float: none;
}
