
.background-container-this {
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
}

.login-container {
    border: 1px black solid;
    width: 30vw;
    /*height: 80vh;*/
    background: white;
    padding: 3vw;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
}

.signup-forget {
    margin-top: 20vh;
}
