.cust-sheet input[type=text]{
width: 250px;
padding: 5px 5px;
outline: none;
border-radius: 2px;
border: 1px solid #5F9EA0;
}
.cust-sheet input[type=submit]{
padding: 5px 15px;
outline: none;
border-radius: 2px;
border: 1px solid #DC3545;
background: #DC3545;
color: #fff;
}