﻿@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;
    --Smollan-Green: #3DB495;
    --Light-blue: #1FBDF2;
    --Blue: #1F639A;
    --Navy: #02274E;
    --Dark-navy: #101F2C;
    --Yellow: #FFD573;
    --Light-grey: #F3F3F5;
    --Blue-grey: #878E95;
    --White: #ffffff;
}


html {
    background-color: #F1F5FB;
    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: var(--Navy, #02274E);
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.loginpagebody {
    padding-bottom: 50px !important;
}
.login-section .wrapper {
    border-radius: 20px;
    background: var(--White, #FFF);
    max-width: 386px;
    width: 100%;
    padding: 32px 20px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.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;
}

.btn_login {
    font-family: var(--primary-font-family);
    display: block;
    text-align: center;
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 4px;
    background: var(--Smollan-Green, #3DB495);
    color: var(--White, #FFF);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
    .btn_login:hover {
        border-radius: 4px;
        background: var(--Smollan-Green, #3DB495);
        color: var(--White, #FFF);
        cursor: pointer;
    }

.row-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.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: 4px;
    background: var(--Light-grey, #F3F3F5);
    border: none;
    transition: all 0.2s ease-out;
    font-family: var(--primary-font-family);
    color: var(--Blue-grey, #878E95);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    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;
    }

@media (max-width: 1400px) {
    .content-wrapper {
        padding-top: 85px;
    }
}

@media (max-width: 991.98px) {
    .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;
    }
    .login-section .wrapper {
        border-radius: 20px;
        background: var(--White, #FFF);
        max-width: 290px;
        width: 100%;
        padding: 32px 20px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }
        .login-section .wrapper h5 {
            font-family: var(--primary-font-family);
            color: var(--Navy, #02274E);
            font-size: 24px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            letter-spacing: -0.28px;
            margin-bottom: 20px;
            margin-top: 0px;
        }
}
@media (max-width: 400px) {
    .login-section .wrapper {
        border-radius: 20px;
        background: var(--White, #FFF);
        max-width: 250px;
        width: 100%;
        padding: 32px 20px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }
    .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: 18px;
        letter-spacing: -0.6px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 20px;
    }
}