
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.form-container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}


.form-image {
    width: 30%;
    height: 100vh;
    background-image: url('/images/LightLogoWhite.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /*background-color: #E4E4E4;*/
    background-color: gray;
}

.form-content {
    width: 100%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-direction: column;
    margin-top:100px;
}

    .form-content h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .form-content p {
        font-size: 1rem;
        color: #666;
        margin-bottom: 30px;
        text-align: center;
    }

.logo-container {
    display: flex;
    justify-content: center;
   /* margin-bottom: 20px;*/
}

.logo-image {
    max-width: 150px;
    height: auto;
}

#account {
    width: 100%;
}

#forgot-password {
    text-align: center;
    font-size: 0.9rem;
    font-size: 0.9rem;
    margin: 5px 0;
}

#forgot-password a {
     text-decoration: none;
     color: #007bff;
}
.form-section {width:30%;
}
