.login-form,
.register-form {
    display: flex;
    flex-direction: column;
    padding: 2px;
}

#logo{
    width: 50px;
    height: 50px;
}

.hidden {
    display: none;
}
