header {
  background: #27333a;
  margin-bottom: 25px; }

.updated {
  display: none; }

.box {
  padding: 25px;
  border: 1px solid #7b919e;
  border-radius: 3px;
  margin-bottom: 25px; }
  .box .form-group {
    padding-bottom: 15px; }
  .box .invalid {
    background: #f3adb5; }
  .box h5 {
    position: relative; }
    .box h5 .form-check {
      position: absolute;
      right: 0;
      top: 0; }
      .box h5 .form-check label {
        font-weight: normal;
        font-size: 15px; }
