﻿@font-face {
    font-family: 'Speedee App';
    src: url('../fonts/Speedee/Speedee_A_Bd.eot');
    src: url('../fonts/Speedee/Speedee_A_Bd.eot?#iefix') format('embedded-opentype'), url('../fonts/Speedee/Speedee_A_Bd.woff2') format('woff2'), url('../fonts/Speedee/Speedee_A_Bd.woff') format('woff'), url('../fonts/Speedee/Speedee_A_Bd.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Speedee App';
    src: url('../fonts/Speedee/Speedee_A_BdIt.eot');
    src: url('../fonts/Speedee/Speedee_A_BdIt.eot?#iefix') format('embedded-opentype'), url('../fonts/Speedee/Speedee_A_BdIt.woff2') format('woff2'), url('../fonts/Speedee/Speedee_A_BdIt.woff') format('woff'), url('../fonts/Speedee/Speedee_A_BdIt.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Speedee App';
    src: url('../fonts/Speedee/Speedee_A_It.eot');
    src: url('../fonts/Speedee/Speedee_A_It.eot?#iefix') format('embedded-opentype'), url('../fonts/Speedee/Speedee_A_It.woff2') format('woff2'), url('../fonts/Speedee/Speedee_A_It.woff') format('woff'), url('../fonts/Speedee/Speedee_A_It.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Speedee App';
    src: url('../fonts/Speedee/Speedee_A_Lt.eot');
    src: url('../fonts/Speedee/Speedee_A_Lt.eot?#iefix') format('embedded-opentype'), url('../fonts/Speedee/Speedee_A_Lt.woff2') format('woff2'), url('../fonts/Speedee/Speedee_A_Lt.woff') format('woff'), url('../fonts/Speedee/Speedee_A_Lt.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Speedee App';
    src: url('../fonts/Speedee/Speedee_A_LtIt.eot');
    src: url('../fonts/Speedee/Speedee_A_LtIt.eot?#iefix') format('embedded-opentype'), url('../fonts/Speedee/Speedee_A_LtIt.woff2') format('woff2'), url('../fonts/Speedee/Speedee_A_LtIt.woff') format('woff'), url('../fonts/Speedee/Speedee_A_LtIt.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Speedee App';
    src: url('../fonts/Speedee/Speedee_A_Rg.eot');
    src: url('../fonts/Speedee/Speedee_A_Rg.eot?#iefix') format('embedded-opentype'), url('../fonts/Speedee/Speedee_A_Rg.woff2') format('woff2'), url('../fonts/Speedee/Speedee_A_Rg.woff') format('woff'), url('../fonts/Speedee/Speedee_A_Rg.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/FontAwesome/fa-solid-900.woff2") format("woff2"), url("../fonts/FontAwesome/fa-solid-900.woff") format("woff"), url("../fonts/FontAwesome/fa-solid-900.ttf") format("truetype"), url("../fonts/FontAwesome/fa-solid-900.svg#fontawesome") format("svg"), url("../fonts/FontAwesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fa-solid-900.eot") format('eot');
}

html {
    position: relative;
    min-height: 100%;
}

html, body {
    margin: 0;
    padding: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Speedee App' !important;
}

#regularPage {
    height: 100%;
}

#body-container {
    height: 100%;
}

#container {
    margin-top: 8%;
    min-height: 85%;
    max-height: 85%;
}

#error-container, #alt-container, #mfa-container {
    margin-top: 16%;
    min-height: 80%;
    max-height: 80%;
}

#mfa-container {
    margin-top: 5% !important;
}

    #error-container > div, #alt-container > div, #mfa-container > div {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        font-size: 2.3vmin;
    }

    #mfa-container > div {
        margin-bottom: 1rem !important;
    }

#alt-container div.buttons .btn-page {
    width: 25%;
}

.banner-decoration {
    color: Red !important;
    font-weight: bold;
    font-size: 1.5vw !important;
    display: block;
}

#alt-container div.p-50 {
    padding: 0 25%;
}

#alt-container div.buttons, #mfa-container div.buttons {
    padding: 2.5% 25%;
}

