﻿.sidebar {
    height: 100vh;
}

.login-page,
.register-page {
    /* align-items: center;
    background-color: $gray-200;
    display: flex;
    flex-direction: column;*/
    justify-content: normal;
    height: 100vh;
    padding-top: 20px;
    /*  justify-content: center;*/
}