.brd_form label {
  display: block;
  color: #303B45;
  margin: 0 0 4px;
}
.brd_form input[type=text], .brd_form input[type=email], .brd_form input[type=password] {
  display: block;
  width: 100%;
  border: 1px solid #B8C4D0;
  border-radius: 5px;
  padding: 12px 16px;
}
.brd_form button[type=submit]:disabled {
  background: #EDF1F6;
  border-color: #EDF1F6;
  color: #B8C4D0;
}
.brd_form .error {
  color: #D62527;
}
.brd_form ul.errors {
  margin: 0;
  padding: 4px 0 0 24px;
}
.brd_form ul.errors li {
  list-style-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.3998 7.3999H2.3998C2.06843 7.3999 1.7998 7.66853 1.7998 7.9999C1.7998 8.33127 2.06843 8.5999 2.3998 8.5999H7.3998H8.5998H13.1998C13.5312 8.5999 13.7998 8.33127 13.7998 7.9999C13.7998 7.66853 13.5312 7.3999 13.1998 7.3999H8.5998H7.3998Z' fill='%23889096'/%3E%3C/svg%3E%0A");
}
.brd_form ul.errors li.success {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4593 4.14059C13.6468 4.32804 13.6468 4.63196 13.4593 4.81941L6.41931 11.8594C6.23186 12.0469 5.92794 12.0469 5.74049 11.8594L2.54049 8.65941C2.35304 8.47196 2.35304 8.16804 2.54049 7.98059C2.72794 7.79314 3.03186 7.79314 3.21931 7.98059L6.0799 10.8412L12.7805 4.14059C12.9679 3.95314 13.2719 3.95314 13.4593 4.14059Z' fill='%23067A6F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6394 3.99897C12.9049 3.73342 13.3355 3.73342 13.601 3.99897C13.8666 4.26453 13.8666 4.69508 13.601 4.96064L6.56103 12.0006C6.29547 12.2662 5.86492 12.2662 5.59936 12.0006L2.39936 8.80064C2.13381 8.53508 2.13381 8.10453 2.39936 7.83897C2.66492 7.57342 3.09547 7.57342 3.36103 7.83897L6.0802 10.5581L12.6394 3.99897ZM13.3182 4.28181C13.2088 4.17247 13.0316 4.17247 12.9222 4.28181L6.22162 10.9824C6.18411 11.0199 6.13324 11.041 6.0802 11.041C6.02715 11.041 5.97628 11.0199 5.93877 10.9824L3.07819 8.12181C2.96884 8.01247 2.79155 8.01247 2.68221 8.12181C2.57286 8.23116 2.57286 8.40845 2.68221 8.51779L5.88221 11.7178C5.99155 11.8271 6.16884 11.8271 6.27819 11.7178L13.3182 4.67779C13.4275 4.56845 13.4275 4.39116 13.3182 4.28181Z' fill='%23067A6F'/%3E%3C/svg%3E");
  color: #067A6F;
}
.brd_form.loading {
  position: relative;
}
.brd_form.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("/www/lum/pub/img/loading_indicator.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px auto;
}

.brd_field {
  margin-bottom: 16px;
}
.brd_field.invalid input {
  border-color: #D62527;
}
