﻿/*html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;*/ /* Prevents scrolling on the body directly */
/*}

.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;*/ /* This might cause scrollbars if the content exactly matches the viewport height */
    /*box-sizing: border-box;*/ /* Ensures padding and borders are included in the height */
/*}*/

/*.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;*/ /* This might cause scrollbars if the content exactly matches the viewport height */
    /*box-sizing: border-box;*/ /* Ensures padding and borders are included in the height */
/*}*/

/*.centered-container {
    height: calc(var(--vh, 1vh) * 100);
}

.centered-form {
    max-height: 90vh;*/ /* Adjust based on your design needs */
    /*overflow-y: auto;*/ /* Adds a scrollbar when content overflows vertically */
/*}*/
