body {
    background-color: #F4F2E5;
    color: #404959;
}

.lead {
    color: #A5C7D7;
}

h1, .h1 {
    line-height: 4rem;
}

h2, .h2 {
    color: #30597B;
}

.cmp-account-flow__brand {
    max-width: 120px;
}

.fill-primary {
    fill: #404959;
}

.stroke-primary {
    stroke: #404959;
}

.stroke-secondary {
    stroke: #A5C7D7;
}

.btn {
    border: 3px solid #A5C7D7;
    color: #404959;
}

.btn:hover {
    background-color: #A5C7D7;
}

a, a:hover, a:focus, a:active {
    color: #404959;
    border-bottom: 2px solid #A5C7D7;
    background-image: linear-gradient(to top, transparent 50%, #A5C7D7 50%);
}

a:active {
    background-image: linear-gradient(to top, transparent 50%, #fdfefe 50%);
}