body{background-color:#fff;font-family:sans-serif;font-weight:700}#logintitle{display:flex;justify-content:center;color:#000000c1;font-size:35px;margin-bottom:30px}#logincontainer{display:flex;justify-content:center;align-items:center;background:#fff;box-shadow:-1px 2px 315px #83838399;margin:5% auto auto;width:500px;height:500px;border-radius:30px}#Loginform{display:flex;flex-direction:column;align-items:center}.OAuth-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#e6e0df;color:#000;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in}.OAuth-btn:hover{background-color:#d4d4d8}#G-btn{transform:scale(1.2)}.signininput{width:350px;height:42px;border-radius:5px;border:1px solid #b1b1b1;padding-left:40px;margin-bottom:10px}.registerbtn,#loginbtn{cursor:pointer;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:15px;width:300px;height:40px;border-radius:10px;margin-left:10px;background-color:#f9c030;border:1px solid rgb(249,188,35);font-weight:700}#haveanaccount{font-size:16px;color:#000000c7}#account-footer{gap:16px;width:100%;display:flex;justify-items:center;align-items:center}#loginredirectbutton{font-size:15px;text-decoration:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700;cursor:pointer;color:#ffca30}.loader{visibility:hidden;margin-top:10%;margin-left:28%;display:absolute;--height-of-loader: 4px;--loader-color: rgb(234, 182, 49);width:130px;height:var(--height-of-loader);border-radius:30px;background-color:#0003;position:relative}.loader:before{content:"";position:absolute;background:var(--loader-color);top:0;left:0;width:0%;height:100%;border-radius:30px;animation:moving 1s ease-in-out infinite}@keyframes moving{50%{width:100%}to{width:0;right:0;left:unset}}
