﻿body,
html {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    min-width: 300px;
}