#alt-container .space, #mfa-container .space {
    margin-right: 3rem;
}

#container > div {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
}

.login-providers {
    width: 100%;
    flex-direction: column;
    padding: 0 3vw;
}

.login-input {
    width: 100%;
    padding: 0 16%;
    flex-direction: column;
}

.tile .collapse {
    margin-top: 2vh;
}

.input-help-text {
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: flex;
    width: 100%;
    color: #414141 !important;
    font-size: 1.3vmin !important;
    font-weight: 400;
    text-decoration: none !important;
}

.input-password-eye {
    background-color: #fff !important;
    -ms-border-bottom-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    -ms-border-top-right-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.input-group {
    -ms-border-radius: 16px !important;
    border-radius: 16px !important;
    height: calc(2.5em + 0.75rem + 2px);
}

.input-group-append {
    padding: 0.375rem 0.75rem;
    height: 100%;
}

.form-control {
    -ms-border-radius: 16px !important;
    border-radius: 16px !important;
    font-weight: 600 !important;
    color: #5e5e5e !important;
    border: none !important;
    font-size: 2vmin !important;
    height: calc(1.7em + 0.75rem + 2px) !important;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    display: none;
    position: absolute;
    border: 1px solid #4a4a4a;
    border: 1px solid #4a4a4a55;
    -ms-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    flex-direction: column;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 72%;
    width: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        width: 100%;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #4a4a4a;
        border-bottom: 1px solid #4a4a4a55 !important;
        -ms-border-radius: 0 0 7px 7px;
        border-radius: 0 0 7px 7px;
        -o-justify-content: space-between !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }

        .autocomplete-items div i {
            color: #D0021B;
        }

        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

.input-group > .form-control {
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    -ms-border-bottom-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    -ms-border-top-left-radius: 16px !important;
    border-top-left-radius: 16px !important;
    height: 100% !important;
}

#btnSubmit {
    width: 100%;
}

.opener {
    flex-direction: column;
    padding: 0 16%;
    min-height: 8vh;
}

    .opener:hover {
        cursor: pointer;
    }

.login-options-container {
    height: 70%;
    min-height: 70%;
    overflow: auto;
}

.login-options div {
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
}

.login-options .tile {
    background-color: #F4F4F4;
    -ms-border-radius: 7px;
    border-radius: 7px;
    padding: 2% 0;
    flex-direction: column;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login-options .spacing {
    margin-top: 2vh;
}

.spacing a {
    color: #4A4A4A !important;
    font-size: 1.2vmin;
}

.tile .title {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2.2vmin;
    /*    font-family: 'Speedee App';*/
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    min-height: unset;
    max-height: unset;
    color: #4A4A4A;
}

.tile .subtitle {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.8vmin;
    /*    font-family: 'Speedee App';*/
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    min-height: unset;
    max-height: unset;
}

#header-content {
    min-height: 10%;
    height: 10%;
    max-height: 10%;
}

#content-body {
    min-height: 90%;
    max-height: 90%;
}

.main-content {
    margin-left: 50%;
}

.carousel {
    background-color: grey;
    position: fixed !important;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.carousel-inner, .carousel-item {
    height: 100%;
}

.carousel-indicators {
    -o-justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
    margin-right: 0 !important;
    margin-left: 5% !important;
}

    .carousel-indicators li {
        height: 1.1vh !important;
        margin-left: 0.1vw !important;
        margin-right: 0.1vw !important;
    }

.input-provider {
    background-color: #fff !important;
    -ms-border-radius: 8px !important;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: row;
    -o-justify-content: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    padding: 0.25rem !important;
    width: 100%;
    color: #555555 !important;
    font-weight: 600 !important;
}

.provider-divider {
    font-weight: 700;
    color: #555555;
    margin: 1vh 0;
}

    .provider-divider > .fas {
        -ms-transform: scale(3.5, 0.3);
        -webkit-transform: scale(3.5, 0.3);
        transform: scale(3.5, 0.3);
        font-weight: 600;
        padding-top: 1%;
    }

.input-provider-title {
    width: 95%;
}

.social-provider {
    background-color: #fff !important;
    -ms-border-radius: 8px !important;
    border-radius: 8px !important;
    width: 35%;
    display: flex !important;
    flex-direction: row;
    -o-justify-content: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    padding: 0.25rem !important;
    margin: 2% 0;
}

.social-provider-image {
    width: 25%;
    margin-left: 12%;
}

.social-provider-image-bg {
    width: 90%;
    height: 0;
    padding: 45% 0;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #555555;
    color: #FCFCFC;
}

.social-provider-name {
    width: 75%;
    color: #555555;
    font-weight: 600;
    margin-right: 12%;
}

.carousel img {
    min-height: 100%;
    max-width: 130%;
    top: -9999px;
    bottom: -9999px;
    right: -9999px;
    left: -9999px;
    position: absolute;
    margin: auto;
}

#logo {
    width: 20%;
}

