@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Stencil One';
    src: url('../fonts/SairaStencilOne-Regular.woff2') format('woff2'),
        url('../fonts/SairaStencilOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
    --primary: #006766;
    --primarynavactive: #044141;
    --secondary: #2D3545;
    --white: #ffffff;
    --black: #000000;
    --darkgrey: #0A1A35;
    --darkgreen: #001A1A;
    --dangerColor: rgb(219, 3, 3);
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', 'Saira Stencil One';
}


/*Login Css Start Here*/
.loginSec {
    min-height: 100vh;
    padding: 20px;
}

.loginSec .login_CardWrapper {
    background: url(../img/loginImg.png) no-repeat;
    min-height: calc(100vh - 40px);
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.loginSec .login_CardWrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 35%);
    border-radius: 15px;
}


a.siteLogo {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white);
    padding: 15px;
    border-radius: 0 0 15px 0;
    font-size: 26px;
    font-weight: 600;
    color: var(--primary);
    text-decoration:none;
}

a.siteLogo::before {
    content: '';
    background: url(../img/shape.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: -25px;
    top: 0px;
    z-index: 99999;
}

a.siteLogo::after {
    content: '';
    background: url(../img/shape.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -25px;
    z-index: 99999;
}

.loginContentBox span {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
}

.loginContentBox h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Saira Stencil One';
    color: var(--white);
    margin: 5px 0px 15px;
    letter-spacing: 1px;
}

.loginContentBox p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    margin: 0px;
}

.loginFormBox {
    width: 65%;
    margin: auto;
    background-color: var(--white);
    z-index: 1;
    position: relative;
    padding: 50px 30px;
    border-radius: 15px;
}

.loginFormBox h2 {
    font-size: 26px;
    font-weight: 600;
    color:var(--primary);
    margin-bottom: 5px;
    text-align: center;
}

.loginFormBox > p {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
}

.cstmFormLabel {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 5px;
}

.cstmInputGroupBox > span {
    padding: 15px 12px;
}

.cstmInputGroupBox > span > i {
    color: #939393;
    font-size: 22px;
}

.cstmInputGroupBox input {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}

.cstmInputGroupBox input:focus {
    outline: none;
    box-shadow: unset;
    border-color: #dee2e6;
}

.cstmInputGroupBox > i {
    color: #939393;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.cstmFormSwitch label {
    margin-top: 2px !important;
    color: var(--black);
    font-weight: 500;
    font-size: 15px;
}

.cstmFormSwitch input {
    padding: 10px;
    width: 40px !important;
    margin-right: 7px;
}

.forgotpasswordText {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary);
    text-decoration: underline;
}
.btnBox .cstmBtn {
    padding: 15px 10px;
    background-color: var(--primary);
    display: block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    text-decoration: none;
    border:none;
    width:100%;
}

.dontHaveTextSec {
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 0px;
}

.dontHaveTextSec a {
    font-weight: 500;
    color: var(--primary);
}

.login-validation {
    margin-left: 46px;
}
/*Login Css End Here*/

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
    margin-left: 50px;
}