body{}
main{display: flex;height: 100vh;}
#background{background-image: url(../img/background-logins.webp);width: 100%;height: 100vh;background-repeat: no-repeat;background-size: contain;background-position: center;}
#login{background-color: white;min-width: max-content;padding: 40px 30px 0px;margin: auto;align-items: center;justify-content: center;display: flex;border-radius: 20px;box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 10%);}
#login img{margin-bottom: 25px;}
