

#captchaBackground{height:70px;width:180px;background-color:transparent;display:flex;align-items:center;justify-content:center;flex-direction:column}
#captchaHeading{color:red}
#captcha{height:30px;width:90%;font-size:80px;letter-spacing:2px;margin:auto;display:block;top:0;bottom:0;left:0;}
.center{display:flex;flex-direction:column;align-items:center}

#submitButton{margin-top:1em;margin-bottom:1em;background-color:#205040;border:0;font-weight:700; color:#fff}
#refreshButton{background-color:rgba(32,80,64,0.77);border:0;color:#fff; padding: 2px 15px; margin-top: 3px;}
#textBox{height:25px; text-align: center; font-size: 18px; }
.incorrectCaptcha{color:red}
.correctCaptcha{color:#000}