﻿html,
body,
.body-content {
    min-height: 100%;
    height: 100%;
}

html {
    position: fixed;
}

.loginContainer {
    display: table;
    height: 100%;
    background: #fff;
}

.defaultProperties {
    width: 100%;
}

.container-fluid .row,
.container-fluid {
    height: 100%;
}

#errors {
    padding-inline: initial;
}

form {
    display: table-cell;
    vertical-align: middle;
}

.center-block {
    width: 460px;
}

.center-block .col-sm-12 {
    padding-top: 15px;
}

.loginContainer .row {
    margin-left: 10px;
    margin-right: 10px;
}

.loginContainer .row:first-child {
    background: var(--bs-white-100);
    color: white;
    margin-left: 0;
    margin-right: 0;
}

.loginContainer .row:last-child {
    margin: 10px;
}

.loginContainer .row li {
    list-style: none;
}

.loginContainer .row,
.loginContainer .row label {
    font-size: 11pt;
    font-weight: normal;
}

#userContainer, #passwordContainer {
    border-radius: 8px;
    text-indent: 20px;
    /* remove validation icons */
    background-image: none;
    padding-right: inherit;
    border-color: none;
}

.input-icon {
    position: absolute;
    color: var(--bs-gray-500);
    top: 23px;
    left: 25px;
    padding-left: 3px;
}

.btn-icon {
    padding-right: 5px;
}

#LoginButton {
    background-color: var(--bs-orange-200);
    border-color: var(--bs-orange-200);
    height: 41px;
    border-radius: 8px;
}

    #LoginButton:hover {
        background-color: var(--bs-orange-50);
        border-color: var(--bs-orange-50);
    }

#CheckInButton, #LocatorButton {
    border-color: var(--bs-orange-200);
    border-radius: 8px;
}

.center-block .row:last-child {
    padding-bottom: 10px;
}

#recaptchaContainer > div {
    margin: auto;
    margin-top: 10px;
}

#recaptchaMessage {
    color: #2e6da4;
    font-size: 10pt;
    padding-top: 3px;
}

.action-buttons {
    float: left;
    padding-top: 5%;
    padding-inline: 15px;
    text-align: end;
}

.marketingContainer {
    display: flex;
    flex-flow: column;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 817px) {
    #container-fluid {
        display: flex;
        flex-direction: column;
    }

    .loginContainer.loginMarketingContainer {
        order: 2;
        width: 100%;
        height: 75%;
        max-height: 740px;
        display: grid;
        place-items: center;
    }

    .marketingContainer {
        order: 1;
        width: 100%;
        height: 25%;
        max-height: 240px;
        display: grid;
        place-items: flex-start;
    }

    .marketingContainer #rightContainer {
        height: 25%;
    }
}

#marketing-content {
    flex: 1;
    align-content: center;
    padding: 40px;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../../fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.marketing-title {
    font-size: 36px;
    color: #FFFFFF;
    font-family: 'Gotham-Bold' !important;
}

.marketing-content {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
    font-family: 'Gotham-Book' !important;
}

.learn-link {
    margin-top: 38px;
}

    .learn-link a:hover {
        background-color: var(--bs-white-100);
        color: var(--bs-blue-200);
        text-decoration: none;
    }

.learn-link a {
    font-size: 14px;
    border: 1px solid var(--bs-white-100);
    border-radius: 20px;
    padding: 10px 20px;
    color: var(--bs-white-100);
    text-transform: uppercase;
    font-weight: bold;
}

/*ChooseScheduleView*/
.ProceedLoginButton {
    background-color: var(--bs-orange-200);
    border-color: var(--bs-orange-200);
    height: 41px;
    border-radius: 8px;
}

    .ProceedLoginButton:hover {
        background-color: var(--bs-orange-50);
        border-color: var(--bs-orange-50);
    }

#labelDescription {
    font-family: 'Mulish';
    font-size: 16px;
    font-weight: 600;
}

#scheduleSelector {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-color: none;
}