#form{
    width: 350px;
    display: grid;
    gap: 10px;
    background: rgb(var(--background-active-color));
    border-radius: 20px;
    padding: 20px;
}
#form > .kon-input{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#form .error{
    color: rgb(254, 0, 0);
}

#form .title{
    text-align: center;
}
#form .title h3,
#form .title h5{
    margin: 0;
}

#form .password-reset{
    justify-self: end;
    margin-top: -10px;
    font-size: 12px;
    text-decoration: none;
    color: rgb(var(--primary-color));
}