.notif {
    border-radius: 0.25rem;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login[data-v-8802b924] {
    background-image: url(../../img/new-layout/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-primary.not-active[data-v-8802b924] {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.btn-primary.not-active[data-v-8802b924]:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.form[data-v-8802b924] {
    width: 100%;
}

.mt-10{
    margin-top: 3rem !important;
}

.fixed-right-bottom-corner{
    background-color: #96989a;
    position: fixed;
    bottom:0;
    right:0;
}

.w-3\/20{
    width: 15% !important;
}

.pxy-5{
    padding: 0.75rem !important;
}


@media (min-width: 768px) {
    .login[data-v-8802b924] {
        background-image: url(../../img/new-layout/banner.png);
    }
}

@media (min-width: 640px) {
    .form[data-v-8802b924] {
        width: 400px;
    }
}
