body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background-color:#f5f7fa;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:400px;padding:30px;transition:transform .2s,box-shadow .2s;width:100%}.login-header{margin-bottom:30px;text-align:center}.login-header h1{color:#2c3e50;font-size:22px;font-weight:600;margin-bottom:6px}.login-header h2{color:#3498db;font-size:18px;font-weight:500;margin-top:0}.form-group{margin-bottom:20px;width:100%}.form-group label{color:#5f6368;display:block;font-size:14px;font-weight:500;margin-bottom:8px;text-align:left}.form-group input{border:1px solid #dfe1e5;border-radius:4px;box-sizing:border-box;font-size:15px;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db26;outline:none}form{align-items:center;display:flex;flex-direction:column;width:100%}button{background-color:#3498db;border:none;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 16px;transition:background-color .2s;width:100%}button:hover:not(:disabled){background-color:#2980b9}button:disabled{background-color:#a0cfee;cursor:not-allowed}button.loading{color:#0000;position:relative}button.loading:after{animation:button-loading-spinner .8s linear infinite;border:2px solid #fff3;border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}@keyframes button-loading-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{align-items:center;background-color:#ffebee;border-radius:4px;box-sizing:border-box;color:#e53935;display:flex;font-size:14px;margin-bottom:20px;padding:12px 16px;width:100%}.error-message svg{stroke:#e53935;height:18px;margin-right:10px;width:18px}.login-footer{color:#7f8c8d;font-size:13px;margin-top:30px;text-align:center;width:100%}
/*# sourceMappingURL=main.b5bffd8c.css.map*/