﻿@import "bs5-fix.scss";
@import "_fonts.scss";

body {
    margin: 0;
    padding: 0;
    font-family: 'iranyekan', tahoma;
    font-size: 14px;
    word-spacing: -1px;
}

html,
body,
main {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/login.webp');
}

.ltr {
    direction: ltr !important;
}

.field-validation-error {
    font-size: 11px;
}

.login {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    .card

{
    max-width: 400px;
}

}

.iziToast-rtl {
    .iziToast-body

{
    font-family: iranyekan;
}
}
