﻿.signin-container {
    width: 100%;
    /*height: 30%;*/
    z-index: 1;
    /*  border-style: solid;*/
    /*margin: calc(var(--app-bar-height) + var(--body-margin));*/
    /*padding: calc(var(--app-bar-height) + var(--body-margin));*/
}

.signin {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    zoom: .90;
    /*    border: solid;
    border-color: lightgray;
    border-width: 1px;*/
    /*overflow: auto;*/ /* Make the content area scrollable */
    /*height: 100vh !important;
    box-sizing: border-box;*/
}


.validator-msg {
    color: red;
    font-size: small;
}

.main-content-full {
    /* border: solid;*/
    /*border-color: lightgray;
    border-width: 1px;*/
    overflow: auto; /* Make the content area scrollable */
    height: 100% !important;
    box-sizing: border-box;
    line-height: 2;
}
.logo-container img {
    max-width: 200px; /* Adjust based on the desired size */
    height: auto;
}
