@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");.bg{position:relative;top:0;width:100vw;height:85vh;overflow:hidden;box-shadow:0 6px 12px rgba(0,0,0,.678)}.branding-logo-container{position:fixed;top:20px;left:20px;z-index:1000}.fondo{position:absolute;top:-120vw;left:-113vw;height:230vw;aspect-ratio:1;z-index:-1;border-radius:50%;background:conic-gradient(rgb(60,104,139) 7.15%,rgb(38,37,104) 21.45%,rgb(69,41,114) 35.75%,rgb(60,104,139) 50.05%,rgb(38,37,104) 64.35%,rgb(69,41,114) 92.85%,rgb(60,104,139) 100%);animation:rotar 80s linear infinite;filter:blur(50px)}@keyframes rotar{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bg,.footer{font-family:Quicksand,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;display:flex;justify-content:center;align-items:center}.form{background:#1b1b1b}body{background:#1b1b1b!important}.btnLogin{margin:20px;height:50px;background:#3352da}input{background:transparent}