﻿.pw-shell {
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pw-card {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
    padding: 2rem 1.4rem;
}

@media (min-width: 576px) {
    .pw-card {
        padding: 2rem;
    }
}

.pw-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(0, 31, 63, 0.06);
    color: var(--ship-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pw-title {
    font-size: 1.65rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
    color: #0f172a;
}

.pw-subtitle {
    color: var(--ship-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.field-label {
    display: block;
    margin-bottom: 0.35rem;
    color: #334155;
    font-size: 0.88rem;
    font-weight: 700;
}

.input-wrap {
    position: relative;
}

.eye-btn {
    position: absolute;
    top: 50%;
    right: 0.65rem;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #94a3b8;
    padding: 0.2rem;
    line-height: 1;
}

    .eye-btn:hover {
        color: #475569;
    }

.req-box {
    background: #f1f2f4;
    border-radius: 0.6rem;
    padding: 1rem;
}

.req-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #486581;
    margin-bottom: 0.55rem;
}

.req-item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.88rem;
    margin-bottom: 0.4rem;
}

    .req-item:last-child {
        margin-bottom: 0;
    }

.req-ok {
    color: #059669;
}

.req-pending {
    color: #64748b;
}

/*.btn-update {
    width: 100%;
    height: 48px;
    border: 1px solid var(--ship-primary);
    border-radius: 0.5rem;
    background: var(--ship-primary);
    color: #fff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    box-shadow: 0 10px 18px rgba(0, 31, 63, 0.2);
}

    .btn-update:hover {
        border: 1px solid var(--ship-primary);
        background: var(--ship-primary-light);
        color: var(--ship-primary);
        box-shadow: none;
    }*/

.login-link {
    color: #486581;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

    .login-link:hover {
        color: var(--ship-primary);
    }


.seq-req-title {
    font-size: 18px;
}

.input-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .input-wrap .dx-textbox {
        flex: 1;
    }