#dropdowns {
    width: 80%;
    padding: 0 6%;
}

#logo img {
    width: 25%;
    max-width: 25%;
}

.dropdown > .btn-light {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #DADADA !important;
    font-size: 1.3vmin;
}

.dropdown-item {
    font-size: 1.3vmin;
}

#dropdowns > .dropdown {
    margin-right: 2.5%;
    width: 25%;
}

#country, #lang {
    font-size: 1.3vh;
    height: 40px !important;
    color: #DADADA !important;
    border-color: #DADADA !important;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 8px !important;
    -webkit-text-fill-color: #000 !important;
}

option {
    color: #000 !important;
}

.security {
    color: #B6B5B6;
    font-size: 1.2vh;
    font-weight: 400;
}

    .security > span > a {
        font-size: 1.2vh !important;
        color: #B6B5B6 !important;
    }

#spinner {
    flex-direction: column;
    -o-justify-content: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    background: none !important;
    background-color: black !important;
}

    #spinner > div {
        -ms-opacity: 1.0 !important;
        opacity: 1.0 !important;
        font-size: 2vh;
        color: #fff !important;
        margin-bottom: 2rem;
    }

    #spinner img {
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.crew-tile-content {
    flex-direction: column;
    width: 90% !important;
}

#container > .title {
    min-height: 8%;
    max-height: 8%;
    padding: 0% 20%;
    font-weight: 800;
    font-size: 4.75vmin;
    color: #000;
}

#container > .subtitle {
    min-height: 11%;
    max-height: 11%;
    padding: 0% 20%;
    font-size: 3vmin;
    font-weight: 400;
    color: #000;
}

#alt-container > .title, #error-container > .title {
    font-weight: 800;
    font-size: 4.25vmin;
    color: #000;
}

#mfa-container > .title {
    font-weight: 800;
    font-size: 2.5vmin;
}

#mfa-container > .subtitle {
    text-decoration: underline;
    color: #414141 !important;
    font-weight: 800;
}

#mfa-container > div > a {
    font-size: 1.3vmin;
    color: #414141 !important;
    text-decoration: underline;
}

#mfa-container .input .form-control {
    width: 50%;
    border: 1px solid #4a4a4a;
    border: 1px solid #4a4a4a55 !important;
}

#mfa-container .input-alt .form-control {
    width: 60%;
    border: 1px solid #4a4a4a;
    border: 1px solid #4a4a4a55 !important;
}

#mfa-container .input button {
    width: 20%;
}

#mfa-container .input-alt button {
    width: 45%;
}

#mfa-container .error .form-control {
    width: 60%;
    border: 1px solid #D0021B !important;
}

#alt-container > .help-text, #error-container > .need-help, #mfa-container > .need-help {
    font-weight: 400;
    font-size: 1.5vmin !important;
    color: #414141 !important;
}

#alt-container > .center {
    text-align: center !important;
}

#alt-container > .help-text > a {
    color: #414141 !important;
    font-weight: 800;
    text-decoration: underline !important;
}

#error-container > .need-help > a {
    font-weight: 400;
    text-decoration: underline !important;
    color: #414141 !important;
}

#error-container > .sign-out {
    padding: 0 25%;
}

