@font-face {
    font-family: 'Algerian'; /*a name to be used later*/
    src: url('fonts/Algerian.ttf'); /*URL to font*/
}

.error_message{
	margin-bottom: -27px;
    text-align: center;
    margin-top: 10px;
    color: #d6d02e;
}

.register_sucess{
	margin-bottom: -27px;
    text-align: center;
    margin-top: 10px;
    color: green;
}


#register_button{
    color: #0b0b0b;
    font-size: 13px;
    width: 203px;
    height: 38px;
    background-color: #f3f3f3;
    margin-left: -3px;
    font-weight: bold;
}

#register_button:hover{
    background-color: #cb4723;
    color: #fff;
}

.captcha{
    background: url(images/cap-bd.png);
    margin-top: -6px;
    margin-bottom: 13px;
    width: 193px;
    height: 35px;
}

.captcha h3{
    color: #000;
    text-align: center;
    font-family: 'Algerian';
    font-size: 33px;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
