.authorization-widget{background:#090909;position:relative;display:flex;flex:1 1 auto;width:100%;min-width:0;min-height:0;overflow:hidden}.auth-mode-switch{display:flex;width:100%;padding:4px;border-radius:999px;background:rgba(252,252,252,.08);border:1px solid rgba(252,252,252,.12)}.auth-mode-switch__tab{flex:1;text-align:center;padding:10px 12px;border-radius:999px;font-size:.8125rem;font-weight:700;line-height:1.2;color:#6e6d6d;font-family:inherit;border:none;appearance:none;background:rgba(0,0,0,0);cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.auth-mode-switch__tab_active{background:#fcfcfc;color:#191919;box-shadow:0 1px 6px rgba(0,0,0,.35)}