@import '_content/AplusAcademia.Presentation.Component/AplusAcademia.Presentation.Component.ovt8jlok1x.bundle.scp.css';

/* _content/AplusAcademia.Presentation.Web/Components/Account/Pages/Login.razor.rz.scp.css */
.login[b-2enst69tuw] {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 100vh;*/
    background-color: #f0f4f7; /* Adjust the background color as needed */
    padding: 15px;
    border-radius: 10px;
    max-width: 440px;
}

.login-wrapper[b-2enst69tuw] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 440px; /* Adjust max-width to fit the internal container */
    background-color: #e0e0e0; /* Adjust the background color as needed */
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box; /* Ensure padding is included in the width calculation */
    margin: 10px; /* Add margin to shrink the surrounding background color section */
}

.control-section[b-2enst69tuw] {
    width: 100%;
    max-width: 440px; /* Adjust the max-width as needed */
    padding: 20px;
    background-color: white; /* Adjust the background color as needed */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
    border-radius: 8px; /* Optional: Rounds the corners */
    box-sizing: border-box; /* Ensure padding is included in the width calculation */
}

@media (max-width: 600px) {
    .control-section[b-2enst69tuw] {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}
