﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../Fonts/Montserrat-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../Fonts/Montserrat-Medium.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../Fonts/Montserrat-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../Fonts/Montserrat-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("../Fonts/Montserrat-ExtraBold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("../Fonts/Montserrat-Black.ttf") format('truetype');
}

:root {
    --primary-font-family: "Montserrat", sans-serif, Arial, Helvetica;
    --White: #ffffff;
    --Greens-OM_HERITAGE-GREEN: #009677;
    --Text-OM_PAPER: #ffffff;
}


html {
    background-color: #F1F5FB;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100vh;
    background: #F9F9F9;
}

header {
    text-align: center;
    color: white;
    background: linear-gradient(90deg, #019577 0%, #ED0080 100%);
    padding: 25px;
}

.background-pattern {
    background-image: url("../Images/background-pattern-white.png");
    height: calc(100vh - 240px); /* 103 (header) + 137 (footer) */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 500px;
    padding-top: 100px;
}

.content {
    text-align: center;
}

    .content h2 {
        color: #FFF;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 38px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -0.9px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .content p {
        color: #FFF;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 120% */
        letter-spacing: -0.9px;
        margin-bottom: 30px;
    }

.login-button {
    border-radius: 200px;
    background: var(--Greens-OM_HERITAGE-GREEN, #009677);
    cursor: pointer;
    transition: background 0.3s ease;
    color: var(--Text-OM_PAPER, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    border: none !important;
}

    .login-button:hover {
        border-radius: 200px;
        background: var(--Greens-OM_HERITAGE-GREEN, #009677);
        cursor: pointer;
        transition: background 0.3s ease;
        color: var(--Text-OM_PAPER, #FFF);
        text-align: center;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        border: none !important;
    }

.btn {
    width: 100%;
    height: 52px;
    padding: 16px 25px;
    text-align: center;
}

.login-button .bx {
    font-size: 20px;
    float: inline-end !important;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #222;
    color: #ffffff;
    text-align: center;
    padding: 25px 10px;
    font-size: 0.8rem;
    z-index: 10;
}

    .footer a {
        color: #ffffff;
        text-decoration: none !important;
        padding-left: 4px !important;
    }

    .footer .links-section ul li {
        color: #FFF;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: inline-flex;
        text-transform: uppercase;
    }

    .footer p {
        color: #FFF;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: inline-flex;
        text-transform: uppercase;
    }

    .footer a:hover {
        text-decoration: underline !important;
    }

    .footer .seperator {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer .links-section {
        border-bottom: 1px solid #ffffff;
        width: fit-content;
        text-align: center;
        display: inline-flex;
        padding-left: 20px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        padding-right: 20px;
        justify-content: center;
    }

        .footer .links-section ul.no-bullets {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

.content-wrapper {
    padding-top: 150px;
}

.login-content-wrapper {
    width: 100%;
}

.login-content {
    background-color: #F7F8FA;
}

.login-section .wrapper h5 {
    font-family: var(--primary-font-family);
    color: #282828;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -2.1px;
    margin-bottom: 14px;
    margin-top: 0px;
}

.login-section .wrapper p {
    color: rgba(68, 78, 89, 0.90);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.6px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.loginpagebody {
    padding-bottom: 50px !important;
}

.login-section .wrapper {
    max-width: 454px;
    width: 100%;
    padding: 38px 38px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
}

.banner-logo {
    vertical-align: middle;
    padding-bottom: 26px !important;
    text-align: center;
}

    .banner-logo h3 {
        color: var(--Dark-navy, #101F2C);
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .0);
    margin-top: var(--bs-gutter-y);
}

input[type="checkbox"] ~ label {
    display: inline-block;
    height: 25px;
    padding-left: 34px !important;
    padding-right: 10px;
    padding-top: 1px !important;
    font-family: var(--primary-font-family);
    color: rgba(33, 37, 41, 0.90);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.text-space {
    margin-bottom: 10px;
    margin-top: 6px;
    color: rgba(33, 37, 41, 0.90);
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.8px;
}

.input-control {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-links {
    font-family: var(--primary-font-family);
    color: #0075C9;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-decoration: none;
}

.row-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.text-login {
    margin-bottom: 0px;
}

.text-help {
    margin-bottom: 0px;
    margin-top: 20px;
}

    .text-help p {
        font-family: var(--primary-font-family);
        color: rgba(68, 78, 89, 0.90);
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.5px;
        margin-bottom: 0rem !important;
        text-decoration: none !important;
    }

    .text-help span {
        text-decoration: none !important;
    }

.row-input label {
    font-size: 13px;
    color: #8086a9;
}

.row-input input {
    flex: 1;
    padding: 13px;
    border-radius: 9px;
    border: 1px solid #DCDDDE;
    background: #FFF;
    transition: all 0.2s ease-out;
    font-family: var(--primary-font-family);
    color: rgba(68, 78, 89, 0.70);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
}

    .row-input input:focus {
        outline: none;
        box-shadow: inset 2px 2px 5px 0 rgba(42, 45, 48, 0.12);
    }

    .row-input input::placeholder {
        color: rgba(68, 78, 89, 0.7);
    }

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login-footer {
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
}

    .login-footer p {
        font-family: var(--primary-font-family);
        color: #78818D;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.6px;
    }

.alert {
    padding: 0px !important;
    color: #ff0000;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
}
.forgot-password a {
    color: rgba(68, 78, 89, 0.70);
    font-family: var(--primary-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.5px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.forgot-password {
    margin-bottom: 14px;
}

@media (max-width: 1400px) {
    .background-pattern {
        background-image: url("../Images/background-pattern-white.png");
        height: calc(100vh - 240px); /* 103 (header) + 137 (footer) */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 460px;
        padding-top: 20px;
    }
    .footer {
        position: relative;
        width: 100%;
        background: #222;
        color: #ffffff;
        text-align: center;
        padding: 25px 10px;
        font-size: 0.8rem;
        z-index: 10;
    }
    }

    @media (max-width: 991px) {
        .content h2 {
            color: #FFF;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 30px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            letter-spacing: -0.9px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .content p {
            color: #FFF;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 17px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: -0.9px;
            margin-bottom: 30px;
        }

        .footer p {
            color: #FFF;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: uppercase;
        }

        .banner-logo img {
            width: 115px;
            height: 15px;
        }

        .banner-logo h3 {
            color: var(--Dark-navy, #101F2C);
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .login-footer p {
            font-family: var(--primary-font-family);
            color: #78818D;
            text-align: center;
            font-size: 10px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: -0.6px;
        }

    }

    @media (max-width: 767px) {
        .content h2 {
            color: #FFF;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 26px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            letter-spacing: -0.9px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .content p {
            color: #FFF;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: -0.9px;
            margin-bottom: 30px;
        }

        .footer .links-section ul li {
            color: #FFF;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            display: grid;
            padding-bottom: 20px;
            text-transform: uppercase;
        }

        .footer .seperator {
            margin-left: 10px;
            margin-right: 10px;
            display: none !important;
        }

        .footer .links-section {
            border-bottom: 1px solid #ffffff;
            width: fit-content;
            text-align: center;
            display: inline-flex;
            padding-left: 20px;
            padding-bottom: 4px;
            margin-bottom: 18px;
            padding-right: 20px;
            justify-content: center;
        }

        .footer {
            padding-top: 25px;
            padding-bottom: 10px;
            position: relative;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #222;
            color: #ffffff;
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 0.8rem;
            z-index: 10;
        }

        .background-pattern {
            background-image: url("../Images/background-pattern-white.png");
            /* height: calc(100vh - 103px);*/
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-left: 25px;
            padding-right: 25px;
        }

        .footer p {
            color: #FFF;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            display: contents;
            text-transform: uppercase;
        }
    }

    @media (max-width: 575px) {
        .content h2 {
            color: #FFF;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 20px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            letter-spacing: -0.4px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .content p {
            color: #FFF;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.4px;
            margin-bottom: 30px;
        }

        .footer .links-section ul li {
            color: #FFF;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            display: grid;
            padding-bottom: 20px;
            text-transform: uppercase;
        }

        .footer {
            padding-top: 25px;
            padding-bottom: 30px;
            position: relative;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #222;
            color: #ffffff;
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 0.8rem;
            z-index: 10;
        }
        .login-section .wrapper {
            max-width: 454px;
            width: 100%;
            padding: 25px 25px;
            flex-direction: column;
            align-items: flex-start;
            flex-shrink: 0;
            transition: all 0.3s ease;
            border-radius: 18px;
            background: #FFF;
            box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
        }
            .login-section .wrapper h5 {
                font-family: var(--primary-font-family);
                color: #282828;
                font-size: 30px;
                font-style: normal;
                font-weight: 800;
                line-height: normal;
                letter-spacing: -2.1px;
                margin-bottom: 10px;
                margin-top: 0px;
            }
            .login-section .wrapper p {
                color: rgba(68, 78, 89, 0.90);
                font-family: var(--primary-font-family);
                font-size: 13px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
                letter-spacing: -0.6px;
                margin-bottom: 10px;
                margin-top: 0px;
            }
        .row-input input {
            flex: 1;
            padding: 13px;
            border-radius: 9px;
            border: 1px solid #DCDDDE;
            background: #FFF;
            transition: all 0.2s ease-out;
            font-family: var(--primary-font-family);
            color: rgba(68, 78, 89, 0.70);
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: -0.5px;
        }
    }
@media (max-width: 400px) {
    .footer p {
        color: #FFF;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: contents;
        text-transform: uppercase;
    }
    .footer .links-section ul li {
        color: #FFF;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: grid;
        padding-bottom: 15px;
        text-transform: uppercase;
    }
}