body {
    overflow: hidden;
}
.authentication-wrapper {
    --bs-auth-basic-inner-max-width: 460px;
    display: flex;
    flex-basis: 100%;
    inline-size: 100%;
    min-block-size: 100vh;
    overflow: hidden;
}
.authentication-inner{
    display: flex;
    flex-basis: 100%;
    inline-size: 100%;
    min-block-size: 100vh;
    overflow: hidden;
}
.auth-cover-bg {
    background: url('../../img/bg/card-bg-4.png') no-repeat center center;
    background-size: cover;
    inline-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center ;
    position: relative;
}

.auth-illustration{
    inline-size: 30%;
    height: auto;
    position: absolute;
    inset: 15rem auto auto 18rem;
    margin: auto;
}
.auth-illustration2{
    inline-size: 20%;
    height: auto;
    position: absolute;
    inset: 8rem 25rem auto auto;
    margin: auto;
    -webkit-filter: drop-shadow(0 0 0.5rem #000);
    filter: drop-shadow(0 0 0.5rem #000);
}

.toggle-password {
    position: relative;
}
.toggle-password span[role="button"] {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.logo img {
    max-inline-size: 260px;
    height: auto;
}