.navbar-area .navbar-brand{
    width: 80px;
    padding: 0;
    margin: 0;
}

.sidebar-logo {
    width: 100px;
}

.f-about .logo {
    width: 100px;
}

@media screen and (max-width: 768px) {
    .f-about {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.validation-error {
    color: var(--error);
    font-size: .9rem;
    margin-bottom: .5rem;
}