@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: red;
}

.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;
}




