@charset "UTF-8";
.nsmath-auth-field{display:flex;flex-direction:column;gap:8px;min-width:0}
.nsmath-auth-field>label{display:block;margin:0;color:#19372f;font-size:14px;font-weight:650}
.nsmath-password-control{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:8px;min-width:0}
.nsmath-password-control>input{display:block;box-sizing:border-box;width:100%;min-width:0;min-height:52px;margin:0;padding:13px 14px;border:1px solid #cbded6;border-radius:12px;background:#fbfdfb;color:#19372f;font:inherit;font-size:16px;line-height:1.4}
.nsmath-password-control>.nsmath-password-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;box-sizing:border-box;min-width:48px;min-height:48px;margin:0;padding:10px 12px;border:1px solid #cbded6;border-radius:12px;background:#f0f7f3;color:#146653;font:inherit;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}
.nsmath-password-control>.nsmath-password-toggle:hover{background:#e2f2ea;border-color:#95c7b4}
.nsmath-password-control>input:focus-visible,.nsmath-password-control>.nsmath-password-toggle:focus-visible{outline:3px solid #66b6ff;outline-offset:3px}
.nsmath-password-toggle svg{flex:none;pointer-events:none}
.nsmath-password-toggle[data-visible="true"] .nsmath-eye-slash{display:none}
.nsmath-password-control>.nsmath-password-toggle[hidden]{display:none}
.nsmath-login-hint{display:block;color:#667970;font-size:12px;font-weight:400;line-height:1.5;margin-top:5px}
@media(max-width:420px){.nsmath-password-toggle [data-password-label]{display:none}}
