<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.captcha-base {
  display: inline-block;
}

.captcha-base__reset {
  background-color: #4154f1;
  color: #ffffff;
  border-color: #4154f1;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-left: 7px;
  margin-bottom: 10px;
}

.captcha-base__reset:hover, .captcha-base__reset:active, .captcha-base__reset:focus {
  background-color: #4154f1;
  color: #ffffff;
  border-color: #4154f1;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none
}

.captcha-base__input {
  margin-bottom: 25px;
}</pre></body></html>