.container {
    position: absolute !important;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    
    max-width: 600px;
    width: 100%;

    height: 470px;

    margin: 0  !important;
    transition: max-width 150ms linear;
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 600px !important;
    }
}

@media screen and (max-width: 670px) {
    .container {
        max-width: calc(100% - 36px) !important;
    }
}

img {
    margin-top: 25px !important;
}

.btn {
    margin-top: 25px !important;
}

.tenant-btn {
    margin: 5px !important;
}

.tenant-selector {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}