@import url("/css/color.css");
@import url("/css/fonts.css");
@import url("/css/components/topbar.css");

.bg-default {
    background-color: var(--default-escuro) !important;
}

.text-weak {
    color: #6C757D;
    font-weight: 400;
    font-size: 14px;
}

.login-other-buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.login-other-buttons a {
    color: var(--default-medio);
    text-decoration: underline;
}

.login-other-buttons a:hover {
    color: var(--default-escuro);
    text-decoration: underline;
}

.brand-image {
    text-align: center;
    width: 5rem;
}

.brand-image-login {
    text-align: center;
    width: 7rem;
}

.btn-portal {
    width: 7rem;
}