@font-face {
    font-family: 'IRANSans-Light';
    src: url('../fonts/IRANSans/IRANSansWebFaNum-Light.eot');
    src: url('../fonts/IRANSans/IRANSansWebFaNum-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSans/IRANSansWebFaNum-Light.woff2') format('woff2'), url('../fonts/IRANSans/IRANSansWebFaNum-Light.woff') format('woff'), url('../fonts/IRANSans/IRANSansWebFaNum-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body.rtl {
    background: url('../images/login-bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "IRANSans-Light" !important;
    overflow: hidden;
}
.login-title span,
.loginTerms,
.loginTerms a,
.sendAgain #btnSendAgain,
.sendAgain .resendTitle,
#timerToResnd{
    font-family: "IRANSans-Light" !important;
}

button, ::placeholder, input {
    font-family: "IRANSans-Light" !important;
    
}

.loginTerms {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    padding: 0 1rem;
    text-align: center;
}