.button#submitForm{cursor:pointer;background:#FFA114;color:#FFF;border-color:#FFA114;padding:19px 88px;font-size:16px;line-height:21px;border-radius:32px;border:solid 1px #ffa114;display:inline-block;font-weight:400;text-align:center;vertical-align:middle;user-select:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.button#submitForm:hover{background:#212529;border-color:#212529}