CSS
.enviar{
width: 30%;
padding: 10px 0;
border-radius: 5px;
font-weight: bold;
font-size: 15px;
border: none;
background-color: #FA6211;
color: #fff;
transition: 0.4s ease;
cursor: pointer;
}
.enviar:hover{
background-color: #FA6211;
box-shadow: 2px 4px 6px 2px gray
}