/* put your own styles to customize and override the theme */
.logo-container {
    display: flex;
    align-items: center; /* Align logo and text vertically */
    text-decoration: none; /* Remove underline */
}

.logo {
    margin-right: 5px; /* Add spacing between logo and text */
}

.logo-text {
    font-size: 18px; /* Adjust text size */
    color: #fff; /* Set text color */
    font-weight: bold; /* Optional for emphasis */
    line-height: 20px;
}

.auth-header{
    padding-bottom: 4rem;
    background-color: #042254;
}

.btn-primary{
    background-color: #042254;
    border-color: #042254;
}

.app-header-dark {
    background-color: #042254;
}

.has-active, .has-active:hover, .has-active:focus, .menu-item{
    color: #042254;
}

