/* /Pages/Login.razor.rz.scp.css */
.login-container[b-lxg3pjb4s0] {
    width: 85%;
    max-width: 420px;
    border-radius: 10px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .login-container:hover[b-lxg3pjb4s0] {
        transform: scale(1.01);
        box-shadow: 0 0 35px rgba(0, 100, 255, 0.25) !important;
    }


.login-logo[b-lxg3pjb4s0] {
    height: 90px;
}
/* /Pages/ResetPassword.razor.rz.scp.css */
.container[b-fr67a7u279] {
    width: 85%;
    max-width: 420px;
    border-radius: 10px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .container:hover[b-fr67a7u279] {
        transform: scale(1.01);
        box-shadow: 0 0 35px rgba(0, 100, 255, 0.25) !important;
    }
