/**
 * Add Hyundai styles here
 */
h1 {
    color:#002c5f;
}
.text--primary {
    color: #002c5f !important;
}

.btn, .button {
    background-color: #002c5f;
}

a:hover {
    background-color: #003c78;
}

.form h2 {
    color:#002c5f;
}

input.success {
    border-color: #002c5f;
}

.star {
    color: #002c5f;
}

.form .big-line {
    background: #002c5f;
}