body{background:url('../images/indexbg.webp') no-repeat center center fixed!important;background-size:cover!important;font-family:'Poppins',sans-serif;color:white;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative}body::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:1}.welcome-container{position:relative;z-index:2000;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);padding:30px;border-radius:10px;width:350px;box-shadow:0 0 15px rgba(255,255,255,0.5)}.input-group{background:rgba(255,255,255,0.2);border-radius:8px;overflow:hidden;margin-bottom:15px}.input-group-text{background:rgba(255,255,255,0.2);border:none;color:white}.form-control{background:transparent;border:none;color:white;padding:12px}.form-control::placeholder{color:rgba(255,255,255,0.7)}.btn-login{background:rgba(255,255,255,0.3);border:none;color:white;font-size:1rem;font-weight:600;padding:12px;border-radius:8px;transition:all 0.3s ease-in-out}.btn-login:hover{background:white;color:#0056b3}.site-footer{position:absolute;bottom:10px;width:100%;text-align:center;color:white;z-index:2}
