.base {
    min-width: 100vw;
    min-height: 100vh;
}

.main-page {
    height: fit-content;
    width: 100%;
    padding-bottom: 52px;
}

.auth.container {
    max-height: 100%;
    padding-top: 144px;
}

.auth-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 64px;
    margin-bottom: 36px;
}

.auth-image-container img {
    height: 64px;
}

.input-flex {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.input-flex input {
    width: 100% !important;
}
