﻿.custom_wrapper {
    min-height: 100vh;
}

.login_row {
    min-height: calc(100vh - 200px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_col {
    height: max-content;
    padding: 1rem;
}

.custom_checkbox {
    position: relative;
    left: 20px;
}
