.yallah-page-container{
    margin-top: 75px;
}
.yallah-digikala {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ff-main);
}

.yallah-box {
    background: #fff;
    padding: 32px 28px;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 100%;
    max-width: 380px;
    text-align: center;
}

.yallah-logo {
    max-width: 120px;
    margin: 0 auto 20px;
    display: block;
}

.yallah-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.yallah-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.yallah-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s ease;
}

.yallah-input:focus {
    border-color: #ef394e;
}

.yallah-btn {
    width: 100%;
    background: #ef394e;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.yallah-btn:hover {
    background: #d32f2f;
}

.yallah-resend {
    font-size: 13px;
    margin-top: 12px;
    color: #666;
}

.yallah-resend a {
    color: #ef394e;
    font-weight: 600;
    text-decoration: none;
}
