.form-container,.loading-screen{height:100vh;display:flex;align-items:center;justify-content:center}.form-container{max-width:40rem;margin:auto}.fa-list-check,.login-input{margin-bottom:1rem}.fa-list-check{font-size:3rem;color:#fff;background-color:#212529;border-radius:3px;padding:7px 10px}.create-account{margin-top:1rem;cursor:pointer;text-align:center}.login-page{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 15s ease infinite;height:100vh}.center{display:block;text-align:center;margin-top:1rem}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:769px){.form-container{text-align:center}}