html,
body {
    min-height: 100%;
}

body {
    background: #1e211d url('/assets-ng/img/jens-rygg-i-koket-1920.avif') no-repeat center center fixed;
    background-size: cover;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(20, 24, 19, 0.28);
    pointer-events: none;
}

#page-wrapper {
    background: transparent;
    position: relative;
    z-index: 1;
}

#header {
    background: transparent;
    box-shadow: none;
    height: auto;
    padding: 1.5rem 1rem 0;
    position: static;
    text-align: center;
}

#header h1 {
    float: none;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
}

#header h1 a {
    color: #fff;
    font-weight: 700;
}

#header h1 .brand-dot {
    color: #44b53c;
}

#header nav {
    display: none;
}

#main.container {
    padding-top: 2.5rem;
}

#main > .box {
    border-radius: 14px;
    box-shadow: 0 22px 54px rgba(24, 25, 23, 0.22);
    margin: 0 auto;
    max-width: 560px;
    padding: 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

#main > .box h3 {
    color: #22201c;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

#main > .box p,
#main > .box label,
#main > .box input,
#main > .box a {
    font-size: 1rem;
}

#main form input[type='email'],
#main form input[type='password'],
#main form input[type='text'] {
    border: 1px solid rgba(34, 32, 28, 0.2);
    border-radius: 10px;
    box-shadow: none;
    height: 3rem;
    margin-bottom: 0.75rem;
    padding: 0 1rem;
    width: 100% !important;
}

#main form input:focus {
    border-color: #44b53c;
    box-shadow: 0 0 0 3px rgba(68, 181, 60, 0.15);
}

.pwd-show-password {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin: 0.25rem 0 1rem;
}

.pwd-show-password input {
    height: 1rem;
    margin: 0;
    width: 1rem;
}

.pwd-show-password label {
    cursor: pointer;
    margin: 0;
}

#main input[type='submit'],
.pwd-button {
    background: #44b53c;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 0 1.5rem;
    text-align: center;
    text-decoration: none;
}

#main input[type='submit'] {
    height: 3rem;
    width: 100%;
}

.pwd-button {
    line-height: 3rem;
}

#main input[type='submit']:hover,
.pwd-button:hover {
    background: #2d8d2b;
}

.pwd-back-link {
    display: block;
    margin-top: 1.25rem;
    text-align: center;
}

@media (max-width: 680px) {
    body {
        background-image: url('/assets-ng/img/jens-rygg-i-koket-mobile-960.avif');
    }

    #main.container {
        padding: 1.5rem 1rem 3rem;
    }

    #main > .box {
        padding: 1.75rem 1.25rem;
    }
}
