body {
    color: black;
}

a {
    color: #0086be;
}

input[type=text],
input[type=password],
textarea {
    border: 1px solid #0086be;
    background: #ffffff;
}

#feature-name {
    color: white;
}

.front-reviews,
.back-leavereview,
.thankyou-message {
    background: #ffffff;
    border-color: #0086be;
}

.review .review-user-name {
    color: #0086be;
}

.text-heading {
    color: #0086be;
}

.review:nth-child(even) {
    background: #cce6f2;
}

.review-read-more {
    color: #0086be;
}

.show-more-reviews {
    color: #0086be;
}

.show-more-reviews:hover {
    color: #fff;
    background: #0086be;
}

.review .review-created-date-month {
    font-weight: 700;
    color: #0086be;
}

.LS1 {
    background-color: #0086be;
    color: white;
}

.flip-back-button {
    background-image: url('../../images/icon/icon-back-blue.png');
}

.terms-conditions {
    color: #0086be;
}

.btn {
    background-color: #0086be;
    background-image: url('/assets/images/btn/ew-button-bg-blue.png');
}

.custom-recaptcha .recaptcha-controls a {
    color: #0086be;
}
