@import url("./main.css");

body {
    background-image:var(--logInIMG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#toast_display {
    position: absolute;
    top: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#logInSection {
    max-width: 350px;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: color-mix(var(--secondaryColor), var(--B95));
    color: white;
    padding: 40px;
    text-align: center;
    justify-content: center;
    border-radius: 1em;
}