Откуда может быть полоска над кнопкой, а когда на нее нажимаю, появляется снизу(будто бы вжимается)?
<button type="submit" class="btn btn-submit">Submit <i class="fa fa-angle-right"></i></button>
.btn{
text-align: center;
white-space: nowrap;
}
.footer_my .form_widget .btn-submit{
background-color: #32aae1;
border-radius: 2px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
color: #fff;
float: right;
font: 400 15px/40px "LatoRegular",sans-serif;
margin-top: 10px;
padding: 0 25px;
text-transform: uppercase;
}