.brand{display:flex;align-items:center;gap:11px;font-size:16px;line-height:1.2}
.topbar{height:80px}
.brand img{display:block;width:62px;height:62px;object-fit:contain}
.brand span{display:grid;gap:3px}
.brand small{font-size:11px;font-weight:500;color:#65736b}
.login-logo-wrap{display:flex;justify-content:center;margin:-4px auto 14px}
.login-logo{display:block;width:180px;height:180px;object-fit:contain}
@media(max-width:640px){.topbar{height:auto;min-height:70px;align-items:center}.brand{font-size:14px}.brand img{width:52px;height:52px}.login-logo{width:155px;height:155px}}
