﻿@font-face {
    font-family: "Nandos Hand";
    font-style: normal;
    font-weight: 400;
    src: url("/Fonts/Nandos/Nandos Hand.otf") format('opentype');
}

@font-face {
    font-family: "DIN Next LT Pro";
    font-style: normal;
    font-weight: 400;
    src: url("/Fonts/Nandos/DINNextLTPro-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "DIN Next LT Pro";
    font-style: normal;
    font-weight: 500;
    src: url("/Fonts/Nandos/DIN Next LT Pro Medium.otf") format('opentype');
}

@font-face {
    font-family: "DIN Next LT Pro";
    font-style: normal;
    font-weight: 700;
    src: url("/Fonts/Nandos/DINNextLTPro-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "DIN Next LT Pro";
    font-style: normal;
    font-weight: 800;
    src: url("/Fonts/Nandos/DINNextLTPro-Heavy.ttf") format('truetype');
}

@font-face {
    font-family: "DIN Next LT Pro";
    font-style: normal;
    font-weight: 900;
    src: url("/Fonts/Nandos/DINNextLTPro-Black.ttf") format('truetype');
}

:root {
    --primary-font-family: "Nandos Hand", sans-serif, Arial, Helvetica;
    --secondary-font-family: "DIN Next LT Pro", sans-serif, Arial, Helvetica;
    --footer-background: #000000;
    --pink: #E10981;
    --blue: #008EB3;
    --green: #75AA59;
    --black: #000000;
    --body-text: #000000;
    --white: #ffffff;
}

html {
    background-color: #F1F3F5;
}

#body {
    background-color: #F1F3F5;
}

#myHeader {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
}

/* Login layout
----------------------------------------------------------*/

.mobisitefooter {
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.mobisitefooter {
    text-align: center;
}

    .mobisitefooter p {
        background-color: var(--footer-background);
        padding-top: 12px;
        padding-bottom: 12px;
        font-family: var(--secondary-font-family);
        color: var(--white);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        padding-left: 0%;
        width: 100%;
        margin: 0 auto;
    }


.container a {
    text-decoration: none;
}

.login-content-wrapper {
    width: 100%;
}

.login-content {
    background-color: #F7F8FA;
}

form h5 {
    color: #212529;
    font-family: var(--secondary-font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

header {
    clear: both;
    text-align: center;
    width: 100%;
}

.input-control a {
    color: #0096B5 !important;
}

form {
    background: #fff;
    max-width: 475px;
    width: 100%;
    padding-top: 32px;
    padding-right: 64px;
    padding-bottom: 14px;
    padding-left: 64px;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0 0 5px 0 rgba(42, 45, 48, 0.12);
    transition: all 0.3s ease;
}


.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);
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80rem;
    width: 100%;
    margin-top: 14%;
    margin-bottom: 10%;
}

.btn_back a:hover {
    font-family: var(--secondary-font-family);
    display: block;
    padding-left: 20px;
    padding-top: 14px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #11B895;
    margin-top: 0px;
    color: #FFF;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

input[type="checkbox"] ~ label {
    display: inline-block;
    height: 25px;
    padding-left: 34px !important;
    padding-right: 10px;
    padding-top: 3px;
    font-family: var(--secondary-font-family);
    color: rgba(33, 37, 41, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.42px;
}

.text-space {
    color: rgba(33, 37, 41, 0.70);
    font-family: var(--secondary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.input-control {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-links {
    font-family: var(--secondary-font-family);
    color: #0096B5;
    padding-top: 3px;
    text-align: right;
    font-family: DIN Next LT Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.42px;
    text-decoration-line: underline;
}

.btn_login {
    font-family: var(--secondary-font-family);
    display: block;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
    width: 100%;
    height: 48px;
    border: none;
    background: #75AA59;
    margin-top: 0px;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-top: 5px;
}

.right-arrow {
    padding-top: 4px;
}

.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(--secondary-font-family);
        color: rgba(33, 37, 41, 0.70);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
        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;
    background: #FFFFFF;
    border: 1px solid #DCDDDE;
    border-radius: 4px;
    transition: all 0.2s ease-out;
    font-family: var(--secondary-font-family);
    color: #858585;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    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);
    }

.confirmnewpassword {
    margin-top: 10px;
    margin-bottom: 16px;
}

/* Login layout End
----------------------------------------------------------*/
