/*overriding bootstrap styles*/
.header-brand-link {
    font-size: 30px;
    font-weight: 950;
    color: #FFFFFF !important;
    font-family: Inter, sans-serif;
}

.navbar {
    background-color: #0084FF;
    height: 58px;
    padding: 0 2rem;
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.25);
    z-index: 1100!important;
}

.navbar-brand img {
  height: 32px;
  width: 32px;
}

.error-title {
    font-size: 24px;
    margin-top: 16px;
    font-weight: 500;
}

.error-content {
    font-size: 18px;
    line-height: 1.5rem;
    text-align: center;
}

.brand-link {
    font-size: 22px;
    color: #416DEF;
}

.height-33 {
    height: 33px !important;
}
