/* Your custom css code goes here */

/* capta css */

#captchaTxtArea {
  background: url(../assets/cb.jpg);
  color: rgba(0, 0, 0, 0.585);
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  border: 2px solid gray;
  margin-top: 15px;
  width: 154px;
}

#CaptchaEnter {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 303px;
  height: 40px;
  border: 2px solid tomato;
  font-size: 27px;
}

#CaptchaEnter::placeholder {
  color: black;
  font-size: 24px;
  text-align: center;
}

#refreshbtn {
  background: #3399ff;
  display: inline-block;
  width: 100px;
  height: 30px;

  border: none;
  /* font-weight: bold; */
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  color: white;
}

.form_container {
  padding: 15px;
  background: #f9f9f9d1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);

  border-radius: 10px;
}

.zz_xzx {
  margin-top: 20px;
  text-align: center;
}
