﻿main.app-main {
    height: calc(100vh - 80px);
    overflow-y: auto;
}

    main.app-main.login {
        height: 100vh;
    }

