.dropdown-no-caret::after {
    content: none !important;
}

.has-notification {
    font-size: 100%;
    color: aqua !important;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.notification-bell::after {
    content: none !important;
}

.link-icon {
    font-size: 150%;
}

a.link-underline-none {
    text-decoration: none !important;
}

.form-label {
    font-weight: bold;
}

.form-login {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.root {
    height: 100vh;
}