﻿body {
}
.hd5 {
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #090329;
    font-size: x-large;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.content-wrapper {
    display: flex;
    min-height: 677.4px;
    flex-direction: column;
    justify-content: flex-start;
}

.error{
    display:none
}

.brand-link {
    background: #8bc34a
}