body, html {
    height: 100vh;
}

.background {
    min-height: 100%;
}

/** Hide textboxes meant to hold Amplitude Default props values **/
.deviceId,
.userAgent,
.sessionId,
.viewPort,
.platform,
.referringSiteUrl,
.referringSiteDomain,
#deviceId,
#deviceId_label,
#deviceId_errorLabel,
#userAgent,
#userAgent_label,
#userAgent_errorLabel,
#sessionId,
#sessionId_label,
#sessionId_errorLabel,
#platform,
#platform_label,
#platform_errorLabel,
#viewPort,
#viewPort_label,
#viewPort_errorLabel,
#referringSiteDomain_label,
#referringSiteDomain_errorLabel,
#referringSiteDomain,
#referringSiteUrl,
#referringSiteUrl_label,
#referringSiteUrl_errorLabel {
    display: none !important;
}

.background.device-webapp {
    -webkit-background-size: cover;
    -mox-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.background.device-mobile {
    background-color: white;
    margin: 0;
}

.legalLinksText {
    font-family: 'Barlow';
    font-size: 12px;
    padding: 0px 8px;
    word-wrap: normal;
    display: inline-block;
    text-decoration: none;
}

.legalLinksText.device-webapp {
    color: #FFFFFF;
}

.legalLinksText.device-mobile {
    color: #263F77;
}

.helmet {
    display: block;
    height: 42px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 452px;
    background: #1F3831;
}

.helmet.device-webapp {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#waitspinnerInner, .cardContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    width: 100%;
}
.spinnerImage{
    width:452px;
    height:594px;
}

.waitContentOuter, .cardMainContentOuter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    min-height: 536px;
}
.mt20 {
	margin-top:20px
}
.taCenter{
    text-align: center;
}

.affiliatesBranding .helmet {
    background: #263F77;
}

