﻿.app-container {
    width: 97% !important;
    background-color: #EBEBEB !important;
}

.cta {
    background: #29a33b !important;
    font-size: 1.3em !important;
    color: #ffffff !important;
    font-family: "Nunito",sans-serif !important;
    transition: all 0.2s !important;
}

.cta:hover, .cta:active, .cta:focus {
    right: -10px !important;
    background-color: #41cf56 !important;
    text-decoration: none !important;
    color: white !important;
}

.three-p-active {
    background-color: #b0e5d6 !important;
}

.link {
    color: #601163 !important;
}

.lpPayCardTerms {
    display: none;
}