/* // captcha beybe */
.cpt-cont {
  /* border: 1px solid #ccc; */
  color: #555;
  border-radius: 6px;
  padding: 3px 15px;
  text-align: center;
  position: relative;
}

.cpt-cont #reload-cpt {

  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #ccc;
  padding: 14px;
  display: inline-block;
  height: 40px;
  margin: 3px 0;
  cursor: pointer;
}

.cpt-cont #cpt {
  border: 1px solid #ccc;
  color: #555;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 3px 15px;
  vertical-align: -1.4;
}
#captcha-generator{
  height: 50px;
}
/* // captcha beybe end */