@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100&display=swap);

.capt  fieldset { 
  border: none !important ;
  padding: 15px; 
 /* max-width: 345px;*/
  background-color: #fff;
  /*border-radius: 5px;*/
padding: 20px 0px;    
}

section.capt { padding: 0px; }

.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  /*border-radius: 5px; */
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 
  padding: 10px 10px; 
  outline: none; 
  font-size: 15px; 
  font-weight: normal; 
  font-family: 'Open Sans', sans-serif;
  width: 300px;
}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
  background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;   
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px; outline none;
  position: absolute; 
  bottom: 30px;
  left : 310px;
  outline: none;
  cursor: pointer; /**/
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  /*border-radius: 5px;*/
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}


@media screen and (max-width: 480px){
    #UserCaptchaCode{width: 220px;font-size: 13px;}   
    #CaptchaImageCode{width: 220px;}
    .ReloadBtn{left: 230px;}
    
}