/* Custom Logo Dimensions Override */
.brand-link .brand-image {
    max-height: 100px !important;
    width: 100px !important;
    height: 100px !important;
    float: none !important;
    margin: 0 auto !important;
    display: block !important;
}

.brand-link {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.brand-link .brand-text {
    margin-top: 10px;
    display: block;
    text-align: center;
}