.login-form{display:grid;gap:18px;max-width:480px;margin-top:34px;padding:30px;background:#fff;border:1px solid #d7d0c1}.login-form label{display:grid;gap:8px;color:#2c2925;font-size:15px;font-weight:700}.login-form label small{color:#625b53;font-size:13px;font-weight:400;line-height:1.6}.login-form input{box-sizing:border-box;width:100%;min-height:46px;border:1px solid #bdb4a5;border-radius:0;background:#fff;color:#1e1e1e;padding:10px 12px;font:16px "Noto Serif SC",Songti SC,serif;outline:none}.login-form input:focus{border-color:#b3332e;box-shadow:0 0 0 3px rgba(179,51,46,.12)}.login-form button{justify-self:start;min-width:120px;border:0;background:#b3332e;color:#fff;padding:12px 22px;font:15px "Noto Serif SC",Songti SC,serif;cursor:pointer}.login-form button:hover{background:#922822}.login-form p{margin:0;color:#625b53;font-size:14px;line-height:1.7}.login-form a{color:#9a2f20;font-size:14px;text-decoration:underline;text-underline-offset:3px}.password-strength{display:grid;gap:10px;padding:14px;border:1px solid #ddd4c6;background:#fbfaf7}.password-strength-heading{display:flex;justify-content:space-between;gap:12px;font-size:13px}.password-strength-heading span{color:#786e63}.password-strength-meter{display:grid;grid-template-columns:repeat(10,1fr);gap:4px}.password-strength-meter i{display:block;height:7px;background:#ddd7cd}.password-strength-meter i.active{background:#5c6b63}.password-strength-checks{display:grid;gap:6px;color:#786e63;font-size:13px}.password-confirmation,.password-strength-checks span{display:flex;align-items:center;gap:7px}.password-confirmation i,.password-strength-checks i{display:grid;place-items:center;width:16px;height:16px;border:1px solid #c8bfb2;border-radius:50%;font-style:normal;font-size:11px}.password-confirmation.met,.password-strength-checks .met{color:#405048}.password-confirmation.met i,.password-strength-checks .met i{border-color:#5c6b63;background:#5c6b63;color:#fff}@media(max-width:600px){.login-form{max-width:none;padding:22px}.login-form button{width:100%}}