/* - - - - - - - - - - - - - - - - - - - - -

 Title : Example Custom CSS : DinoMaster!
 URL : http://wufoo.com

 Last Updated : April 1, 2011

- - - - - - - - - - - - - - - - - - - - - 

INSTRUCTIONS
1. Copy / Paste all or portions of these
CSS rules into "custom.css".

2. Experiment and play.

- - - - - - - - - - - - - - - - - - - - - */

/* - - - Default - - - */

.redesigned-theme-2018 input.btTxt {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #ffdd00;
    color: #000000;
    font-weight: 400;
    border-radius: 3px;
    float: right;
    padding: 15px 30px;
    border: 1px solid #ffdd00;
    margin-right: 0;
    font-family: National\ 2,sans-serif;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: color .4s,border-color .4s,background-color .4s;
    -o-transition: color .4s,border-color .4s,background-color .4s;
    transition: color .4s,border-color .4s,background-color .4s;
}
