.auth-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    direction: rtl;
    font-family: Tahoma, sans-serif;
}

.auth-box {
    width: 100%;
    max-width: 420px;
    text-align: center;
}

.auth-logo img {
    width: 90px;
    margin-bottom: 10px;
}

.auth-logo h1 {
    color: #0b6f6f;
    margin-bottom: 40px;
}

.auth-form label {
    display: block;
    text-align: right;
    margin-bottom: 6px;
    font-size: 14px;
    color: #000;
}

.auth-form input {
    width: 100%;
    padding: 14px 45px 14px 15px;
    border-radius: 30px;
    border: none;
    background: #f1f3f5;
    font-size: 14px;
    margin-bottom: 20px;
    outline: none;
}

.input-wrapper {
    position: relative;
}

.input-wrapper .icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    opacity: 0.6;
}

.auth-btn {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    background: #7aa6ff;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.auth-links {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.auth-links a {
    color: #4d7cff;
    text-decoration: none;
}

.forgot {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    color: #4d7cff;
    text-decoration: none;
}
