:root {
    --pshl-navy: #041c2c;
    --pshl-blue: #0a5c82;
    --pshl-green: #79c143;
    --pshl-orange: #f58220;
    --pshl-text: #314757;
    --pshl-muted: #6d7e8a;
    --pshl-border: #dce6eb;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

.pshl-body {
    margin: 0;
    background: var(--pshl-navy);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.pshl-page {
    position: relative;
    display: flex;
    min-height: calc(100vh - 86px);
    min-height: calc(100dvh - 86px);
    overflow: hidden;
    flex-direction: column;
    background:
        radial-gradient(circle at 9% 82%, rgba(121, 193, 67, .16), transparent 28%),
        radial-gradient(circle at 90% 15%, rgba(28, 137, 189, .2), transparent 26%),
        linear-gradient(135deg, #031521 0%, #05283d 56%, #073b55 100%);
}

.pshl-grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to right, #000, transparent 72%);
    pointer-events: none;
}

.pshl-header,
.pshl-main,
.pshl-footer {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 64px));
    margin-right: auto;
    margin-left: auto;
}

.pshl-header {
    display: flex;
    min-height: 104px;
    align-items: center;
    justify-content: space-between;
}

.pshl-brand {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    text-decoration: none;
}

.pshl-brand:hover,
.pshl-brand:focus,
.pshl-back:hover,
.pshl-back:focus {
    color: #fff;
    text-decoration: none;
}

.pshl-brand img {
    width: 196px;
    height: auto;
}

.pshl-brand span {
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, .26);
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .17em;
}

.pshl-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .74);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.pshl-main {
    display: grid;
    flex: 1;
    align-items: center;
    gap: 90px;
    grid-template-columns: minmax(0, 1fr) 440px;
    padding: 38px 0 54px;
}

.pshl-intro {
    max-width: 650px;
}

.pshl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: var(--pshl-green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.pshl-intro h1 {
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.pshl-intro h1 span {
    color: var(--pshl-orange);
}

.pshl-intro > p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, .73);
    font-size: 18px;
    line-height: 1.75;
}

.pshl-trust {
    display: grid;
    margin: 38px 0 0;
    padding: 0;
    gap: 18px;
    list-style: none;
}

.pshl-trust li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.55;
}

.pshl-trust li > i {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    border: 1px solid rgba(121, 193, 67, .35);
    border-radius: 10px;
    background: rgba(121, 193, 67, .1);
    color: var(--pshl-green);
    line-height: 37px;
    text-align: center;
}

.pshl-trust strong {
    color: #fff;
}

.pshl-card {
    position: relative;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 20px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 30px 70px rgba(0, 10, 18, .34);
    color: var(--pshl-text);
}

.pshl-card-mark {
    position: absolute;
    top: -25px;
    right: 36px;
    width: 54px;
    height: 54px;
    border: 5px solid #f7fbfd;
    border-radius: 16px;
    background: var(--pshl-orange);
    box-shadow: 0 9px 24px rgba(245, 130, 32, .3);
    color: #fff;
    font-size: 21px;
    line-height: 44px;
    text-align: center;
}

