.my-login-container {
    width: 80%;
    margin: 50px auto;
    padding: 20px 30px;
    font-size: var(--my-body-text-size);
    font-weight: bold;
    color: var(--my-color-gray);
}

.illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #121318;
}
.illustration svg {
    width: 80%;
    height: auto;
}
