﻿.account-container {
    /*background-image: url('../Content/images/WESLogo.png');
    background-size: 200px;
    background-position: center top;
    background-repeat: no-repeat;
        background-color: lightgrey;
    background-color: rgba(120, 194, 173, 0.1);*/

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem 0;
}

.account-box {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    width: 100%;
    opacity: 0.9;
}
