.content {
  background: #e0e0e0;
  padding: 0px 0 20px 0px;
  border-top: 5px solid white;
}
.content > .title {
  background-color: #d0d0d0;
  /* border-bottom: 1px solid white; */
  margin: 0;
  padding: 10px;
  margin-bottom: 10px;
}
.body-content.margin-bottom-10 {
  margin-bottom: 20px;
}
.alert-protect {
  padding: 15px;
  font-size: 20px;
  text-align: center;
}
.form-content {
  text-align: center;
  padding-bottom: 30px;
}
.form-content label {
  font-size: 25px;
  margin-right: 20px;
  /*color: @leftor-blue;*/
  vertical-align: middle;
}
.form-content .domain {
  font-size: 20px;
}
.response {
  text-align: center;
  font-size: 30px;
}
.response .btn-primary,
.response .btn-primary:hover,
.response .btn-primary:focus {
  font-size: 20px;
  text-decoration: none;
}
.response h3,
.response div {
  display: inline-block;
}
.response .glyphicon-ok {
  color: #2c9fdf;
}
.response .glyphicon-remove {
  color: #999;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .field-name {
    font-weight: bold;
  }
}
.who-is-protection-item {
  margin: 20px 0;
}
.who-is-protection-item h5 {
  font-weight: bold;
}
.who-is-protection-item div {
  font-size: 14px;
}
