/* /Components/Toolbar.razor.rz.scp.css */
.top-menu[b-7l0dbf7zzi] {
    background-color: #337AB7;
    height: 55px;
}

.image-tool-bar[b-7l0dbf7zzi] {
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 115px;
    position: absolute;
}
/* /Pages/Login/Login.razor.rz.scp.css */
.cover[b-9fw4kihrq0] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.form-container[b-9fw4kihrq0] {
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

.logo[b-9fw4kihrq0] {
    max-height: 150px;
    max-width: 325px;
    object-fit: cover;
    display: block;
    margin: 3rem auto;
}
/* /Pages/Login/RecoverPassword.razor.rz.scp.css */
.cover[b-hhl9swoant] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.form-container[b-hhl9swoant] {
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

.logo[b-hhl9swoant] {
    max-height: 150px;
    max-width: 325px;
    object-fit: cover;
    display: block;
    margin: 3rem auto;
}
