Установите нормально стили так как сейчас вы их вставили в редакторе как текст. В таблице стилей найдите в строке 305 стили:
#casing input[type='submit'],#casing input[type='reset'],#casing input[type='button'],#casing button {
font-size:11px!important;
padding:9px 11px;
margin:0 0 1px;
border:none;
font-weight:normal!important;
cursor:pointer;
background-color:#f27935;
text-transform:uppercase;
color:#fff;
width:auto !important;
}
удалить выделенное, после на странице где размещаете кнопку у вас прописаны стили вида:
input.button4 {
width: 200px!important;
height: 40px;
position: relative;
display: inline-block;
font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
font-size: 1.5em;
font-weight: 700;
color: rgb(245,245,245);
text-shadow: 0 -1px rgba(0,0,0,.1);
text-decoration: none;
user-select: none;
padding: .3em 1em;
outline: none;
border: none;
border-radius: 3px;
background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
-webkit-animation: pulsate 1.2s linear infinite;
animation: pulsate 1.2s linear infinite;
}
добавьте выделенное красным, 200 - ширина и 40 - высота кнопки, регулируйте как вам нужно.