/* TungstenCloud Auth Refinement V5.15
 * - forget.htm: one Back-to-login action instead of Login/Register tabs
 * - phone country prefix: slightly shorter, without touching auth business logic
 */
body.tc-auth-page #login .input-with-select.el-input-group--prepend,
body.tc-auth-page #regist .input-with-select.el-input-group--prepend {
  --tc-phone-prefix: 92px !important;
}

body.tc-auth-page #login.tc-forget-login-root .tc-forget-back-switch {
  display: inline-flex !important;
  width: auto !important;
}
body.tc-auth-page #login.tc-forget-login-root .tc-forget-back-switch .tc-forget-back-login {
  min-width: 92px !important;
  padding-left: 13px !important;
  padding-right: 13px !important;
  white-space: nowrap !important;
}