.brandedCardContainer {
    justify-content: center;
    align-items: center;
    align-content: space-between;
    background-color: white;
    min-height: 494px;
    max-width: 452px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cardMainContentInner {
    justify-content: space-around;
    align-items: center;
    align-content: space-between;
    flex-direction: column;
    min-height: 398px;
}

.actualContent {
    justify-content: center;
    font-size: 16px;
    max-width: 308px;
    margin: 0 auto;
}

/**  Main Container Header **/
.headerText {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin: 20px;
    color: #202020;
}

/** Footer **/
.links {
    display: flex;
    justify-content: center;
}

/** Miscellaneous elements that start hidden **/
.hidden {
    display: none;
}
.displayFlex {
    display: flex;
}
.helpLink {
    display: none;
}
.intro {
    display: none;
}


/**
 * Inputs/Text Fields/Label styling
 **/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.attrEntry {
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 3px;
    display: inline-block;
    box-sizing: border-box;
    font-family: Barlow;
}

.pageLevel {
    display: block;
    color: #b00;
    text-align: left;
    font-size: 16px;
}

.itemLevel {
    color: #b00;
    text-align: left;
    font-size: 14px;
    line-height: 1.42857143;
    height: 16px;
}

.customItemLevel {
    color: #b00;
    text-align: left;
    font-size: 14px;
    line-height: 1.42857143;
}

.mui-textfield {
    width: 100%;
}

.mui-textfield > input {
    width: 100%;
}

.mui-textfield > input:focus {
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.mui-textfield > label {
    position: relative;
    width: 100%;
    font-weight: 700;
}

label {
    margin: 6px auto;
}

input {
    margin: auto;
}

.inlineLabel {
    display: inline !important;
    font-weight: bold !important;
}

.errorInput {
    border-color: red !important;
}

.errorLabelAsterisk {
    color: #b00 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textInput {
    outline: 0;
    background-color: #fff !important;
    background-image: none !important;
    border-radius: .5rem !important;
    color: #555;
    display: inline-block;
    font-size: 1em;
    height: 50px;
    line-height: 1.42857143;
    padding: 6px 20px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    width: 100% !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -webkit-appearance: none;
    border: 1px solid #605e5c;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
}

/* Style 1 Input (Figma - SPI Design System) */
.mui-textfield.style1 > input:disabled {
    background-color: #e9e9e9;
    color: #3e3e3e;
}

/* End TextField labelling */

.navigationButtons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 23px 0;
    text-align: left;
    box-sizing: border-box;
    font-family: Barlow;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.mui-btn {
    width: 144px;
    height: 44px;
    border-radius: 24px;
    font-size: 16px;
    margin: 5px;
}

.backButton {
    color: #263F77;
    width: 144px;
    height: 44px;
    border-radius: 24px;
    font-size: 16px;
    margin: 5px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    background-color: white;
    cursor: pointer;
}

.backButton:focus,
.backButton:hover,
.backButton:active {
    border: none;
    outline: none;
}

.mui-btn--primary {
    background-color: #216608;
}
.mui-btn--primary-blue {
    background-color: #0069AA;
    color: #ffffff;
}
.mui-btn--primary-blue:hover {
    background-color: #3387BB;
    color: #ffffff;
}
.affiliatesBranding .mui-btn--primary {
    background-color: #263F77;
}
.mui-btn--primary:hover {
    background-color: #377520;
}
.affiliatesBranding .mui-btn--primary:hover {
    background-color: #36559a;
}
.button-disable {
    cursor: not-allowed;
    pointer-events: none;

    /*Button disabled - CSS color class*/
    color: #c0c0c0;
    font-weight: bold;
    background-color: #ffffff;
}
.affiliatesBranding .button-disable {
    background-color: #ffffff;
}

/**
 * Welcome Page.
 */
.cancelButton {
    color: #263F77;
    width: 144px;
    height: 44px;
    border-radius: 24px;
    font-size: 16px;
    margin: 5px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    background-color: white;
    cursor: pointer;
}

.cancelButton:focus,
.cancelButton:hover,
.cancelButton:active {
    border: none;
    outline: none;
}

.logosFirstRow {
    display: flex;
    justify-content: space-between;
    max-width: 360px;
    margin-left: 12px;
}

.logosSecondRow {
    display: flex;
    justify-content: space-between;
    max-width: 376px;
    height: 30px;
    margin-left: 8px;
}

.logoContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 20px 20px 0;
    min-height: 66px;
}

.logosContent {
    display: inline;
    min-height: 66px;
    margin-bottom: 20px;
}

#payAsGuestDiv {
    display: block;
    width: auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

#payAsGuestLink, #forgotUserLink {
    float: right;
    font-size: smaller;
}

/** Reset Password Link **/
.forgotCredLinks {
    font-family: 'Barlow';
    font-size: 12px;
    padding: 0px 8px;
    word-wrap: normal;
    display: inline-block;
    visibility: hidden;
    text-decoration: none;
}

#forgotUsernameLink {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}

#forgotPasswordLink {
    float: right;
    padding-left: 0px;
    padding-right: 0px;
}

#signUpContainer {
    text-align: center;
    padding-bottom: 30px;
}

/** Password Toggle Icon **/
.eye-icon {
    float: right;
    margin-left: -30px;
    margin-right: 5px;
    margin-top: 2px;
    position: relative;
    visibility: hidden;
    z-index: 2;
}

/**
 * Region Dropdown styling
 */
.userSelectionDropdown {
    padding-right: 24px;
    cursor: pointer;
    min-width: 16px;
    border-radius: 0;
    -moz-user-select: none;
    -webkit-appearance: none;
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.26);
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 16px 0 7px;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
}

