@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400&display=swap");

.authBody {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%), url("../images/background.png.xhtml?ln=tipx") #0D232A 50% / cover no-repeat !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;

    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

.authCenter {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.authCard {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    overflow: visible;
}

body.authBody .authCenter > [class*="col-"] {
    padding: 0;
}

body.authBody .authCard > .grid {
    margin: 0;
}

body.authBody .authCard > .grid > .col-12 {
    padding: 0;
}

body.authBody .authCard > .grid > .col-12.mt-2 {
    margin-top: 0 !important;
}

body.authBody .authCard > .grid > .col-12:nth-child(1) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0 !important;
    padding-bottom: 32px;
}

body.authBody .authCard > .grid > .col-12:nth-child(1) img {
    width: 196.24px;
    height: 56px;
}

body.authBody .authCard > .grid > .col-12:nth-child(2) {
    min-height: 32px;
}

body.authBody .authCard > .grid > .col-12:nth-child(3) {
    margin-top: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.authBody .authCard > .grid > .col-12:nth-child(3),
body.authBody .authCard > .grid > .col-12:nth-child(3) > span {
    color: #334155;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.14px;
    text-align: center;
}

body.authBody .authCard > .grid > .col-12:nth-child(4) {
    margin-top: 24px !important;
}

body.authBody .authCard > .grid > .col-12:nth-child(5),
body.authBody .authCard > .grid > .col-12:nth-child(7) {
    margin-top: 16px !important;
}

body.authBody .authCard > .grid > .col-12:nth-child(6) {
    display: none;
}

body.authBody .authCard:has(#form\:username):has(#form\:password) > .grid > .col-12:has(.authFormMessages.ui-messages .ui-messages-error),
body.authBody .authCard:has(#form\:username):has(#form\:password) > .grid > .col-12:has(.authFormMessages.ui-messages .ui-messages-warn) {
    display: block;
    margin-top: 16px !important;
}

body.authBody .authCard > .grid > .col-12:nth-child(8) {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    font-family: "DM Sans", "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.14px;
    margin-top: 0 !important;
    padding-top: 16px;
    white-space: nowrap;
}

body.authBody .authCard > .grid > .col-12:nth-child(8) > svg {
    display: none;
}

body.authBody .authCard > .grid > .col-12:nth-child(9) {
    display: flex;
    justify-content: center;
    margin-top: 0 !important;
}

.authTitle {
    color: #0A0E15;
    text-align: center;    
    font-family: "Century Gothic";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.55px;
}

body.authBody .authCard > .grid > .col-12:nth-child(2),
body.authBody .authCard > .grid > .col-12:nth-child(2) > span {
    font-family: "Century Gothic";
}

body.authBody .authCard > .grid > .col-12:nth-child(2) > span {
    display: block;
    width: 100%;
    color: #0A0E15;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.55px;
}

.authInputWrapper {
    position: relative;
    width: 100%;
}

.authInputIcon {
    position: absolute;
    left: 11.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: #64748b;
    font-size: 14px;
    line-height: 14px;
    z-index: 2;
    pointer-events: none;
}

.authInputWrapper>input.ui-inputfield,
.authInputWrapper>span.ui-password>input.ui-inputfield {
    width: 100%;
    min-height: 33px;
    height: 33px;
    padding: 8px 11.5px 8px 36px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(18, 18, 23, 0.05);
    box-sizing: border-box;
    color: #334155;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.authInputWrapper>span.ui-password {
    display: block;
    width: 100%;
    position: relative;
}

.authInputWrapper>span.ui-password>input.ui-inputfield {
    padding-right: 36px;
}

.authInputWrapper>span.ui-password>.ui-password-icon,
.authInputWrapper>span.ui-password>.ui-password-show-icon,
.authInputWrapper>span.ui-password>.ui-password-hide-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 11.5px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    margin-top: 0;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    opacity: 1;
    visibility: visible;
    z-index: 3;
    cursor: pointer;
    pointer-events: auto;
}

.authInputWrapper .ui-inputfield::placeholder {
    color: #64748b;
    opacity: 1;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Error state: highlight fields only while validation/global error is visible. */
.authCard:has(.authFormMessages:not([style*="display: none"]) :is(.ui-messages-error, .ui-messages-warn):not(.ui-helper-hidden):not([style*="display: none"])) .authInputWrapper>input.ui-inputfield,
.authCard:has(.authFormMessages:not([style*="display: none"]) :is(.ui-messages-error, .ui-messages-warn):not(.ui-helper-hidden):not([style*="display: none"])) .authInputWrapper>span.ui-password>input.ui-inputfield {
    border-radius: var(--inputtext-border-radius, 6px);
    border: 1px solid var(--inputtext-invalid-border-color, #F87171);
    background: var(--inputtext-background, #FFF);
    box-shadow: 0 1px 2px 0 rgba(18, 18, 23, 0.05);
    display: flex;
    padding: var(--inputtext-padding-y, 7px) var(--inputtext-padding-x, 10.5px);
    align-items: center;
    gap: 10.5px;
    align-self: stretch;
    padding-left: 2.85rem;
    color: #dc2626;
}

.authCard:has(.authFormMessages:not([style*="display: none"]) :is(.ui-messages-error, .ui-messages-warn):not(.ui-helper-hidden):not([style*="display: none"])) .authInputWrapper .ui-inputfield::placeholder {
    color: #dc2626;
}

.authCard:has(.authFormMessages:not([style*="display: none"]) :is(.ui-messages-error, .ui-messages-warn):not(.ui-helper-hidden):not([style*="display: none"])) .authInputWrapper .authInputIcon {
    color: #dc2626;
}

/* If user starts editing, return fields to normal style immediately. */
.authCard:has(.authInputWrapper:focus-within) .authInputWrapper>input.ui-inputfield,
.authCard:has(.authInputWrapper:focus-within) .authInputWrapper>span.ui-password>input.ui-inputfield {
    border: 1px solid #ced4da;
    color: #495057;
}

.authCard:has(.authInputWrapper:focus-within) .authInputWrapper .ui-inputfield::placeholder {
    color: #7d8ba3;
}

.authCard:has(.authInputWrapper:focus-within) .authInputWrapper .authInputIcon {
    color: #8c9ab3;
}

body.authBody .authFormMessages {
    text-align: left;
}

body.authBody .authFormMessages.ui-messages {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 32px;
}

body.authBody .authFormMessages.ui-messages .ui-messages-error,
body.authBody .authFormMessages.ui-messages .ui-messages-warn {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 7px 45px 7px 33.25px;
    gap: 7px;
    border: 1px solid #fecaca;
    border-radius: 6px;
    background: rgba(254, 242, 242, 0.95);
    box-shadow: 0 4px 8px 0 rgba(10, 3, 3, 0.04);
    color: #dc2626;
    overflow: hidden;
}

body.authBody .authFormMessages.ui-messages .ui-messages-error-icon,
body.authBody .authFormMessages.ui-messages .ui-messages-warn-icon,
body.authBody .authFormMessages.ui-messages .ui-message-error-icon,
body.authBody .authFormMessages.ui-messages .ui-message-warn-icon {
    display: none;
}

body.authBody .authFormMessages.ui-messages .ui-messages-error-summary,
body.authBody .authFormMessages.ui-messages .ui-messages-warn-summary {
    color: #dc2626;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

body.authBody .authFormMessages.ui-messages .ui-messages-error-detail,
body.authBody .authFormMessages.ui-messages .ui-messages-warn-detail {
    display: none;
}

body.authBody .authFormMessages.ui-messages .ui-messages-error ul,
body.authBody .authFormMessages.ui-messages .ui-messages-warn ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
    min-width: 0;
}

body.authBody .authFormMessages.ui-messages .ui-messages-error li,
body.authBody .authFormMessages.ui-messages .ui-messages-warn li {
    margin: 0;
}

body.authBody .authFormMessages.ui-messages .ui-messages-close {
    position: absolute;
    right: 10.5px;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24.5px;
    height: 24.5px;
    transform: translateY(-50%);
    margin: 0;
    border-radius: 12.25px;
    color: #dc2626;
    background: transparent;
    float: none;
    flex-shrink: 0;
    line-height: 1;
    z-index: 2;
    text-decoration: none;
}

body.authBody .authFormMessages.ui-messages .ui-messages-close .ui-icon {
    display: none;
}

body.authBody .authFormMessages.ui-messages .ui-messages-close:hover {
    background: transparent;
}

body.authBody .authFormMessages.ui-messages .ui-messages-error::before,
body.authBody .authFormMessages.ui-messages .ui-messages-warn::before {
    position: absolute;
    left: 10.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15.75px;
    height: 15.75px;
    color: #dc2626;
    content: "\e922";
    font-family: "primeicons";
    font-size: 15.75px;
    font-style: normal;
    font-weight: normal;
    line-height: 15.75px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.authBody .authFormMessages.ui-messages .ui-messages-close::before {
    content: "\e90b";
    font-family: "primeicons";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.authFieldMessage {
    display: block;
    margin-top: 0.35rem;
    text-align: left;
}

.authFieldMessageError {
    color: #dc2626;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0.75rem;
}

.authConfirmPasswordGroup:has(.authConfirmMismatch) .authInputWrapper>span.ui-password>input.ui-inputfield {
    border: 1px solid #f87171;
    color: #dc2626;
}

.authConfirmPasswordGroup:has(.authConfirmMismatch) .authInputWrapper .authInputIcon,
.authConfirmPasswordGroup:has(.authConfirmMismatch) .authInputWrapper>span.ui-password>.ui-password-icon {
    color: #dc2626;
}

.authSubmitButton.ui-button,
.authSubmitButton {
    width: 100%;
    min-height: 33px;
    height: 33px;
    padding: 8px 11.5px;
    border: 1px solid #346296;
    border-radius: 6px;
    background: #346296;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

body.authBody .authSubmitButton.ui-button .ui-button-icon-left {
    display: none;
}

body.authBody .authSubmitButton.ui-button .ui-button-text {
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

body .authSubmitButton.ui-button:not(.ui-state-disabled):hover,
body .authSubmitButton.ui-button.ui-state-hover {
    border: 1px solid #000000;
    background: #497bb5;
}

.authSignupLink,
.authResetLink {
    color: #346296;
    font-size: 12.25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Inter", sans-serif;
    border-radius: 6px;
}

.authSignupLink {
    display: inline;
}

.authResetLink {
    display: inline-block;
}

body.authBody .authCard > .grid > .col-12:nth-child(8) > .authSignupLink,
body.authBody .authCard > .grid > .col-12:nth-child(9) > .authResetLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5.25px 8.75px;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) {
    margin: 0;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12 {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12.mt-2 {
    margin-top: 0 !important;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(1) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 32px;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(1) img {
    width: 196.24px;
    height: 56px;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(2) {
    min-height: 32px;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(3) {
    margin-top: 12px !important;
    padding: 0 0 24px !important;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(3),
body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(3) > span {
    color: #334155;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.14px;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(4) {
    display: none;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(5) {
    margin-top: 0 !important;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(6) {
    margin-top: 16px !important;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(7) {
    margin-top: 16px !important;
}

body.authBody .authCard:has(#form\:resetPasswordState) > #form\:resetPasswordState > .grid:not(.resetSuccessGrid) > .col-12:nth-child(8) {
    margin-top: 16px !important;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.authBody .authCard:has(#form\:resetPasswordState) .authResetLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 7px 10.5px 7px 31.5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M8.75 10.5L5.25 7L8.75 3.5' stroke='%23346296' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 10.5px center;
    background-size: 14px 14px;
    color: #346296;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-decoration: none;
}

body.authBody .authCard:has(#form\:resetPasswordState) {
    border: 0;
    box-shadow: inset 0 0 0 1px #285280, 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

html:has(body.authBody #form\:resetPasswordState),
body.authBody:has(#form\:resetPasswordState) {
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

body.authBody:has(#form\:resetPasswordState) {
    background-attachment: fixed !important;
}

body.authBody .authCenter:has(#form\:resetPasswordState) {
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-top: 0;
    box-sizing: border-box;
}

.authLinkRow {
    text-align: center;
}

.authSignupCheckboxRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    text-align: left;
    color: #334155;
    width: 100%;
    padding-left: 0.85rem;
    padding-right: 0.25rem;
    box-sizing: border-box;
}

.authSignupCheckboxRow .ui-selectbooleancheckbox,
.authSignupCheckboxRow .ui-chkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    width: auto;
    min-width: 0;
    height: auto;
    margin-top: 0;
    flex-shrink: 0;
}

.authSignupCheckboxRow .ui-chkbox .ui-helper-hidden-accessible,
.authSignupCheckboxRow .ui-selectbooleancheckbox .ui-helper-hidden-accessible {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.authSignupCheckboxRow .ui-chkbox .ui-helper-hidden-accessible input,
.authSignupCheckboxRow .ui-selectbooleancheckbox .ui-helper-hidden-accessible input {
    width: 1px !important;
    height: 1px !important;
    min-width: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.authSignupCheckboxRow .ui-chkbox .ui-chkbox-box {
    width: 1.375rem;
    height: 1.375rem;
    min-width: 1.375rem;
    min-height: 1.375rem;
    border: 1.5px solid #c5d1e0;
    border-radius: 0.42rem;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.authSignupCheckboxRow .ui-chkbox .ui-chkbox-box.ui-state-hover {
    border-color: #6b89b4;
    box-shadow: 0 0 0 4px rgba(52, 98, 150, 0.08);
}

.authSignupCheckboxRow .ui-chkbox .ui-chkbox-box.ui-state-focus {
    border-color: #346296;
    box-shadow: 0 0 0 4px rgba(52, 98, 150, 0.14);
}

.authSignupCheckboxRow .ui-chkbox .ui-chkbox-box.ui-state-active {
    border-color: #346296;
    background: #346296;
    box-shadow: 0 6px 14px rgba(52, 98, 150, 0.18);
}

.authSignupCheckboxRow .ui-chkbox .ui-chkbox-box .ui-chkbox-icon,
.authSignupCheckboxRow .ui-chkbox .ui-chkbox-box .ui-icon {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    text-indent: 0;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.authSignupTermsRow {
    text-align: left;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.4;
    width: 100%;
    padding-left: 0.85rem;
    padding-right: 0.25rem;
    box-sizing: border-box;
}

.authSignupTermsText {
    display: block;
}

.authSignupTermsLinkRow {
    margin-top: 0.2rem;
}

.authSignupTermsLink {
    font-weight: 600;
}

.authSignupCaptchaRow {
    display: flex;
    justify-content: center;
}

.resetSuccessGrid {
    text-align: center;
    padding: 0.5rem 0.75rem 1.5rem;
}

.resetSuccessImage {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.resetSuccessTitle {
    display: block;
    color: #334155;
    text-align: center;    
    font-family: "Century Gothic";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.55px;
}

.resetSuccessSubtitle {
    display: block;
    color: #586681;
    text-align: center;
    font-family: "Inter";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}

.resetSuccessBackLink {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1.3rem;
}

.authPasswordChecksContainer {
    position: relative;
    height: 0;
    overflow: visible;
    z-index: 6;
}

.authPasswordChecksDropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5rem;
    z-index: 10;
    display: block;
    text-align: left;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    background: #f8fafc;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
    padding: 1.3rem 1.5rem 1.1rem;
}

.authPasswordChecks {
    margin: 0;
    text-align: left;
}

.passwordInputWrapper:focus-within>span.ui-password>input.ui-inputfield {
    border: 1px solid #346296;
    box-shadow: 0 0 0 1px rgba(52, 98, 150, 0.15);
}

.passwordGuideTitle {
    display: block;
    color: var(--password-overlay-color, #334155);
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 1rem;
}

.passwordGuideStrengthTrack {
    width: 100%;
    height: 16px;
    border-radius: 999px;
    background: #cfd8e3;
    overflow: hidden;
    margin-bottom: 1rem;
}

.passwordGuideStrengthFill {
    height: 100%;
    border-radius: 999px;
    background: #346296;
    transition: width 0.2s ease-in-out;
}

.passwordGuideHint {
    display: block;
    color: #334155;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.95rem;
}

.passwordGuideDivider {
    width: 100%;
    height: 1px;
    background: #dbe3ef;
    margin-bottom: 0.95rem;
}

.passwordGuideRules {
    margin: 0;
    padding-left: 1.35rem;
}

.passwordGuideRules li {
    color: #334155;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    margin: 0.35rem 0;
}

.passwordGuideRules li::marker {
    color: #334155;
}

.passwordGuideRuleValid {
    color: #16a34a;
}

.passwordGuideRuleValid::marker {
    color: #16a34a;
}

.authTermsRow {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 680px;
    margin: 0.5rem auto;
}

.authTermsText {
    color: #FFF;
    text-align: center;
}

.authLoginTermsText {
    display: block;
    width: 100%;
    color: var(--content-color-inverse, #FFF);
    text-align: center;
    font-family: var(--paragraph-font, Inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.14px;
}

body.authBody .authLoginTermsRow {
    width: 480px;
    max-width: 480px;
    margin: 24px auto 0;
}

.authLoginTermsText .authLoginTermsLink,
.authLoginTermsText .authLoginTermsLink:visited,
.authLoginTermsText .authLoginTermsLink:hover,
.authLoginTermsText .authLoginTermsLink:focus,
.authLoginTermsText .authLoginTermsLink:active {
    color: var(--content-color-inverse, #FFF) !important;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:nth-child(1) {
        justify-content: center;
        padding-bottom: 32px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:nth-child(2) {
        min-height: 32px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:has(.authInputWrapper) {
        margin-top: 16px !important;
        display: block;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:nth-child(3):has(.authInputWrapper) {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:nth-child(8):has(.authInputWrapper) {
        padding-top: 0;
        font-size: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        color: inherit;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper {
        width: 100%;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper:has(.pi-briefcase) .authInputIcon {
        display: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper:has(.pi-briefcase) > input.ui-inputfield {
        min-height: 35px;
        height: 35px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10.5px;
        padding-right: 35px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12.authSignupCheckboxRow {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCheckboxRow {
        width: 395.5px;
        gap: 7px;
        padding-left: 0;
        padding-right: 0;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0;
        color: #334155;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCheckboxRow .ui-chkbox .ui-chkbox-box {
        width: 17.5px;
        height: 17.5px;
        min-width: 17.5px;
        min-height: 17.5px;
        border: 1px solid #CBD5E1;
        border-radius: 4px;
        box-shadow: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12.authSignupTermsRow {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsRow {
        padding-left: 0;
        padding-right: 0;
        color: #334155;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.16px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsText {
        color: #334155;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.16px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsLinkRow {
        margin-top: 4px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsLink {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 242.5px;
        min-height: 36.5px;
        padding: 8.75px 12.25px;
        color: #346296;
        font-family: "Inter", sans-serif;
        font-size: 15.75px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0;
        text-decoration: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCaptchaRow,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authFormMessages {
        margin-top: 0 !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:has(.authSubmitButton) {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authLinkRow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-top: 16px !important;
        padding-top: 16px;
        text-align: center;
        color: #334155;
        font-family: "DM Sans", "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.14px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authLinkRow .ui-spacer {
        display: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupLink {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50.5px;
        min-height: 25.5px;
        padding: 5.25px 8.75px;
        color: #346296;
        font-family: "Inter", sans-serif;
        font-size: 12.25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0;
        text-decoration: none;
    }
}

body.authBody .authCard:has(.authResetLink):not(:has(.ui-password)):not(:has(.authSignupCheckboxRow)):not(:has(.resetSuccessGrid)) {
    border: 0;
    box-shadow: inset 0 0 0 1px #285280, 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    html:has(body.authBody) {
        min-height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%), url("../images/background.png.xhtml?ln=tipx") #0D232A 50% / cover no-repeat fixed !important;
    }

    body.authBody {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%), url("../images/background.png.xhtml?ln=tipx") #0D232A 50% / cover no-repeat fixed !important;
        background-position: center center !important;
        background-size: cover !important;
        background-attachment: fixed !important;
    }

    .authCenter {
        min-height: 980px;
        align-items: flex-start;
        justify-content: center;
        padding-top: 46px;
    }

    body.authBody .authCenter > [class*="col-"] {
        width: 512px;
        max-width: 512px;
        flex: 0 0 512px;
        padding: 0;
    }

    body.authBody .authCard {
        margin-left: 16px;
        margin-right: 16px;
    }

    body.authBody .authLoginTermsText .authLoginTermsLink {
        display: inline;
        padding: 0;
        margin: 0;
        color: #fff !important;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.14px;
        vertical-align: baseline;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:has(.authInputWrapper) {
        display: block;
        margin-top: 16px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:nth-child(3):has(.authInputWrapper) {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:nth-child(6) {
        display: block;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:nth-child(8):has(.authInputWrapper) {
        display: block;
        margin-top: 16px !important;
        padding-top: 0;
        padding-bottom: 23px;
        white-space: normal;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        letter-spacing: inherit;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper:has(.pi-briefcase) .authInputIcon {
        display: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper:has(.pi-briefcase) > input.ui-inputfield {
        min-height: 35px;
        height: 35px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10.5px;
        padding-right: 35px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12.authSignupCheckboxRow {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCheckboxRow {
        gap: 7px;
        padding-left: 0;
        padding-right: 0;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0;
        color: #334155;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCheckboxRow .ui-chkbox .ui-chkbox-box {
        width: 17.5px;
        height: 17.5px;
        min-width: 17.5px;
        min-height: 17.5px;
        border: 1px solid #CBD5E1;
        border-radius: 4px;
        box-shadow: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12.authSignupTermsRow {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsRow {
        padding-left: 0;
        padding-right: 0;
        color: #334155;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.16px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsText {
        color: #334155;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.16px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsLinkRow {
        margin-top: 4px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsLink {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8.75px 12.25px;
        color: #346296;
        font-family: "Inter", sans-serif;
        font-size: 15.75px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0;
        text-decoration: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCaptchaRow,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authFormMessages {
        margin-top: 0 !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:has(.authSubmitButton) {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authLinkRow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-top: 16px !important;
        padding-top: 16px;
        text-align: center;
        color: #334155;
        font-family: "DM Sans", "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.14px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authLinkRow .ui-spacer {
        display: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupLink {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 5.25px 8.75px;
        color: #346296;
        font-family: "Inter", sans-serif;
        font-size: 12.25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    body.authBody {
        background: #fff !important;
        background-image: none !important;
        background-repeat: no-repeat !important;
        background-position: initial !important;
        background-size: auto !important;
        overflow-y: auto;
    }

    .authCenter {
        min-height: auto;
        align-items: stretch;
        justify-content: flex-start;
        padding-top: 0;
        margin: 0;
    }

    body.authBody .authCenter>[class*="col-"] {
        min-height: auto;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 64px 16px 40px;
        box-sizing: border-box;
    }

    body.authBody .authCard {
        width: 100%;
        max-width: none;
        min-height: 0;
        margin: 72px 0 0;
        padding: 24px;
        border: 0;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    html:has(body.authBody #form\:resetPasswordState),
    body.authBody:has(#form\:resetPasswordState) {
        min-height: 100vh;
        min-height: 100dvh;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff !important;
        background-image: none !important;
    }

    body.authBody .authCenter:has(#form\:resetPasswordState) {
        min-height: auto;
        height: auto;
        align-items: stretch;
        justify-content: flex-start;
        padding-top: 0;
        margin: 0;
    }

    body.authBody .authCenter:has(#form\:resetPasswordState) > [class*="col-"] {
        min-height: auto;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 64px 16px 40px;
        box-sizing: border-box;
    }

    body.authBody .authCard:has(#form\:resetPasswordState) {
        width: 100%;
        max-width: 448px;
        margin: 0 auto;
        padding: 24px;
        border: 0;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) {
        width: 100%;
        max-width: 448px;
        margin: 0 auto;
        padding: 24px;
        background: #fff;
        border-radius: 12px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:has(.authInputWrapper) {
        display: block;
        margin-top: 16px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:nth-child(3):has(.authInputWrapper) {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:nth-child(6) {
        display: block;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:nth-child(8):has(.authInputWrapper) {
        display: block;
        margin-top: 16px !important;
        padding-top: 0;
        padding-bottom: 23px;
        white-space: normal;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        letter-spacing: inherit;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper:has(.pi-briefcase) .authInputIcon {
        display: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper:has(.pi-briefcase) > input.ui-inputfield {
        min-height: 35px;
        height: 35px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10.5px;
        padding-right: 35px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12.authSignupCheckboxRow {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCheckboxRow {
        width: 395.5px;
        gap: 7px;
        padding-left: 0;
        padding-right: 0;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0;
        color: #334155;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCheckboxRow .ui-chkbox .ui-chkbox-box {
        width: 17.5px;
        height: 17.5px;
        min-width: 17.5px;
        min-height: 17.5px;
        border: 1px solid #CBD5E1;
        border-radius: 4px;
        box-shadow: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12.authSignupTermsRow {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsRow {
        padding-left: 0;
        padding-right: 0;
        color: #334155;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.16px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsText {
        color: #334155;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.16px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsLinkRow {
        margin-top: 4px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsLink {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 242.5px;
        min-height: 36.5px;
        padding: 8.75px 12.25px;
        color: #346296;
        font-family: "Inter", sans-serif;
        font-size: 15.75px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0;
        text-decoration: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCaptchaRow,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authFormMessages {
        margin-top: 0 !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12:has(.authSubmitButton) {
        margin-top: 24px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authLinkRow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-top: 16px !important;
        padding-top: 16px;
        text-align: center;
        color: #334155;
        font-family: "DM Sans", "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.14px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authLinkRow .ui-spacer {
        display: none;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupLink {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50.5px;
        min-height: 25.5px;
        padding: 5.25px 8.75px;
        color: #346296;
        font-family: "Inter", sans-serif;
        font-size: 12.25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0;
        text-decoration: none;
    }

    .authLoginTermsRow {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 0;
        margin: 24px 0 0;
        max-width: none;
        z-index: auto;
    }

    body.authBody .authCenter > [class*="col-"]:has(.authLoginTermsRow):not(:has(.authSignupCheckboxRow)):not(:has(#form\:resetPasswordState)) {
        min-height: 100vh;
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 64px 16px 40px;
        box-sizing: border-box;
    }

    body.authBody .authCenter > [class*="col-"]:has(.authLoginTermsRow):not(:has(.authSignupCheckboxRow)):not(:has(#form\:resetPasswordState)) > .authCard {
        width: 100%;
        max-width: 448px;
        flex: 0 0 auto;
    }

    body.authBody .authLoginTermsRow {
        width: 100%;
        max-width: 448px;
        margin: auto 0 0;
    }

    body.authBody .authLoginTermsText {
        color: #334155 !important;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.14px;
    }

    .authLoginTermsText .authLoginTermsLink,
    .authLoginTermsText .authLoginTermsLink:visited,
    .authLoginTermsText .authLoginTermsLink:hover,
    .authLoginTermsText .authLoginTermsLink:focus,
    .authLoginTermsText .authLoginTermsLink:active {
        display: inline;
        padding: 0;
        margin: 0;
        color: #334155 !important;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.14px;
        text-decoration: none;
    }

    .authTermsText {
        color: #334155;
    }
}

@media screen and (min-width: 1200px) {
    html:has(body.authBody #form\:resetPasswordState),
    body.authBody:has(#form\:resetPasswordState) {
        min-height: 100vh !important;
        min-height: 100dvh !important;
        height: 100vh !important;
        height: 100dvh !important;
        overflow: hidden !important;
    }

    body.authBody .authCenter:has(#form\:resetPasswordState) {
        min-height: 100vh !important;
        min-height: 100dvh !important;
        height: 100vh !important;
        height: 100dvh !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding-top: 0 !important;
        box-sizing: border-box !important;
    }
}

@media screen and (max-width: 480px) {
    html:has(body.authBody .authSignupCheckboxRow),
    body.authBody:has(.authSignupCheckboxRow) {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.authBody .authCenter > [class*="col-"]:has(.authCard .authSignupCheckboxRow) {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 32px 12px 24px !important;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) {
        width: 100%;
        max-width: calc(100vw - 24px);
        padding: 20px 16px 24px;
        box-sizing: border-box;
        overflow: hidden;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid,
    body.authBody .authCard:has(.authSignupCheckboxRow) > .grid > .col-12,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper > input.ui-inputfield,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper > span.ui-password,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authInputWrapper > span.ui-password > input.ui-inputfield,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authFormMessages,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authLinkRow,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsRow,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsText,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsLinkRow {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCheckboxRow {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        align-items: flex-start;
        gap: 8px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCheckboxRow > span:last-child,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCheckboxRow > label,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCheckboxRow .ui-outputlabel {
        flex: 1 1 auto;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        line-height: 1.4;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsRow,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsText,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsLinkRow {
        text-align: center;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupTermsLink {
        display: inline;
        width: auto;
        max-width: 100%;
        min-height: 0;
        padding: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        text-align: center;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authFormMessages,
    body.authBody .authCard:has(.authSignupCheckboxRow) .authFormMessages * {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCaptchaRow {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCaptchaRow > * {
        display: flex;
        justify-content: center;
        width: 304px;
        max-width: none;
        margin: 0 auto;
        transform: scale(0.92);
        transform-origin: center top;
    }
}

@media screen and (max-width: 360px) {
    body.authBody .authCenter > [class*="col-"]:has(.authCard .authSignupCheckboxRow) {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) {
        max-width: calc(100vw - 16px);
        padding: 18px 12px 24px;
    }

    body.authBody .authCard:has(.authSignupCheckboxRow) .authSignupCaptchaRow > * {
        transform: scale(0.86);
    }
}
