.login-container{
    position: relative;
    inset: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 15px;
}
.login-wrapper{
    padding: 3rem;
    background-color: aliceblue;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: 90vw;
    width: fit-content;
    margin: 5rem;
    box-shadow:  0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

}
.login-container h1{
    margin: 0;
}
.register-group{
    max-width: 90%;
    justify-content: space-around;
    flex-wrap: wrap;
}
