body {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    background: #f9fafb;
    direction: rtl;
    color: #333;
}

.mk-login-container {
    max-width: 400px;
    margin: 80px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
    text-align: center;
}

.mk-title {
    color: #147e68;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.mk-subtitle {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 25px;
}

.mk-input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.mk-input:focus {
    border-color: #147e68;
    box-shadow: 0 0 4px rgba(30, 86, 49, 0.3);
    outline: none;
}

.mk-btn {
    width: 100%;
    background: #147e68;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.mk-btn:hover {
    background: #147e68;
}

.mk-error-msg {
    color: #d93025;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
    direction: ltr;
}

.otp-digit {
    width: 50px;
    height: 50px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.otp-digit:focus {
    border-color: #147e68;
    box-shadow: 0 0 4px rgba(30, 86, 49, 0.3);
    outline: none;
}

.mk-timer {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.mk-timer a {
    color: #147e68;
    font-weight: 600;
    display: block;
    margin-top: 5px;
}

.hidden {
    display: none;
}
