
.jCaptchaCanvas_lost_pwd,
.jCaptchaCanvas_lost_user {
  		display: block;
      color: white;
  }

  .jCaptcha {
  		width: 240px !important;
  }



  .jCaptcha.error~.button {
  		background: #c5391a;
  		color: #fff;
  }

  .jCaptcha.success,
  .jCaptcha.success~.button {
  		box-shadow: 0 0 8px #93a023;
  }

  .jCaptcha.success~.button {
  		background: #b1c317;
  		color: #fff;
  }

  .jCaptcha.disabled {
  		background-color: #eff3f6;
  		box-shadow: 0 0 8px #4e4706 !important;
  }

  .jCaptcha.disabled~.button {
  		background: #e2e2e2;
  		color: #7c7c7c;
  		box-shadow: 0 0 8px #656565;
  		cursor: not-allowed;
  }
