* {
    font-family: 'Poppins', sans-serif !important;
}

.av-background {
    background-image: url(https://avsyncadfiles.blob.core.windows.net/b2c-files/backgrounds/2_gray_moody.jpeg);
    background-position: 50% 37% !important;
}

.av-container {
    height: 100vh;
}

.av-container-transform {
    margin-top: 20vh;
    border-radius: 10px;
}

.av-logo {
    width: 400px;
}

.av-sync-logo {
    width: 80px;
}

.av-greetings {
    margin: 5px 0 10px 0;
}

.av-text-muted {
    font-size: 12px;
}

.intro,
.helpLink,
.error.pageLevel,
#verifying_blurb {
    display: none;
}

.attrEntry,
.entry-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.attrEntry label,
.entry-item label {
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.error.itemLevel {
    order: 10;
    font-size: 11px;
    color: #C02100;
}

.error.pageLevel {
    font-size: 12px;
    color: #C02100;
}

#api {
    height: 100%;
}

#attributeList ul {
    list-style-type: none;
    padding: 0;
}

.password-label {
    display: flex;
}

#forgotPassword {
    font-size: 11px;
    color: #ffc845;
    margin-left: auto;
}

input,
button {
    border-radius: 10px;
    border-width: 1px;
    padding: 4px 8px;
    font-size: 11px;
}

input {
    color: #000;
    border-color: #999;
    border-style: solid;
}

input::placeholder {
    color: #999;
}

input:disabled {
    background: none;
    cursor: not-allowed;
}

input:focus,
input:active {
    outline: none;
    box-shadow: none;
}

button {
    width: 100%;
    border: none;
    background-color: #ffc845;
    color: #fff;
    font-weight: 500;
}

button:focus,
button:active {
    outline: 1px dotted #999;
}

a:focus,
a:active {
    outline: none;
    text-decoration: underline;
}

#requiredFieldMissing,
#passwordEntryMismatch,
#fieldIncorrect,
#claimVerificationServerError {
    margin-bottom: 20px;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
    box-shadow: 0 0 0 30px #fff inset;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

.footer-divider {
    gap: 12px;
}

.footer-line {
    flex: 1;
    height: 1px;
    background-color: #ddd;
}

.footer-text {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
}

.footer-logo {
    height: 32px;
    margin: 8px 20px;
}

.footer-logo[alt="OpenAirlines logo"] {
    height: 21px !important;
}

@media (max-width: 768px) {
    .footer-text {
        font-size: 11px;
        padding: 0 6px;
    }

    .footer-logo {
        height: 24px;
        margin: 6px 12px;
    }

    .footer-logo[alt="OpenAirlines logo"] {
        height: 18px !important;
    }

    .footer-divider {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .footer-logos {
        margin-top: 10px !important;
    }
}