@charset "utf-8";
/* CSS Document */

.form-group .col-md-6 .captcha-base {
  /* styling of captcha box */
margin: 60px 60px;
}

.captcha-base__input {
  /* styling of captcha input */
  margin-bottom: 5px;
  height: 30px;
  padding: 0 10px;
}

.captcha-reset {
  /* styling of reset button */
  margin-bottom: 5px;
  background-color: #4c45e4;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  border: none;
  cursor: pointer;
  padding: 2px 7px;
   
}

.captcha_valid {
  /* when is valid */
}

.captcha_invalid {
  /* when is invalid */
}

.captcha-base__input_valid {
  /* styling of captcha input when is valid */
}

.captcha-base__input_invalid {
  /* styling of captcha input when is invalid */
}

/*# sourceMappingURL=Captcha.css.map */