.portal-form .portal-form-submit-button {
    background-color: #009933;
    border-radius: 15px;
}

.portal-form .portal-form-submit-button:focus,
.portal-form .portal-form-submit-button:hover {
    background-color: #022c26;
}

.portal-form .form-links a:hover {
    color: #009933;
    text-decoration: underline;
}

.tiny-form .input-wrapper > .captcha-img,
.tiny-form .input-wrapper > button {
    background-color: #009933;
    border: 1px solid #009933;
}

.tiny-form .input-wrapper > button:hover {
    background-color: #022c26;
    border: 1px solid #022c26;
}

.portal-wrapper > form > div > p > a:hover {
    color: #009933;
}

#registration-response > .content-wrapper .marketing-wrapper .marketing-reminder p a {
    color: #022c26;
}

#registration-response > .content-wrapper .marketing-wrapper .marketing-reminder p a:hover {
    color: #009933;
}

#registration-response > .content-wrapper .cs-wrapper p a {
    color: #022c26;
}

#registration-response > .content-wrapper .cs-wrapper p a:hover {
    color: #009933;
}

#verification-response > .content-wrapper > .cs-wrapper p > a {
    color: #009933;
}

#verification-response > .content-wrapper > .cs-wrapper p > a:hover {
    color: #009933;
}

#registration-widget .widget-links a:hover {
    color: #009933;
    text-decoration: underline;
}