@charset "UTF-8";
.p-login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    row-gap: 1rem;
    background: var(--purple-50);
    width: 100%;
    height: 100dvh;
}