@font-face {
    font-family: 'qualtrics-text';
    src: url(/app-versions/support-site-login-banner/52659ee98cb98789320c/6daf5ae15eaf70090a41.otf) format('opentype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'qualtrics-text';
    src: url(/app-versions/support-site-login-banner/52659ee98cb98789320c/2ddd6d3af9f062b21f46.otf) format('opentype');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: qualtrics-text, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #000;
    text-align: left;
    background-color: #fff;
}

h1, h2 {
    font-family: qualtrics-text, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
}

/* Eyebrow: "LOGGING INTO THE" */
.text-eyebrow {
    font-size: 1rem;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

/* "Qualtrics Support Site" */
.text-header {
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: 600;
}

/* "Need help logging in?" / "Looking for XM Discover Support?" */
.text-subheader {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.text-center {
    text-align: center !important;
}

.pt-4 {
    padding-top: 24px !important;
}

p {
    margin: 0;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.d-flex {
    display: flex;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.justify-content-center {
    justify-content: center;
}

.btn-link {
    width: fit-content;
    color: black;
    text-decoration: none;
    font-family: qualtrics-text, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    padding: 0.5rem 1rem;
    border: 1px solid black;
    border-radius: 2rem;
    transition: color 0.2s ease-in;
}

.two-factor-auth-header {
    padding: 0.75rem 1.5rem;
    border-bottom: 2px solid #FFCD00;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
    letter-spacing: -0.16px;
    position: relative;
    z-index: 1;
}

.callout-attention-icon {
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #FFCD00;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50%;
    flex-shrink: 0;
}

.two-factor-auth-header p {
    font-size: 14px;
    line-height: 18px;
}

.two-factor-auth-header .cta-link {
    margin-left: 2rem;
}


.cta-link {
    width: fit-content;
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    transition: color 0.2s ease-in-out;
}

.cta-link:hover {
    color: #3340E7;
    box-shadow: inset 0 -1px 0 0 #3340E7;
}

.cta-link:hover svg {
    fill: #3340E7;
}

.show-md {
    display: none;
}

.hide-md {
    display: inline;
    text-decoration: none;
}

.hidden {
    display: none;
}

.align-items-center {
    align-items: center;
}

@media (min-width: 768px) {
    .show-md {
        display: flex;
    }

    .hide-md {
        display: none;
    }
}

.btn-link:hover, .btn-link:focus {
    color: white;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #21d9a77d 6.56%, #5f1ae2a6 59.19%, #E372FF 117.6%), #5F1AE2;
    background-clip: padding-box;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.bg-white {
    background-color: #fff;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1170px;
    }
}