.userSelectionDropdownWrapper:after {
    content: '\e5cf';
    font: normal normal normal 24px/1 "Material Icons";
    color: rgba(0, 0, 0, 0.6);
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 36px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

/**
 * TOC CheckBox Styling
 */
input[type="checkbox"] {
    display: inline-block;
    border-radius: 3px;
    margin: auto 19px;
    transform: scale(2);
    position: relative;
    bottom: 7px;
}
input[type="checkbox"]:checked {
    background: #154A9B;
}

.checkboxText {
    font-size: 12px;
    display: inline-block;
    width: 80%;
}

.checkboxContainer {
    display: flex;
    width: 85%;
    margin: auto;
}

#termsOfUse_Accept_Svg {
    display: inline-block;
    margin: auto 19px;
    position: relative;
    bottom: 7px;
    width: 27px;
    height: 27px;
    fill: none;
}

rect.unchecked {
    stroke: #9E9E9E;
    fill: white;
}

path.unchecked {
    display: none;
}

/**
 * Email Verification Controls
 */
.verifyCode {
    width: 45%;
}

.sendCode {
    width: 280px;
    display: block;
    margin: 5px auto;
}

.sendNewCode {
    color: #0269AF;
    font-size: 13px;
    background: none!important;
    border: none;
    padding: 0!important;
    text-decoration: none;
    cursor: pointer;
    margin: 10px auto 40px;
    width: auto;
}

.changeClaims {
    display: none;
    visibility: hidden;
}

#emailVerificationControl_but_send_code {
    width: 202px;
    display: block;
}

#emailIntro {
    display: block;
    margin: auto auto 211px;
}

.verificationInfoText {
    text-align: center;
}

span#VerificationCode_label_span {
    display: block;
    width: 55%;
    margin: 40px auto auto;
}

#emailVerificationControl_error_message {
    text-align: center;
    display: block;
}
#VerificationCode_errorLabel {
    display: none;
}

.verifyDiv {
    margin-bottom: 0;
}

li.TextBox.email {
    display: none;
    visibility: hidden;
}

.verificationSuccessText {
    display: none;
    visibility: hidden;
}

.verifyInput {
    outline: 0;
    background-color: #fff !important;
    background-image: none !important;
    border-radius: .5rem !important;
    color: #555;
    display: inline-block;
    font-size: 1.5em;
    height: 50px;
    line-height: 1.42857143;
    padding: 6px 20px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    width: 100% !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -webkit-appearance: none;
    border: 1px solid #605e5c;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
}

.verificationInputLabel {
    color: rgba(0,0,0,.54);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.verificationInputLabelError {
    display: inline;
}

span#email_ver_input_errorLabel {
    margin: 5px auto auto;
    display: block;
    width: 55%;
}

p#time_limit_text {
    display: none;
    font-size: 13px;
    margin: 25px auto 0px;
    width: 70%;
    text-align: center;
}

/** Update Password Page **/
ul#password_helper_text {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#password_helper_text li {
    padding-left: 20px;
}


.password_criteria_checked_right {
    background-origin: border-box;
    background-position: right 7px bottom 7px;
}

.password_criteria_checked_left {
    background-position: left;
}

/* SPI-1909 IE Unsupported browser */
#ie-error-layout {
    display: none; /* initially hidden */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 60px 15%;
    width: 100%;
}

#ie-error-container {
    flex-direction: column;
    align-content: flex-start;
    min-height: 536px;
    max-width: 1000px;
}

#ie-content-div {
    align-content: space-between;
    background-color: white;
    padding: 40px 100px;
    border-radius: 10px;
}

#ie-content-header-pic {
    text-align: center;
}

h2#ie-content-header {
    text-align: center;
    padding-bottom: 20px;
}

#ie-content-div > p {
    text-align: center;
    font-size: 14pt;
    padding: 10px 0px;
}

#ie-content-div > p.fine-print {
    font-size: 10pt;
}

#ie-content-div > div#browser-links {
    height: 130px;
    text-align: center;
    padding: 40px;
}

#browser-links > a {
    font-size: 14pt;
    padding: 10px 15px;
}

#browser-links > a > img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
/* IE Unsupported broswer end */
.mb30 {
    margin-bottom: 30px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb134 {
    margin-bottom: 134px;
}
.mt30 {
    margin-top: 30px;
}
.mr15 {
    margin-right: 15px;
}
