.w-35 {
    width: 35% !important;
}

.auth-full-bg {
    background-color: unset !important;
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span,
.auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffc107;
}
/* CSS animation */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slideInRight {
    animation: slideInRight 0.5s forwards;
}
