/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.sllp-verify-email-loyalty-points {
    display: none;
}

.sllp-update-client-profile {
    display: none;
}

.sllp-main-container {
    padding: 15px 5px 15px 15px;
    border: 2px dotted black;
    margin: 15px 0px;
}

#sllpLoyaltyPointsCheck {
    font-size: 14px;
}

#sllpVerifyLoyaltyEmail,
#sllpUpdateClientProfile,
#sllpApplyLoyaltyPoints {
    background: #f2f2f2;
    padding: 10px 10px;
    display: block;
    width: 150px;
    margin-top: 10px;
    text-align: center;
}

.sllp-verify-email-loyalty-points h5 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.sllpResponseLoyaltyPoints {
    color: #000000;
    font-weight: 600;
}

.sllp-main-container input {
    margin-top: 15px;
}