#login-page {
    max-width: 500px;
    margin: 0 auto;
}

h1, label{
    color: white;
}

h1{
    text-align: center;
}

#login-page form{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.form-group{
    width: 100%;
}

.form-wrapper{
    background: rgba(255,255,255,.3);
    padding: 1.5rem 1rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    margin: 20px auto 2rem;
    max-width: 567px;
}

h2{
    color: white;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-family: Miguna, sans-serif;
    text-align: center;
}

.text-deco{
    margin-top: 1.25em;
}

a{
    color: white;
}

.forgot:hover{
    text-decoration: underline;
}