/*----------------------------------------GENERAL*/
/*-----------------------------------------LOADER*/
/*-----------------------------------------HEADER*/
/*-----------------------------------------SCROLL*/
/*----------------------------------------SECTION*/
#title{text-align:center;font-size:52px;font-weight:bold;margin-bottom:40px;}
#message{margin:20px;line-height:24px;font-size:18px;margin-bottom:40px;}
label{font-weight:bold;}
#captchaWrapper:after{content:"";display:table;clear:both;}
#captchaWrapper>*{display:block;float:left;}
#captcha{margin-left:10px;}
#captchaWrapper>a{width:39px;height:39px;line-height:39px;text-align:center;font-size:19px;background-color:#ddd;}
#captchaWrapper>a:hover{background-color:#ccc;}
#captchaWrapper>input{width:calc(100% - 150px - 20px);margin-left:0px;}
/*-----------------------------------------FOOTER*/
/*-------------------------------------RESPONSIVE*/
@media screen and (max-width:500px){
    #title{font-size:30px;}
    #message{font-size:16px;}
}
