.login-page{height:100vh;width:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/image/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(8px);z-index:0}.login-page:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.login-card{display:flex;width:850px;height:600px;border-radius:16px;overflow:hidden;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #00000040;border:1px solid rgba(255,255,255,.3);z-index:2;position:relative}.login-form{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px}.login-form h2{margin-bottom:20px;color:#fff}.login-form form{width:100%;max-width:320px;display:flex;flex-direction:column;align-items:center;gap:0;touch-action:manipulation}.login-form form div{width:100%;touch-action:manipulation}.login-form input{width:100%;padding:12px;margin:10px 0;border-radius:8px;border:1px solid #ccc;font-size:14px;background-color:#fff;box-sizing:border-box;display:block;position:relative;z-index:10;-webkit-appearance:none;appearance:none;touch-action:manipulation}.login-form input:focus{outline:2px solid #3877ec;outline-offset:2px;border-color:#3877ec}.login-form input:active{background-color:#fff}.login-form button{width:100%;padding:12px;margin:10px 0;border-radius:8px;border:none;font-size:14px;background:#3877ec;color:#fff;cursor:pointer;font-weight:700;transition:background .3s ease;box-sizing:border-box;display:block;-webkit-appearance:none;appearance:none;touch-action:manipulation}.login-form button:hover{background:#2e64c5}.login-form button:active{background:#1e4a9f}.login-form button:disabled{background:#999;cursor:not-allowed;opacity:.7}.error-text{color:#dc2626;font-size:12px;margin-top:4px;margin-bottom:8px}.login-welcome{flex:1;background:#2671e2de;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-welcome h2{margin-bottom:15px;font-size:28px}.login-welcome p{margin-bottom:20px;line-height:1.6;font-size:15px}.login-welcome span{color:#ffeb3b;font-weight:700;cursor:pointer;transition:all .3s ease}.login-welcome span:hover{text-decoration:underline;opacity:.8}@media (max-width: 768px){.login-card{width:90%;height:auto;flex-direction:column;max-height:90vh}.login-form{padding:30px}.login-form h2{margin-bottom:15px;font-size:24px}.login-form form{max-width:280px}.login-form input,.login-form button{padding:10px;margin:8px 0;font-size:14px}.login-welcome{padding:20px;min-height:200px}.login-welcome h2{font-size:20px;margin-bottom:10px}.login-welcome p{font-size:13px;margin-bottom:15px}}@media (max-width: 480px){.login-card{width:95%;height:auto}.login-form{padding:20px}.login-form h2{margin-bottom:12px;font-size:20px}.login-form form{max-width:100%}.login-form input,.login-form button{padding:10px;margin:6px 0;font-size:14px}.login-welcome{padding:15px;min-height:150px}.login-welcome h2{font-size:18px;margin-bottom:8px}.login-welcome p{font-size:12px}}html,body{height:100%;margin:0;padding:0;background:none;font-family:Arial,sans-serif}.register-page{height:100vh;width:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.register-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/image/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(8px);z-index:0}.register-page:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.register-card{display:flex;width:850px;height:600px;border-radius:16px;overflow:hidden;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #00000040;border:1px solid rgba(255,255,255,.3);z-index:2;position:relative}.register-form{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px}.register-form h2{margin-bottom:20px;color:#fff}.register-form form{width:100%;max-width:320px;display:flex;flex-direction:column;align-items:center;gap:0}.register-form form div{width:100%}.register-form input,.register-form button,.register-form select.input-select{width:100%;padding:12px;margin:10px 0;border-radius:8px;border:1px solid #ccc;font-size:14px;box-sizing:border-box;display:block}.register-form select.input-select{appearance:none;background-color:#fff;cursor:pointer}.register-form button{background:#3877ec;color:#fff;border:none;cursor:pointer;font-weight:700;transition:background .3s ease}.register-form button:hover{background:#2e64c5}.register-welcome{flex:1;background:#2671e2de;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.register-welcome h2{margin-bottom:15px;font-size:28px}.register-welcome a{color:#fff;font-weight:700;text-decoration:underline;cursor:pointer}.input-select{padding:12px;margin:10px 0;border-radius:8px;border:1px solid #ccc;font-size:14px;width:100%}
