#captchaCont{
  color: #ffffff;
  border-radius: 5px;
  font-size: 30px;
  padding: 0;
  font-weight: bolder;
   letter-spacing: 10px;
   -webkit-touch-callout: none; /* iOS Safari */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Old versions of Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */

}

#captchaText{
  margin-left: 10px;
  /* text-decoration:line-through; */
}

#refresh{
  position: absolute;
  margin-top: 9px;
  right:18px;
  border-radius: 50%;
}
