.auth-gradient-background{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:linear-gradient(-45deg,var(--bs-primary) 0%,#ffffff 25%,var(--bs-primary-lighter) 50%,#f8f9fa 75%,var(--bs-primary) 100%);background-size:400% 400%;animation:gradientBG 15s ease infinite;z-index:0;pointer-events:none}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.authentication-wrapper{position:relative;z-index:1}.authentication-wrapper.authentication-basic{background:transparent!important}.authentication-wrapper.authentication-basic .authentication-inner .card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffd9!important;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #1f26875e}html,body{overflow:hidden;height:100%}
