.loginBackground {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background-image: url("../images/login_backdrop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(13px);
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
}

.loginCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    min-width: 25rem;
    width: 25vw;
}

.loginCard img {
    max-width: 15vw;
}

.formCardLogin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
}

.inputLogIn {
    display: flex;
    flex-direction: column;
}

.loginBlur {
    backdrop-filter: blur(13px);
    height: 100vh;
    width: 100%;
    z-index: -1;
    position: absolute;
}
