/* فونت یکان */
@font-face {
    font-family: "Yekan";
    src: url("https://cdn.fontcdn.ir/Fonts/Yekan/1cdce741b89d94b75c1b52dfbfc7bc3b1eb1a8d2ecb9da71753e17219a1b8057.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Yekan";
    src: url("https://cdn.fontcdn.ir/Fonts/Yekan/8b3d4ccc94807967874f481b0ea82d0f26cda739c2fad3b923f28d8915af064f.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

/* اعمال فونت روی کل صفحه */
body {
    margin: 0;
    padding: 0;
    background: #fafafa;
    direction: rtl;
    text-align: center;
    font-family: "Yekan", sans-serif !important;
}

.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
}

.logo-top {
    position: absolute;
    top: 25px;
    right: 50%;
    transform: translateX(50%);
    width: 140px;
    opacity: 0.22;
    pointer-events: none;
    z-index: 1;
}

.title {
    font-size: 20px;
    color: #F76E28;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.box {
    background: white;
    border: 2px solid #F76E28;
    border-radius: 22px;
    padding: 45px;
    max-width: 450px;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.box img {
    cursor: pointer;
    width: 160px;
    height: auto;
    margin-bottom: 25px;
}

.message {
    color: #6b6767;
    font-size: 15px;
    line-height: 1.9;
}
