﻿@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;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.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: 20px auto;
    width: 100%;
    max-width: 475px;
    background: #fff;
    border-radius: 12px;
    padding: 24px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .real-authentication-main {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        min-height: 100vh;
        padding: 32px 16px;
    }
}

.login-button button,
.submit-pass-button button {
    width: 100%;
}