.pshl-card-heading > span {
    color: var(--pshl-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pshl-card-heading h2 {
    margin: 8px 0 8px;
    color: var(--pshl-navy);
    font-size: 34px;
    letter-spacing: -.025em;
}

.pshl-card-heading p {
    margin: 0 0 28px;
    color: var(--pshl-muted);
    line-height: 1.5;
}

.pshl-alert {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 22px;
    padding: 13px 14px;
    border: 1px solid #f0c5bd;
    border-radius: 9px;
    background: #fff5f3;
    color: #923b2d;
    font-size: 13px;
    line-height: 1.45;
}

.pshl-alert i {
    margin-top: 2px;
}

.pshl-alert--success {
    border-color: #b9ddb0;
    background: #f1faee;
    color: #39712d;
}

.pshl-field {
    margin-bottom: 20px;
}
.pshl-field--password {
    position: relative;
}


.pshl-field label,
.pshl-label-row {
    color: var(--pshl-navy);
    font-size: 13px;
    font-weight: 700;
}

.pshl-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pshl-label-row a {
    color: var(--pshl-blue);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.pshl-forgot-password {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--pshl-blue);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}


.pshl-input-wrap {
    position: relative;
    margin-top: 8px;
}

.pshl-input-wrap > i {
    position: absolute;
    top: 50%;
    left: 16px;
    color: #8ca0ad;
    transform: translateY(-50%);
}

.pshl-input-wrap input {
    width: 100%;
    height: 54px;
    padding: 0 48px 0 45px;
    border: 1px solid var(--pshl-border);
    border-radius: 10px;
    outline: 0;
    background: #f9fbfc;
    color: var(--pshl-navy);
    font-size: 15px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.pshl-input-wrap input:focus {
    border-color: var(--pshl-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(10, 92, 130, .1);
}

.pshl-input-wrap input[type="password"]::-ms-reveal,
.pshl-input-wrap input[type="password"]::-ms-clear {
    display: none;
}

.pshl-password-toggle {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #738896;
    cursor: pointer;
    transform: translateY(-50%);
}

.pshl-password-toggle:hover,
.pshl-password-toggle:focus {
    background: #eaf2f6;
    color: var(--pshl-blue);
}

.pshl-submit {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
    border: 0;
    border-radius: 10px;
    background: var(--pshl-orange);
    box-shadow: 0 12px 26px rgba(245, 130, 32, .24);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s, background .2s;
}

.pshl-submit:hover,
.pshl-submit:focus {
    background: #dc6e10;
    transform: translateY(-1px);
}

.pshl-support {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--pshl-border);
    color: var(--pshl-muted);
    font-size: 12px;
    line-height: 1.5;
}

.pshl-support > i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: #eaf3f7;
    color: var(--pshl-blue);
    line-height: 38px;
    text-align: center;
}

.pshl-support p {
    margin: 0;
}

.pshl-support a {
    color: var(--pshl-blue);
    font-weight: 700;
    text-decoration: none;
}

.pshl-footer {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .48);
    font-size: 12px;
}

.pshl-footer span:last-child {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

@media (max-width: 960px) {
    .pshl-page {
        min-height: calc(100vh - 76px);
        min-height: calc(100dvh - 76px);
        overflow: visible;
    }

    .pshl-main {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .pshl-intro {
        max-width: none;
        text-align: center;
    }

    .pshl-intro > p {
        margin-right: auto;
        margin-left: auto;
    }

    .pshl-trust {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .pshl-card {
        width: min(100%, 480px);
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 640px) {
    .pshl-page {
        min-height: calc(100vh - 74px);
        min-height: calc(100dvh - 74px);
    }

    .pshl-header,
    .pshl-main,
    .pshl-footer {
        width: min(100% - 34px, 1180px);
    }

    .pshl-header {
        min-height: 84px;
    }

    .pshl-brand img {
        width: 154px;
    }

    .pshl-brand span,
    .pshl-back span {
        display: none;
    }

    .pshl-back {
        width: 40px;
        height: 40px;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .17);
        border-radius: 10px;
        font-size: 0;
    }

    .pshl-back i {
        font-size: 14px;
    }

    .pshl-main {
        padding: 28px 0 48px;
    }

    .pshl-intro h1 {
        font-size: 42px;
    }

    .pshl-intro > p {
        font-size: 16px;
    }

    .pshl-trust {
        display: none;
    }

    .pshl-card {
        padding: 34px 24px 28px;
    }

    .pshl-card-heading h2 {
        font-size: 30px;
    }

    .pshl-footer {
        min-height: 62px;
    }

    .pshl-footer span:last-child {
        display: none;
    }
}
