
.ltr {
    direction: ltr !important;
}
.float-r {
    float: right !important;
}
.bg-image-custom{
    background: url('../image/background/bg-auth.webp');
    background-repeat: no-repeat;
    background-size: cover
}
.mx-auto{
    margin: auto !important;
}




