.form-container{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.logo-container>a{display:flex;width:max-content;align-items:center;.logo-container>a>img{margin-bottom:5px}.logo-text,.logo-text2{font-family:Aquire;color:#fff;font-weight:lighter}.logo-text2{font-size:16px}}@media (max-width:390px){.img-logo{width:45px;height:auto}.logo-text2{font-size:10px!important}}@media (max-width:752px){.img-logo{width:45px;height:auto}}.spinner-container{position:fixed;bottom:10vh;left:3vw;background-color:#121615;border-radius:20%}.spinner{display:block;transform:rotate(45deg);perspective:1000px;border-radius:70%;width:48px;height:48px;color:#daa520}.spinner:after,.spinner:before{content:"";font-size:25px;display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:spin 1s linear infinite}.spinner:after{color:#ff3d00;transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes spin{0%,to{box-shadow:.2em 0 0 0 currentcolor}12%{box-shadow:.2em .2em 0 0 currentcolor}25%{box-shadow:0 .2em 0 0 currentcolor}37%{box-shadow:-.2em .2em 0 0 currentcolor}50%{box-shadow:-.2em 0 0 0 currentcolor}62%{box-shadow:-.2em -.2em 0 0 currentcolor}75%{box-shadow:0 -.2em 0 0 currentcolor}87%{box-shadow:.2em -.2em 0 0 currentcolor}}.confirm-password{margin:10px 0}.forgot-pass-text{cursor:pointer;background-color:unset;color:#9b9b9b;font-size:14px;border:unset}.forgot-pass-text:hover{color:#fff}.form-input{position:relative;display:flex;align-items:center}.show-pass-icon{position:absolute;cursor:pointer;left:3%}.show-pass{font-size:14px}.form-content{display:flex;color:#e0b909;background-color:#05062d;border:2px solid #4b4b4bb4;border-radius:15px;overflow:hidden;flex-direction:column;justify-content:center;justify-content:space-evenly;padding:25px;min-width:30vw;height:70vh}.forgot-pass-container{height:max-content!important}.password-alert{font-size:smaller;margin-top:10px}.forgot-pass-title{margin:20px 0!important}.logo-container{align-self:center}.form-title h3{margin-bottom:40px}.countdown{margin:10px 0}@media screen and (max-width:990px){.form-content{width:70%}}@media screen and (max-width:476px){.form-content{width:95%}}.header__background{top:0;left:0;width:100vw;height:100vh;position:fixed;background:linear-gradient(300deg,#0a052b,#11018b,#4d018b,#05324c);background-size:180% 180%;animation:gradient-animation 5s ease infinite;overflow:hidden;z-index:-1}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}