.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.invalid {
  background-color: #F9C5C7;
}
