html body .auth-trust-box{
  display:grid!important;
  gap:10px!important;
  margin:18px 0 0!important;
  padding:17px 18px!important;
  border:2px solid #31d39b!important;
  border-radius:14px!important;
  background:#082536!important;
  color:#eefdf8!important;
  box-shadow:0 18px 38px rgba(0,0,0,.28),0 0 0 4px rgba(49,211,155,.08)!important;
}

html body .auth-trust-box strong{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#ffffff!important;
  font-size:15px!important;
  font-weight:950!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

html body .auth-trust-box strong:before{
  content:"🔒";
  font-size:16px!important;
}

html body .auth-trust-box p{
  margin:0!important;
  color:#d9fff3!important;
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

html body .auth-trust-box ul{
  display:grid!important;
  gap:7px!important;
  margin:0!important;
  padding-left:21px!important;
  color:#ffffff!important;
  font-size:14px!important;
  font-weight:850!important;
  letter-spacing:0!important;
  line-height:1.35!important;
}

html body .auth-trust-box li{
  color:#ffffff!important;
}

html body .auth-trust-box li::marker{
  color:#31d39b!important;
}

html body .auth-security-footer a{
  color:#9ee8cf!important;
  font-weight:950!important;
}

html body .starter-proof span{
  background:#f8fffb!important;
  border-color:#b8f3dc!important;
  color:#10243a!important;
  text-shadow:none!important;
  box-shadow:0 8px 20px rgba(0,0,0,.14)!important;
}
