/* VivaMed 3.7.4 — confirmação humana no login */
.login-human-check{display:flex!important;align-items:center;gap:12px;padding:13px 15px;border:1px solid #d7e2e8;border-radius:12px;background:#f8fbfc;cursor:pointer;transition:.2s ease;margin:3px 0 1px}
.login-human-check:hover{border-color:#7bbac0;background:#f1faf9}.login-human-check input{position:absolute;opacity:0;pointer-events:none}
.login-human-box{width:27px;height:27px;display:grid;place-items:center;border:2px solid #9db4bf;border-radius:7px;background:#fff;color:transparent;font-size:17px;font-weight:900;flex:0 0 27px;transition:.2s ease}
.login-human-check input:checked+.login-human-box{background:#168b94;border-color:#168b94;color:#fff;box-shadow:0 0 0 4px rgba(22,139,148,.12)}
.login-human-check input:focus-visible+.login-human-box{outline:3px solid rgba(22,139,148,.25);outline-offset:2px}
.login-human-check strong{display:block;color:#18364a;font-size:14px}.login-human-check small{display:block;color:#708595;font-size:11px;font-weight:500;margin-top:2px}
.login-clean-form button:disabled{opacity:.48;cursor:not-allowed;filter:grayscale(.25);box-shadow:none!important}
