﻿.test-class {
    background-color: white;
}

.body {
    background-color: red
}
.abp-empty-layout {
    
}

.container {
    max-width: 100%;
    margin: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: rgb(229, 231, 235);
    padding: 0;
}
.logo-container {
    background-color: #b00010;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: -72px;
    margin-bottom: 0;
    padding: 16px
}