body{height:100vh;margin:0}.body{flex-direction:column;height:100%}.body,.footer{display:flex;justify-content:space-between}.footer{padding-left:15px;padding-right:15px;height:40px;padding-bottom:20px}.global{padding-top:250px;text-align:center}.form{margin:0 auto;background-color:#fff;display:block;padding:1rem;max-width:350px;border-radius:.5rem;box-shadow:0 0 15px -3px rgba(0,0,0,.5),0 4px 6px -2px rgba(0,0,0,.05)}.input-container{position:relative}.form button,.input-container input{outline:none;margin:8px 0;box-sizing:border-box}.input-container input{background-color:#fff;padding:1rem 3rem 1rem 1rem;box-shadow:none}.input-container input,.submit{font-size:.875rem;line-height:1.25rem;border-radius:.5rem}.submit{display:block;padding:.75rem 1.25rem;background-color:#4F46E5;color:#ffffff;font-weight:500;text-transform:uppercase}.loader-wrapper{display:flex;justify-content:center;align-items:center;height:100%}.loader{width:44.8px;height:44.8px;color:#554cb5;position:relative;background:radial-gradient(11.2px,currentColor 94%,rgba(0,0,0,0))}.loader:before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(10.08px at bottom right,rgba(0,0,0,0) 94%,currentColor) 0 0,radial-gradient(10.08px at bottom left,rgba(0,0,0,0) 94%,currentColor) 100% 0,radial-gradient(10.08px at top right,rgba(0,0,0,0) 94%,currentColor) 0 100%,radial-gradient(10.08px at top left,rgba(0,0,0,0) 94%,currentColor) 100% 100%;background-size:22.4px 22.4px;background-repeat:no-repeat;animation:loader 1.5s cubic-bezier(.3,1,0,1) infinite}@keyframes loader{33%{inset:-11.2px;transform:rotate(0deg)}66%{inset:-11.2px;transform:rotate(90deg)}to{inset:0;transform:rotate(90deg)}}.header{display:flex;justify-content:space-between;height:60px;align-items:center;padding-left:25px;box-sizing:border-box;flex-shrink:0}.header .logo{background-image:url(/images/png/Logo.png);width:64px;height:60px}