﻿@import url("fontiran.css");


body, span, .ant-card-head, .ant-card-head-wrapper, .ant-card-head-title, .ant-card, .ant-divider-inner-text, .ant-notification-notice-message, .ant-notification-notice-description {
    font-family: IRANSansX !important;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.showloading {
    background: #26303812;
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
}
.showloading .section {
    width: 100%;
    height: 300px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}




.real-authentication-main {
    margin-top: 10px;
    width: 40%;
    min-width: 320px;
    max-width: 475px;
    background: #fff;
    /*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);*/
    border-radius: 8px;
    right: 30%;
    position: relative;
}

.login-button button, .submit-pass-button button {
    width: 100%
}