

.bg-tiptoe-light {
    background-color: #c5d3c2;
}

.bg-tiptoe-forest {
    background-color: #002d19;
}

.bg-tiptoe-sage {
    background-color: #8da98c;
}

.bg-tiptoe-leather {
    background-color: #a05827;
}

.bg-tiptoe-vintagegold {
    background-color: #e2af3b;
}


.text-tiptoe-forest {
    color: #002d19;
}

.text-tiptoe-sage {
    color: #8da98c;
}

.text-tiptoe-leather {
    color: #a05827;
}

.text-tiptoe-vintagegold{
    color: #e2af3b;
}

a:hover.text-tiptoe-leather{
    color: #e2af3b;
}


.button-colour-tiptoe-green-primary{
    background-color: #002d19;
    color: #8da98c;
}

.button-colour-tiptoe-green-primary:hover {
    background-color: #8da98c;
    color: #002d29;
}

.button-colour-tiptoe-green-secondary {
    background-color: #8da98c;
    color: #002d19;
}

.button-colour-tiptoe-green-secondary:hover {
    background-color: #002d19;
    color: #8da98c;
}

.button-colour-tiptoe-gold-primary {
    background-color: #a05827;
    color: #e2af3b;
}

.button-colour-tiptoe-gold-secondary {
    background-color: #e2af3b;
    color: #a05827;
}


.border-colour-tiptoe-forest{
    border-color: #002d19;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.tiptoe-authentication-card-header{
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}