h2 {
  color: #191970;
  text-align: center;
}

.content {
  font-weight: bold;
  margin-bottom: 0.8em;
  margin-top: 1em;
}

.caution {
  color: #ff0000;
  margin-bottom: 4.5em;
  margin-top: 2.5em;
}

.caution span {
  text-decoration: underline;
}

.content, .note {
  color: #666666;
}

.content p, .note P, .caution p {
  display: inline;
}

@media screen and (min-width:741px) {
  .caution, .content, .note {
    padding: 0 5%;
  }
}

@media screen and (min-width:741px) {
  .form-wrap {
    padding: 0 5%;
  }

  .label-wrap.col-md-3, .input-wrap.col-md-3 {
    padding: 0;
  }
}

.label-wrap {
  text-align: right;
}

@media screen and (max-width:990px) {
  .label-wrap {
    text-align: left;
  }
}

.label-wrap, .input-wrap {
  margin-top: 1%;
}

.input-wrap {
  text-align: left;
}

.input-wrap input {
  width: 100%;
}

.message {
  color: red;
  margin-top: .6em;
  margin-bottom: .6em;
  text-align: center;
}

.submit {
  margin-top: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}