.exit-intent-popup {
    background: #7395ae;
    border-radius: 7px;
    color: #fff;
    font-weight: 700;
}
.exit-intent-popup button {
    margin-right: 10px;
    background: #f1f1f1;
    outline: 0;
    padding: 10px 15px;
    border: 0;
    cursor: pointer;
}
.exit-intent-popup button:hover {
    background: #ccc;
}