body {
    margin: 0;
    min-height: 100vh;
    overflow: hidden;
    background: #bcd3ee;
    font-family: "Inter", Arial, sans-serif;
}

#wrapwrap > header,
#wrapwrap > nav,
#wrapwrap > footer,
.o_header_standard,
.o_header_affixed,
.o_footer {
    display: none !important;
}

#wrapwrap,
#wrap,
main,
.oe_website_login_container {
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #bcd3ee !important;
}

img[src*="/web/binary/company_logo"],
div.text-center.pb-3.border-bottom.mb-4 {
    display: none !important;
}

.container.py-5 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.card.border-0.mx-auto {
    width: 100% !important;
    max-width: none !important;
    min-height: 100vh;
    height: 100vh;
    margin: 0 !important;
    border-radius: 0 !important;
    background: #bcd3ee !important;
    box-shadow: none !important;
}

.card.border-0.mx-auto > .card-body {
    width: 100% !important;
    padding: 0 !important;
    background: #bcd3ee;
    height: 100vh;
    overflow: hidden;
}

.joyhub-header {
    height: 58px;
    width: min(100% - 36px, 1210px);
    margin: 20px auto 0;
    padding: 0 18px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #1a2a44;
}

.joyhub-header img {
    display: block;
    width: 112px;
    height: auto;
}

.joyhub-login-wrapper {
    position: relative;
    width: min(100% - 36px, 1210px);
    height: calc(100vh - 76px);
    min-height: 0;
    margin: 0 auto 20px;
    padding: 30px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: #bcd3ee;
}

.joyhub-login-container {
    position: relative;
    z-index: 2;
    width: min(100%, 390px);
    overflow: hidden;
    border-radius: 8px;
    background: #f8fbff;
    box-shadow: 0 14px 30px rgba(26, 42, 68, 0.16);
}

.joyhub-banner-container {
    width: 100%;
    aspect-ratio: 1.72 / 1;
    overflow: hidden;
    background: #1a2a44;
}

.joyhub-banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joyhub-form-container {
    padding: 18px 42px 24px;
    text-align: left;
}

.joyhub-form-container h2 {
    margin: 0 0 16px;
    color: #0d3f82;
    text-align: center;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
}

.form-group {
    margin-bottom: 10px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #154273;
    font-size: 11px;
    font-weight: 700;
}

.form-group input {
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    padding: 8px 11px;
    border: 1px solid #9baec5;
    border-radius: 5px;
    background: #eef3fa;
    color: #172033;
    font-size: 13px;
}

.form-group input:focus {
    outline: 2px solid #69b8ce;
    outline-offset: 1px;
    border-color: #3c8fb5;
}

.forgot-password {
    margin: -4px 0 12px;
    text-align: right;
}

.forgot-password a,
.text-primary {
    color: #0d3f82 !important;
    font-size: 11px;
    text-decoration: none;
}

.forgot-password a:hover,
.text-primary:hover {
    text-decoration: underline;
}

.btn-primary {
    width: 100%;
    height: 38px;
    padding: 0 16px;
    border: 0;
    border-radius: 7px;
    background: #0c4590;
    color: white;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.btn-primary:hover {
    background: #0a3978;
}

.joyhub-login-wrapper > .text-center,
.joyhub-login-wrapper > .small {
    position: relative;
    z-index: 2;
    width: min(100%, 390px);
    margin-top: 10px !important;
    color: #27486d !important;
}

.joyhub-login-smiley {
    position: absolute;
    right: clamp(30px, 9vw, 170px);
    bottom: 52px;
    width: 230px;
    height: 190px;
    opacity: 0.66;
    pointer-events: none;
}

.joyhub-smiley-eye {
    position: absolute;
    top: 20px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #73c4d3;
}

.joyhub-smiley-eye-left {
    left: 40px;
}

.joyhub-smiley-eye-right {
    right: 40px;
}

.joyhub-smiley-mouth {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 18px;
    height: 92px;
    border: 42px solid #73c4d3;
    border-top: 0;
    border-radius: 0 0 150px 150px;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .joyhub-login-smiley {
        display: none;
    }
}

@media (max-width: 620px) {
    body {
        overflow: auto;
    }

    .joyhub-header {
        width: 100%;
        margin-top: 0;
    }

    .joyhub-login-wrapper {
        width: 100%;
        height: auto;
        min-height: calc(100vh - 64px);
        padding: 24px 14px 32px;
    }

    .joyhub-login-container {
        width: min(100%, 430px);
    }

    .joyhub-form-container {
        padding: 24px 24px 30px;
    }

    .joyhub-form-container h2 {
        font-size: 24px;
    }
}
