#page {
  margin-top: 80px;
}
.brandprotection,
.brandprotection * {
  box-sizing: border-box;
}
.brandprotection__form-group {
  margin-bottom: 15px;
}
.brandprotection__label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.brandprotection__input,
.brandprotection__select,
.brandprotection__textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.66666666;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.brandprotection__button--photo-upload-select {
  position: relative;
  top: 0;
  left: 0;
}
.brandprotection__photo-upload--filename,
.brandprotection__button--photo-upload-select {
  margin-right: 15px;
}
.brandprotection__textarea {
  min-height: 104px;
}
.brandprotection__button {
  color: #333;
  background-color: #ccc;
  border-color: #ccc;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.66666666;
  border-radius: 9999px;
  text-decoration: none;
}
.brandprotection__button--submit {
  color: #fff;
  background-color: #0080D4;
  border-color: #0071bb;
}
.brandprotection__photo-upload-input-field {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}
.brandprotection__validationMessage {
  display: block;
  margin-top: 4px;
  color: #a94442;
}
.brandprotection__photo-upload-preview img {
  display: inline-block;
  max-width: 50%;
}
@media (min-width: 992px) {
  .brandprotection__photo-upload-preview img {
    max-width: 25%;
  }
}
.brandprotection-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.brandprotection-grid:before,
.brandprotection-grid:after {
  display: table;
  content: " ";
}
.brandprotection-grid__column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .brandprotection-grid__column {
    float: left;
  }
}
@media (min-width: 992px) {
  .brandprotection-grid__column--25 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .brandprotection-grid__column--50 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .brandprotection-grid__column--75 {
    width: 75%;
  }
}
.brandprotection__label--middleName,
.brandprotection__input--middleName {
  position: absolute;
  left: -5000px;
}
.brandprotection__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.brandprotection__backdrop--text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  color: white;
  font-size: 20px;
  transform: translateY(-50%);
}
