:root {
    --brand-color: #1a3a5c;
    --White: #ffffff;
    --ThemeColor: #1a3a5c;
    --brand-gold: #d0a350;
}

.email-input,
.saveEmailBtn {
    height: 67px !important;
}
.bg-blue-600,
.bg-blue-700,
.bg-blue-800 {
    background-color: var(--brand-color) !important;
}

.text-blue-600,
.text-blue-700 {
    color: var(--brand-color) !important;
}

.border-blue-100,
.border-blue-200,
.border-blue-600 {
    border-color: var(--brand-color) !important;
}

.from-blue-600,
.to-blue-700,
.to-blue-800 {
    --tw-gradient-from: var(--brand-color) !important;
    --tw-gradient-to: var(--brand-color) !important;
}

.text-blue-100,
.text-blue-200 {
    color: rgb(237, 245, 255) !important;
}

.text-gold {
    color: var(--brand-gold);
}
.bg-blue-100 svg.text-blue-600 path[fill] {
    fill: var(--brand-color) !important;
}

.bg-blue-100 svg.text-blue-600 path[stroke] {
    stroke: var(--brand-color) !important;
}