.sign-out > .btn-page {
    max-width: 85%;
    min-height: 4rem;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.details {
    font-size: 1.3vmin !important;
}

.btn-page {
    color: #525252 !important;
    background-color: #d8d8d8 !important;
    font-weight: 800 !important;
    -ms-border-radius: 12px !important;
    border-radius: 12px !important;
}

a {
    color: #414141 !important;
    text-decoration: underline !important;
}

.help {
    display: flex;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 800;
    min-height: 5%;
    max-height: 5%;
    padding: 0 6%;
}

    .help a {
        color: #000 !important;
        text-decoration: none !important;
        font-size: 1.3vmin;
    }

.error-details {
    text-decoration: none !important;
    font-size: 1vmin;
    font-weight: 400;
    margin-top: 1vh;
    margin-left: 1vw;
}

#cookie-policy {
    display: none !important;
    z-index: 9999;
    background-color: #DADADA;
    height: 10%;
    width: 100%;
    bottom: 0;
    position: fixed;
}

#cookie-policy-text {
    width: 75%;
    padding: 0 2.5%;
    font-weight: 400;
}

    #cookie-policy-text > span > a {
        color: #000 !important;
        text-decoration: underline !important;
        font-weight: 400 !important;
        font-size: inherit !important;
    }

#cookie-policy-button {
    width: 25%;
    padding: 0 2%;
}

    #cookie-policy-button > .btn-login {
        background-color: #FEFEFE !important;
    }

.modal-header {
    flex-direction: column;
    border-bottom: none !important;
    padding: 1rem 2rem !important;
}

    .modal-header > div {
        width: 100%;
    }

    .modal-header > button > span {
        font-size: 4vmin;
    }

.modal-body .modal-title {
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #5e5e5e;
    font-weight: 700;
    padding-bottom: 5%;
    font-size: 25px;
    padding: 0 20%;
}

.modal-body {
    font-weight: 400;
}

.errorMessage {
    color: #D0021B !important;
    margin-bottom: 2%;
    font-size: 1.3vmin !important;
    font-weight: 400;
}

.mcdonalds-provider {
    width: 90% !important;
    flex-direction: column;
}

.mcdonalds-provider-container {
    background-color: #fff;
    width: 100%;
    flex-direction: column;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.form-group > .input-group, .form-group > .form-control {
    border: 1px solid #4A4A4A !important;
    border: 1px solid #4A4A4A55 !important;
}

.error > .form-control, .error > .input-group {
    border: #D0021B 1px solid !important;
}

#mcdonalds-provider-content {
    padding-bottom: 5%;
}

.modal-body {
    padding: 0 5% 5% 5% !important;
    text-align: center;
}

/*scroll bar*/
/* width */
#content-body ::-webkit-scrollbar {
    width: 7px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

/* Track */
#content-body ::-webkit-scrollbar-track {
    background: #FAFAFA;
    border-top: 2px solid #969696;
    border-left: 2px solid #969696;
    border-bottom: 2px solid #969696;
}

/* Handle */
#content-body ::-webkit-scrollbar-thumb {
    background: #9B9B9B;
}

    /* Handle on hover */
    #content-body ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*help page container & css*/
#help-container #header-content {
    padding: 0 2.5%;
}

#help-container #logo {
    width: 5%;
}

    #help-container #logo img {
        width: 50%;
        max-width: 50%;
    }

#header-content > #title {
    font-weight: 800;
    font-size: 4.25vmin;
}

#help-container > #main-content {
    padding: 0 3.5%;
    padding-bottom: 5% !important;
}

    #help-container > #main-content > .info {
        height: 3rem;
        min-height: 3rem;
    }

    #help-container > #main-content > .current-country {
        min-height: 9rem;
    }

.current-country > .title {
    font-weight: 800;
    font-size: 3vmin;
    text-decoration: underline;
    height: 5rem;
}

#help-container > #main-content > .help {
    height: 3rem;
    min-height: 3rem;
    font-weight: 400;
    padding: 0;
}

.help > .small {
    font-size: 1.1vmin;
}

.letters {
    max-width: 100%;
    overflow: auto;
}

    .letters > a {
        color: #000 !important;
        font-size: 2vmin;
        text-decoration: none !important;
    }

