.login-container{padding:2rem;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.08);width:24rem;display:flex;flex-direction:column;gap:1rem;background:#fff}.login-title{font-size:2rem;font-weight:700;text-align:center}.login-desc{border-bottom:2px dashed #facc15;padding-bottom:1rem;margin-bottom:.5rem}.login-label{font-size:1rem;font-weight:500}.login-input{padding:.5rem;border-bottom:1px solid #9ca3af;background:#f3f4f6;border-radius:.25rem}.login-error{color:#ef4444;font-size:.875rem;text-align:center}.login-btn{background:#ef4444}.login-btn,.login-btn-small{padding:.5rem;border-radius:.25rem;font-weight:700;color:#fff;transition:background .2s}.login-btn-small{width:6rem;background:#2563eb}.login-btn:disabled{background:#9ca3af;cursor:not-allowed}.login-btn:not(:disabled):hover{background:#2563eb}