.terms-text {
    font-family: lato;
    font-size  : 12px;
    color: #55585A;
}

.continue-button {
    margin-top    : 1rem;
    border-radius : 20px;
    border        : 0px;
    font-family   : lato;
    font-size     : 14px;
    font-weight   : bold;
    letter-spacing: 0px;
    line-height   : 22px;
    text-align    : center;
    width         : 48%;
    height        : 40px;
}

.accept-button {
    background-color: #004285;
    color           : white;
}

.decline-button {
    background-color: white;
    color           : #004285;
    border          : 1px solid #004285;
}

.continue-button:disabled {
    background-color: rgb(208, 215, 219);
    color           : #8C9194;
}

#kc-decline {
    float: right;
}

.decline-note {
    margin-top : 2rem;
    font-family: lato;
    font-size  : 12px;
    color      : #55585A;
}

.terms-description {
    font-family: lato;
    color      : #55585A;
    font-size  : 16px;
}