body {
  background: #FAFBFE;
}

.card {
  background: white;
}
.card .card-header {
  background: white;
  border-bottom: 0;
  margin-bottom: 0;
}

#captchaImg {
  cursor: pointer;
}
#captchaImg img {
  height: 30px;
}

#formMessage {
  color: red;
  font-size: 14px;
}

.topBtn {
  height: 70px;
}
.topBtn__right {
  margin-left: 20px;
}
.topBtn__right .btn {
  font-size: 16px;
  color: black;
  text-decoration: none;
}

.mr-6 {
  margin-right: 15px;
}

.attention {
  background-color: #FFC35A;
}
.attention .infoItems {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}/*# sourceMappingURL=style.css.map */