
:root{
  --az-blue:#1677ff;
  --az-blue2:#3d95ff;
  --az-dark:#101828;
  --az-gray:#6f7d91;
  --az-border:#dce7f6;
}
*{box-sizing:border-box}
html,body{min-height:100%}
body{
  margin:0;
  color:var(--az-gray);
  background:#f4f9ff url('/static/images/login-bg-v4.svg') no-repeat center/cover;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
}
a{color:var(--az-blue)}
.az-page{min-height:100vh;position:relative;overflow:hidden}
.az-brand{
  position:fixed;left:5vw;top:7vh;z-index:5;
  display:flex;align-items:center;gap:12px;
  color:var(--az-dark);font-size:26px;font-weight:900;
}
.az-brand img{width:44px;height:44px;border-radius:11px;box-shadow:0 10px 22px rgba(22,119,255,.20)}
.az-copy{position:fixed;left:9vw;top:22vh;z-index:3}
.az-copy h1{margin:0;font-size:clamp(42px,3.7vw,64px);line-height:1.08;font-weight:900;color:var(--az-dark);letter-spacing:1px}
.az-copy h1 span{color:var(--az-blue)}
.az-copy .sub{margin-top:18px;font-size:clamp(22px,1.7vw,30px);font-weight:800;color:#6e7b90}
.az-copy .line{margin:22px 0 18px;width:52px;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--az-blue),#76c3ff)}
.az-copy .desc{font-size:clamp(15px,1vw,18px);letter-spacing:2px;color:#6f7d91;font-weight:500}
.az-tags{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}
.az-tag{
  height:42px;padding:0 16px;border-radius:9px;background:rgba(255,255,255,.78);
  display:flex;align-items:center;gap:8px;color:#344054;font-size:15px;font-weight:700;
  box-shadow:0 12px 26px rgba(22,119,255,.08);border:1px solid rgba(226,237,249,.9);
}
.az-tag i{width:22px;height:22px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-style:normal;font-size:13px;background:linear-gradient(135deg,#4da3ff,#1677ff)}
.az-tag.green i{background:linear-gradient(135deg,#48d597,#12b76a)}
.az-tag.purple i{background:linear-gradient(135deg,#9b8cff,#7a5cff)}
.az-hero{position:fixed;left:7vw;top:46vh;width:min(46vw,760px);height:auto;z-index:2;transform:translateY(-4%)}

.container{position:relative;z-index:4;width:100%;min-height:100vh}
.login-wrapper{
  min-height:100vh;display:flex;align-items:center;justify-content:flex-end;
  padding-right:clamp(56px,10vw,220px);
}
.login-screen{width:clamp(430px,33vw,560px);max-width:560px;margin:0;padding:0}
.login_screen_nei{margin:0}
.login-form{
  width:100%;
  padding:42px 44px 38px;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(224,236,250,.98);
  border-radius:22px;
  box-shadow:0 24px 64px rgba(22,119,255,.12);
  backdrop-filter:blur(10px);
  position:relative;
}
.login-form:before{
  content:"";position:absolute;inset:0;border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(244,249,255,.28));
  pointer-events:none;
}
.login-form>*{position:relative;z-index:1}
.az-form-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:26px;border-bottom:1px solid #edf2f8;margin-bottom:26px}
.az-title-wrap{display:flex;align-items:center;gap:15px}
.az-title-wrap img{width:50px;height:50px;border-radius:12px;box-shadow:0 10px 22px rgba(22,119,255,.20)}
.dati{font-size:27px;font-weight:900;line-height:1.15;color:var(--az-dark);letter-spacing:.5px}
.minti{font-size:16px;margin-top:6px;color:#667085;font-weight:600}
.az-safe{display:flex;align-items:center;gap:7px;color:#7b8798;font-size:14px;font-weight:700}
.az-safe-icon{width:23px;height:23px;border-radius:8px;background:#eaf4ff;color:var(--az-blue);display:inline-flex;align-items:center;justify-content:center;font-size:13px}
#login-form{margin-top:0}
#login-form .input-group{
  width:100%;height:54px;margin-bottom:18px;
  border:1px solid var(--az-border);border-radius:10px;background:rgba(255,255,255,.9);
  overflow:hidden;transition:all .2s ease;
}
#login-form .input-group:focus-within{border-color:rgba(22,119,255,.52);box-shadow:0 0 0 4px rgba(22,119,255,.08);background:#fff}
#login-form .input-group-addon{background:transparent;border:none;color:#9aa6b8;min-width:50px}
#login-form .form-control{height:52px;border:none;box-shadow:none;background:transparent;color:#111827;font-size:15px}
#login-form .form-control::placeholder{color:#a4afbd}
.az-captcha-row{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.az-captcha-row .input-group{flex:1;margin-bottom:0!important}
.az-captcha-img{width:120px;height:40px;border-radius:8px;object-fit:cover;background:#f4f7fb}
.az-refresh{white-space:nowrap;color:var(--az-blue);font-size:15px;font-weight:700;cursor:pointer}
.az-form-options{display:flex;align-items:center;justify-content:space-between;margin:2px 0 20px;color:#687386;font-size:14px}
.az-form-options label{font-weight:500;display:flex;align-items:center;gap:7px;margin:0}
.az-form-options input{margin:0}
.az-forgot{color:var(--az-blue);font-weight:700}
.btn.btn-success{
  height:54px;border:none;border-radius:10px;
  background:linear-gradient(90deg,var(--az-blue2),var(--az-blue))!important;
  box-shadow:0 14px 28px rgba(22,119,255,.24);
  font-size:18px;font-weight:800;letter-spacing:5px;transition:all .2s ease;
}
.btn.btn-success:hover,.btn.btn-success:focus{transform:translateY(-1px);box-shadow:0 18px 34px rgba(22,119,255,.30);opacity:.98}
.az-help-line{display:flex;align-items:center;margin:30px 0 18px;color:#a5afbd}
.az-help-line:before,.az-help-line:after{content:"";height:1px;background:#edf2f8;flex:1}
.az-help-line span{padding:0 28px}
.az-help{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--az-blue);font-size:16px;font-weight:800}
.az-help .glyphicon{font-size:17px}
.footer{position:fixed;bottom:24px;left:0;right:0;text-align:center;color:#8aa3c0;font-size:14px;line-height:1.8;z-index:4}

@media(max-width:1280px){
  .az-copy{left:6vw}
  .az-hero{left:4vw;width:48vw}
  .login-wrapper{padding-right:5vw}
}
@media(max-width:1024px){
  .az-copy,.az-hero{display:none}
  .az-brand{left:28px;top:28px}
  .login-wrapper{justify-content:center;padding:0 24px}
  .login-screen{width:100%;max-width:500px}
}
@media(max-width:640px){
  .az-brand{font-size:22px}.az-brand img{width:36px;height:36px}
  .login-form{padding:32px 22px 30px;border-radius:20px}
  .az-form-head{display:block;padding-bottom:22px;margin-bottom:24px}
  .az-safe{margin-top:16px}
  .dati{font-size:25px}
  .az-captcha-row{gap:8px}.az-captcha-img{width:98px}.az-refresh{display:none}
  .footer{font-size:12px;bottom:12px}
}
@media(max-height:760px) and (min-width:1025px){
  .az-brand{top:38px}
  .az-copy{top:16vh}
  .az-hero{top:45vh;width:min(43vw,700px)}
  .login-form{padding:34px 40px 30px}
  #login-form .input-group{height:50px;margin-bottom:14px}
  #login-form .form-control{height:48px}
  .az-form-head{padding-bottom:20px;margin-bottom:20px}
  .az-help-line{margin:22px 0 14px}
  .footer{bottom:14px}
}
