.setup-password-wrapper {
    width: min(100% - 3rem, 285px);
    margin-inline: auto;
    margin-top: 120px;

    h1 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
}

.setup-password-wrapper-info-link {
    width: min(100% - 3rem, 375px);
}

.error {
    font-size: 12px;
    color: #A51F25;
    margin-top: .125rem;
}

input {
    width: 100%;
    padding: .25em .75em;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    color: #555;
    background-color: #ffffff;
}

input:focus {
    border-color: #ccc;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgb(0 0 0 / .15);
    outline: none;
}

.pw-wrapper:has(+ .error) input {
    border: 1px solid #A51F25;
}

.label-text {
    display: block;
    font-size: 12px;
    margin-bottom: .25rem;
}

.button {
    font-size: 14px;
    width: 100%;
    padding: .5rem 0;
    border: none;
    border-radius: 5px;
    color: #ffffff;
}

a.button {
    display: block;
    text-align: center;
    text-decoration: none;
}

.red .button {
    background-color: #A51F25;
}

.lb .button {
    background-color: #00205B;
}

.la .button {
    background-color: #0C632E;
}

.separator-line {
    width: 150px;
    margin-inline: auto;
    margin-top: 3.25rem;
    border-top: 1px solid #E4E4E4;
}

.contact-info {
    font-size: 12px;
    text-align: center;
}

.contact-info a,
.contact-info a:link,
.contact-info a:visited,
.contact-info a:hover,
.contact-info a:active {
    color: #000;
    text-decoration: underline;
}

.setup-password-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.setup-password-header img {
    width: 75%;
}

.lb .setup-password-header img {
    width: 100%;
}

.pw-wrapper {
    position: relative;
    display: flex;
}

.pw-visible {
    font-size: 13px;
    position: absolute;
    display: block;
    top: 50%;
    right: .5em;
    translate: 0 -50%;
    cursor: pointer;
    padding-inline: .3em;
}

.pw-visible .hidden {
    display: none;
}

.success-icon-wrapper,
.invalid-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.75rem;
    margin-inline: auto;
    border-radius: 50%;
    width: 70px;
    height: 70px;

    i {
        font-size: 24px;
    }
}

.success-icon-wrapper {
    background-color: #D6EDD6;
    color: #116634;
}

.invalid-icon-wrapper {
    border: 1px solid #E5CED1;
    background-color: #EEDFDE;
    color: #A51F25;
}

.admin-panel-login {
    font-size: 12px;
    margin-top: .375rem;

    a,
    a:link,
    a:visited,
    a:hover,
    a:active {
        color: #AB1414 !important;
        text-decoration: underline !important;
    }
}

.password-reset-text,
.password-forgot-text {
    font-size: 12px;
    color: #615D59;
    text-align: center;
}

.password-reset-text p,
.password-forgot-text p {
    margin-bottom: 2.125rem;
}

.back-to-login-wrapper {
    margin-top: 2.875rem;
    text-align: center;
}

.back-to-login,
.back-to-login:link,
.back-to-login:visited,
.back-to-login:hover,
.back-to-login:active {
    font-size: 14px;
    color: #A51F25 !important;
    text-decoration: none !important;
}

.setup-password-user-box {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    font-size: 12px;
    background-color: #F4F4F4;
    border-radius: 5px;
    padding: .5rem 1rem;
    margin-bottom: 1.5rem;

    i {
        font-size: 14px;
        color: #9C9C9C;
    }

    .login {
        color: #9C9C9C;
    }

    .login-name {
        word-break: break-word;
    }
}

.setup-password-wrapper-info-link form {
    width: 285px;
    margin-inline: auto;
    margin-top: 2.5rem;
}