@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100);
body {
  background-color: lightgray;
}
.captchaField { 
  margin: 0 auto;
  margin-top: 15%;
  border: 1px solid #ccc; 
  padding: 15px;
  width: 345px;
  background-color: #fff;
  border-radius: 5px;
}
.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 5px; 
  border: none; 
  display: block;  
  box-sizing: border-box;
}
#UserCaptchaCode { 
  padding: 5px 5px; 
  outline: none; 
  width: 200px;'
  font-weight: normal; 
  margin-top: 20px;
  margin-left: 40px;
  font-family: 'Open Sans', sans-serif;
}
#CaptchaImageCode { 
  text-align:center;
  padding: 0px 0;
  width: 220px;
  height: 60px;
 position: relative;
 text-decoration:line-through;
 top: -20px;
 margin-top: 20px;
  overflow: hidden;
}
.capcode { 
  font-size: 20px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  transform: scale(0.50);
  cursor: default;
  letter-spacing: 1px;
  color: #7e2b2b;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}
.ReloadBtn {    
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px; outline none;
  position: absolute; 
  bottom: 30px;
  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;
}