.logo {
    height: 60px;
    width: auto;
}
.logo-icon {
    height: auto;
    width: 100px;
}

.bg-gradient-primary {
    background-color: #0C3850;
    background-image: linear-gradient( 180deg,#0C3850 10%,#0C3850 100%);
    background-size: cover;
}
.login-navbar {
    background-color: #D98028;
}

.btn-primary, .btn-primary:focus{
    color: #fff;
    background-color: #0C3850;
    border-color: #0C3850;
}
.btn-primary:hover, .btn-primary:active {
    color: #fff !important;
    background-color: #0C5D91 !important;
    border-color: #0C5D91 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0C3850;
    border-color: #0C3850;
}


#app .navbar-brand {
    color: white !important;
}
#app .nav-link {
    color: white !important;
}
#content .nav-link {
    color: white !important;
}
.brand-name {
    font-family: 'Montserrat','Poppins', 'Prompt', sans-serif;
    font-weight: 600;
}
.brand-name span {
    font-weight: 300;
    color: rgba(255,255,255,0.6);
}
.author-container {
    background-color: rgba(0,0,0,0.1);
}

.likert li {
    float: left;
    list-style-type: none;
}

