.error{
color:red;
}
input[type=submit]{
    border: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size:18px;
}
input[type=submit]:hover{
    color: #ab0000;
    text-decoration: none;

}



