.iol-auth-wrapper {
    display: flex;
    justify-content: center;
    margin: 60px 0;
    direction: rtl;
    font-family: IRANSans, sans-serif;
}

.iol-auth-box {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,.06);
    border: 1px solid #eee;
}

.iol-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 8px;
}

.iol-subtitle {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-bottom: 25px;
}

.iol-field {
    margin-bottom: 15px;
}

.iol-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    color: #444;
}

.iol-field input {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 14px;
}

.iol-btn {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.iol-btn.primary {
    background: #ff5722;
    color: #fff;
}

.iol-btn.success {
    background: #4caf50;
    color: #fff;
}

.iol-otp-section {
    margin-top: 20px;
}

.iol-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.iol-link {
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    color: #ff5722;
}

.iol-link.danger {
    color: #e53935;
}

.iol-link[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

.iol-timer {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

.iol-message {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
}

.iol-input-group {
    display: block;
}

.iol-btn.inline {
    padding: 6px 12px;
    font-size: 13px;
    white-space: nowrap;
}