.show-more-less {
    color: #555555;
    font-size: 1.2vmin;
    font-weight: 400;
}

    .show-more-less > .text {
        margin-right: 0.5rem;
    }

#help-container > #main-content > hr {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin: 1.5rem 0;
}

.letter-content > span {
    font-weight: 800;
    font-size: 2.5vmin;
    text-decoration: underline;
}

.letter-content > div {
    margin-top: 1.5rem;
}

.btn-header {
    align-content: start;
    display: flex !important;
    font-weight: 800 !important;
}

#help-container .card-header {
    border: solid 1px #989898;
    border-left-width: 2px;
    border-right-width: 2px;
    background-color: #fff;
}

.modal-content {
    background-color: #efefef !important;
}


/* ----------- Mobile ----------- */
@media (max-width: 480px),
/* ----------- iPhone 4 and 4S ----------- */
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
/* ----------- iPhone X ----------- */
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
/* ----------- Galaxy S3 ----------- */
screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2),
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3),
/* ----------- Galaxy S6 ----------- */
screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4),
/* ----------- Google Pixel ----------- */
screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3),
/* ----------- Google Pixel XL ----------- */
screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4),
/* ----------- HTC One ----------- */
screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3),
/* ----------- Windows Phone ----------- */
screen and (device-width: 480px) and (device-height: 800px) {
    .carousel {
        position: relative !important;
        display: none !important;
    }

    #logo img {
        width: 50%;
        max-width: 50%;
    }

    .main-content {
        margin-left: 0;
    }

    .social-provider {
        width: 51%;
        margin-right: 0;
        margin-left: 0;
    }

    .input-provider-title {
        width: 90%;
    }

    .input-help-text, #country, #lang, .errorMessage, .help a {
        font-size: 1.3vmax !important;
    }

    .form-control, #spinner > div {
        font-size: 2vmax !important;
    }

    .spacing a, .security, .security > span > a {
        font-size: 1.2vmax !important;
    }

    .tile .title {
        font-size: 2.2vmax !important;
    }

    .tile .subtitle {
        font-size: 1.8vmax !important;
    }

    select {
        height: 30px !important;
    }

    .modal-header > button > span {
        font-size: 4vmax !important;
    }

    .error-details {
        font-size: 1vmax !important;
    }

    #container > .title {
        font-size: 4.75vmax !important;
    }

    #container > .subtitle {
        font-size: 3vmax !important;
    }

    #alt-container > .title, #error-container > .title, #header-content > #title {
        font-size: 4.25vmax !important;
    }

    #error-container > div, #alt-container > div, #mfa-container > div {
        font-size: 2.3vmax !important;
    }

    #alt-container > .help-text, #error-container > .need-help {
        font-size: 1.5vmax !important;
    }

    #mfa-container > .title {
        font-size: 2.5vmax;
    }

    #mfa-container > div > a {
        font-size: 1.3vmax !important;
    }

    #alt-container > .details, #error-container > .details {
        font-size: 1.3vmax !important;
    }

    #error-container > .sign-out {
        padding: 0 20% !important;
    }

    .sign-out > .btn-page {
        max-width: 100% !important;
    }

    #dropdowns > .dropdown {
        width: 40% !important;
    }

    .current-country > .title {
        font-size: 3vmax;
    }

    .help > .small {
        font-size: 1.1vmax;
    }

    .letters > a {
        font-size: 6vmax;
        margin-right: 1rem;
    }

    .letter-content > span {
        font-size: 2.5vmax;
    }

    .show-more-less {
        font-size: 1.2vmax;
    }

    #alt-container > .help-text, #error-container > .need-help, #mfa-container > .need-help {
        font-size: 1.5vmax !important;
    }

    #error-container > div {
        margin-bottom: 1rem;
    }

    #mfa-container .flip {
        flex-direction: column !important;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

        #mfa-container .flip .form-control {
            width: 100% !important;
            margin-bottom: 1rem !important;
        }

    #mfa-container .input .flip button {
        width: 50% !important;
    }

    #mfa-container .input-alt .flip button {
        width: 45% !important;
    }
}
