﻿
:root {
    --dark: #032d22;
    --deep: #07553b;
    --green: #08a968;
    --mint: #82e9b7;
    --muted: #73847d;
    --line: #dce9e3
}

* {
    box-sizing: border-box
}

body {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    margin: 0;
    min-height: 100vh;
    background: #f7faf8;
    color: #17372c
}

.page {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1.08fr .92fr
}

.brand {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 15px 7vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    background: radial-gradient(circle at 78% 16%,rgba(57,229,153,.25),transparent 24%),radial-gradient(circle at 15% 85%,rgba(0,36,25,.5),transparent 30%),linear-gradient(145deg,#021f17,#07543a 62%,#08a867)
}

    .brand:after {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        right: -240px;
        bottom: -220px;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 50%;
        box-shadow: 0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.02)
    }

.logo {
    width: 190px;
    max-width: 55%;
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 2
}

.copy {
    position: relative;
    z-index: 2;
    max-width: 650px
}

.kicker, .eyebrow {
    color: #91f2c1;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 800
}

.kicker {
    margin-bottom: 20px
}

.copy h1 {
    font-size: clamp(40px,5vw,40px);
    letter-spacing: 1px;
    margin: 0 0 25px
}

    .copy h1 span {
        color: var(--mint)
    }

.copy p {
    color: rgba(255,255,255,.78);
    max-width: 570px;
    font-size: 18px;
    line-height: 1.7
}

.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px
}

.pill {
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.07);
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 13px
}

.foot {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.5);
    font-size: 12px
}

.form {
    min-height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 7vw
}

.card {
    width: min(430px,100%)
}

.mobile-logo {
    display: none;
    width: 145px;
    margin-bottom: 35px
}

.eyebrow {
    color: var(--green);
    letter-spacing: 2px;
    margin-bottom: 12px
}

.card h2 {
    font-size: 48px;
    letter-spacing: -2px;
    color: var(--dark);
    margin: 0 0 14px
}

.sub {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 32px
}

.field {
    margin-bottom: 20px
}

label {
    display: block;
    font-size: 13px;
    font-weight: 750;
    margin-bottom: 9px;
    color: #315246
}

.input {
    position: relative
}

.icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #7c9188
}

input[type=email], input[type=password], input[type=text] {
    width: 100%;
    height: 56px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fbfdfc;
    padding: 0 48px 0 44px;
    outline: 0;
    font-size: 15px;
    color: #17372c;
    font-family: inherit;
}

input:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 4px rgba(8,169,104,.1);
    background: #fff
}

.show {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: none;
    color: var(--green);
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px 0 25px;
    font-size: 13px
}

.remember {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted)
}

    .remember input {
        width: 16px;
        height: 16px;
        accent-color: var(--green)
    }

.forgot {
    color: var(--green);
    font-weight: 750;
    text-decoration: none
}

.login {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg,#064b35,#0ab46e);
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(4,113,73,.2);
    font-family: inherit;
}

    .login:hover {
        transform: translateY(-2px)
    }

.divider {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 28px 0;
    color: #a0aaa5;
    font-size: 11px
}

    .divider:before, .divider:after {
        content: "";
        height: 1px;
        background: #e7eeeb;
        flex: 1
    }

.demo {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: var(--deep);
    font-size: 14px;
    font-weight: 750;
    background: #f8fcfa
}

.signup {
    text-align: center;
    color: var(--muted);
    font-size: 14px;
    margin-top: 27px
}

    .signup a {
        color: var(--green);
        font-weight: 800;
        text-decoration: none
    }

.secure {
    text-align: center;
    margin-top: 30px;
    color: #9aa8a1;
    font-size: 11px
}

@media(max-width:900px) {
    .page {
        grid-template-columns: 1fr
    }

    .brand {
        min-height: 410px;
        padding: 35px 8vw
    }

    .form {
        min-height: auto;
        padding: 55px 8vw 70px
    }

    .foot {
        display: none
    }

    .mobile-logo {
        display: block
    }
}

@media(max-width:560px) {
    .brand {
        min-height: 340px;
        padding: 28px 24px
    }

    .logo {
        width: 150px
    }

    .copy {
        margin-top: 30px
    }

        .copy h1 {
            font-size: 44px
        }

        .copy p {
            font-size: 14px
        }

    .pills {
        display: none
    }

    .form {
        padding: 42px 24px 55px
    }

    .card h2 {
        font-size: 40px
    }
}
