.pbSubmit{
    background-color: #f6821e !important;
    border: 1px solid #f6821e;
    color: #ffffff !important; /* Black text color */
    font-size: 1em; /* Size of text */
    padding: 10px 15px; /* Distance between text and border */
}



.pbSubmit:hover {
    background-color: #f6821e !important; /* Dark red background */
    border: 1px double #f6821e !important; /* Red, double-line border */
}