Пример моей кнопки где вся зона тыкабельна (если я правильно понял)
.form .form_submit {
background: #feb500;
color: #fff;
margin-top: 1.3vw;
font-size: 1.4vw;
font-weight: bold;
font-family: BebasNeue;
cursor: pointer;
}
style.css:158
.form input {
width: 300px;
height: 40px;
margin: 0 auto;
display: block;
margin-bottom: 1.3vw;
text-align: center;
font-size: 1.15vw;
font-family: CatorzeSemiBold;
color: #a2a1a1;
background: #f3f2f2;
border: none;
outline: 0;
}
в html
input type="submit"
вот 2 пример
.button_footer_a {
width: 270px;
margin: 0 auto;
height: 40px;
margin-top: 15px;
text-align: center;
line-height: 50px;
display: inline-block;
color: #fff;
background: #3498db;
display: block;
}