@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Dana', sans-serif;
    direction: rtl;
    text-align: right;
    background: url('../images/bg.png') no-repeat center center/cover;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-container {
    max-width: 900px;
    width: 100%;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
}
.logo {
    text-align: center;
    margin-bottom: 20px;
}
.logo img {
    width: 100px;
}
.form-floating > label {
    right: 0.75rem;
    left: auto;
}

a {
    color: #007bff;
}

a:hover {
    text-decoration: underline;
}
.owl-carousel img{
    width: 100%;
    margin-bottom: 0.9rem;
    border-radius: 4px;
    mix-blend-mode: multiply;
}
