.sparkles-logo {
    max-width: 100%;
    width: 200px;
}

.background-image {
    height: 250px;
    background: url("/auth/_/authentication/bg_img.png") no-repeat center center / cover;
}

@media only screen and (min-width: 768px) {
    .background-image {
        height: auto;
    }
}

.show-password {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
}

.show-password:hover {
    cursor: pointer;
}
