.submit-wrapper input[type="submit"] {
    font-weight: bold;
    color: white;
    background-color: #e74c3c;
    border: 2px solid #c0392b;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px; /* coins arrondis */
}