body{font-family:Arial,sans-serif;margin:0;padding:0;background-color:#f5f5f5;display:flex;height:100vh}.left-container{flex:1;display:grid;justify-content:center;align-items:center;padding:2rem;background-image:url(https://pidb-bucket.s3.ap-southeast-4.amazonaws.com/backups/Logo_W+-+PI.png);background-size:cover}.right-container{flex:1;background-image:url(https://pidb-bucket.s3.ap-southeast-4.amazonaws.com/backups/Logo_W+-+PI.png);background-size:contain;background-position:center}.login-wrapper{background-color:#fff;padding:2rem;box-shadow:0 1px 3px #0000001a;border-radius:8px;max-width:400px;width:100%}.form{display:flex;flex-direction:column;gap:1rem}.form-label{margin-bottom:.5rem}.form-control{padding:.5rem;border:1px solid #ccc;border-radius:4px;width:100%}button{padding:.5rem;background-color:#343a40;color:#fff;border:none;border-radius:4px;cursor:pointer}button:hover{background-color:#29323a}p{margin-top:1rem}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}.hidden{display:none}
