
/*# sourceMappingURL=custom-rtl.min.css.map */
.auth-bg-cover {
    background: linear-gradient(-45deg, #8666e7 50%, #136cc5);
}
.auth-one-bg {
    background-image: url(../images/mm-bg1.png);
    background-position: center;
    background-size: cover;
}
.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear, left top, right top, from(#505050), to(#505050));
    background: linear-gradient(to right, #505050, #505050);
    opacity: .9;
}
:is(.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6) {
    font-family: "Rubik", sans-serif;
}
.display-6 {
    font-size: 2.0rem;
}