html,body,#root{height:100%;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-container{height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/assets/background-DjEm5VTB.gif);background-size:cover;background-position:center}.login-form{background:#ffffffcf;padding:2rem;border-radius:10px;box-shadow:0 0 20px #0003;width:100%;max-width:400px}.login-form h2{text-align:center;color:#333;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}input{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:16px;transition:border-color .3s;max-width:92%}input:focus{outline:none;border-color:#4a90e2}input.error{border-color:#ff3e3e}.error-message{color:#ff3e3e;font-size:14px;margin-top:5px;display:block}button{width:100%;padding:12px;background-color:#4a90e2;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s}button:hover{background-color:#357abd}.success-container{align-items:center;justify-content:center;display:flex;flex-direction:column;text-align:center;padding:2rem;max-width:400px;margin:0 auto}.success-container h1{color:#4caf50;margin-bottom:.5rem}.success-container p{font-size:1.2rem;color:#333}.text-white{color:#fff!important}.checkmark{border-radius:50%;display:block;stroke-width:2;stroke:#4caf50;stroke-miterlimit:10;margin:10% auto;box-shadow:inset 0 0 #4caf50;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#4caf50;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #4caf50}}
