﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 300;
    src: url("~/Fonts/GothamLight.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("~/Fonts/Roboto-Light.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("~/Fonts/Roboto-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("~/Fonts/Roboto-Medium.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("~/Fonts/Roboto-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("~/Fonts/Roboto-Black.ttf") format('truetype');
}

@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: "Roboto", sans-serif;
    --secondary-font-family: "Gotham", sans-serif;
    --primary-color: #76C2B8;
    --secondary-color: #10181F;
    --body-text: #444E59;
    --white: #ffffff;
    --footer-background: #10181F;
}

html {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #444E59;
    font-size: 12pt;
    font-family: var(--primary-font-family);
    margin: 0;
    padding: 0;
}

#surveyHeader {
    z-index: 999;
    background-image: url(../Images/survey_banner.jpg);
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    top: 0;
    width: 100%;
}

.banner-image h1 {
    color: #FFF;
    font-family: var(--secondary-font-family);
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    letter-spacing: -3.0px;
    padding-top: 24px;
    padding-bottom: 24px;
    text-transform: uppercase;
    padding-left: 0px;
}

.landingpagefooter {
    display: flex;
    justify-content: space-between;
    background-color: #10181F;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-right: 125px;
    height: 68px
}

    .landingpagefooter p {
        padding-top: 30px;
        font-family: var(--primary-font-family);
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        padding-left: 125px;
    }

.footer-logo {
    padding-top: 18px;
}

/* Login layout
----------------------------------------------------------*/
.login-content-wrapper {
    width: 100%;
}

.wrapper form h5 {
    color: #343F4B;
    font-family: var(--primary-font-family);
    font-size: 36px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.36px;
}

.wrapper 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: 7%;
    padding-bottom: 150px;
}

.btn_login {
    font-family: var(--primary-font-family);
    display: block;
    padding-left: 24px;
    text-align: left;
    width: 100%;
    height: 48px;
    border: none;
    background: #76C2B8;
    margin-top: 0px;
    border-radius: 0px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

input[type="checkbox"] ~ label {
    display: inline-block;
    height: 25px;
    padding-left: 34px !important;
    padding-right: 10px;
    padding-top: 2px;
    font-family: var(--primary-font-family);
    color: rgba(68, 78, 89, 0.90);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.30px;
}

.text-space {
    margin-bottom: 15px;
    margin-top: 6px;
    color: rgba(68, 78, 89, 0.90);
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.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.39px;
    text-decoration: none;
}

.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-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.065px;
        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(--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);
    }

@media (max-width: 1399.98px) {
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 80rem;
        width: 100%;
        margin-top: 2%;
        padding-bottom: 160px;
    }
}

@media (max-width: 1200.98px) {
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 80rem;
        width: 100%;
        margin-top: 4%;
        padding-bottom: 160px;
    }
}