.litauth-tabs{
  display:flex;width:100%;gap:0;margin:0 0 14px;padding:4px;
  border:1px solid rgba(0,0,0,.08);border-radius:5px;background:rgba(0,0,0,.03);
}
.litauth-tabs__tab{
  flex:1;appearance:none;border:0;padding:10px 0;border-radius:5px;background:transparent;
  cursor:pointer;font-size:13px;font-weight:700;text-align:center;opacity:.7;
  transition:opacity .15s ease, background .15s ease;
}
.litauth-tabs__tab.is-active{opacity:1;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.10)}
.litauth-tabs__panes{position:relative}
.litauth-tabs__pane{display:none}
.litauth-tabs__pane.is-active{display:block}

.litauth-divider{
  display:flex;align-items:center;justify-content:center;margin:14px 0 10px;
  font-size:12.5px;font-weight:600;opacity:.7;position:relative;
}
.litauth-divider:before,.litauth-divider:after{content:"";flex:1;height:1px;background:rgba(0,0,0,.10)}
.litauth-divider:before{margin-right:10px}
.litauth-divider:after{margin-left:10px}

#f_pd_agreement span::after{content:none!important;display:none!important;}
#f_pd_agreement,#f_ads_agreement{margin-bottom:0;}