﻿#wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}

#footer {
    position: relative;
    margin-top: auto;
}

.cart-count {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 2px 5px;
    vertical-align: top;
    margin-left: -10px;
    margin-top: -15px
}

.card-title {
    color: #012970;
}

.profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.change-password label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}