@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
body { margin: 0; padding: 0; font-family: 'Segoe UI', sans-serif; background: url('https://images.unsplash.com/photo-1542273917363-3b1817f69a2d?q=80&w=1440&auto=format&fit=crop') no-repeat center center fixed; background-size: cover; display: flex; justify-content: center; align-items: center; min-height: 100vh; }
.glass-container { background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 20px; padding: 40px; width: 90%; max-width: 450px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); color: #fff; text-align: center; }
.glass-container h2 { margin-top: 0; font-weight: 600; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); margin-bottom: 25px; }
.input-group { margin-bottom: 20px; position: relative; text-align: left; }
.input-group i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #fff; }
.input-group label { display: block; font-size: 13px; margin-bottom: 5px; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }
.glass-input, .glass-select { width: 100%; padding: 12px 15px 12px 40px; background: rgba(0, 0, 0, 0.3); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 10px; color: #fff; outline: none; box-sizing: border-box; transition: 0.3s; font-size: 14px; }
.glass-select { padding-left: 15px; } .glass-select option { color: #333; }
.glass-input::placeholder { color: #ddd; } .glass-input:focus, .glass-select:focus { background: rgba(0, 0, 0, 0.5); border-color: #41b755; }
.btn-green { width: 100%; padding: 12px; background: #0a6a56; color: white; border: none; border-radius: 10px; cursor: pointer; font-weight: bold; font-size: 16px; transition: 0.3s; box-shadow: 0 4px 15px rgba(10, 106, 86, 0.4); }
.btn-green:hover { background: #2d5016; }
.links { margin-top: 20px; font-size: 14px; } .links a { color: #41b755; text-decoration: none; font-weight: bold; display: block; margin-bottom: 10px; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .links a:hover { color: #fff; }
.alert { padding: 10px; border-radius: 8px; margin-bottom: 20px; font-size: 14px; }
.alert-error { background: rgba(255, 0, 0, 0.5); border: 1px solid red; } .alert-success { background: rgba(65, 183, 85, 0.5); border: 1px solid #41b755; }