.whale-remove-hint {
  display: none !important;
}

body.merchant-recovery-page .content {
  min-width: 0;
}

body.merchant-recovery-page .content-inner {
  width: min(440px, calc(100% - 32px)) !important;
  max-width: 440px;
  height: auto !important;
  min-width: 0;
  overflow: visible !important;
  box-sizing: border-box;
}

body.merchant-recovery-page .login-form-wrapper,
body.merchant-recovery-page .login-form,
body.merchant-recovery-page .arco-tabs,
body.merchant-recovery-page .arco-tabs-content,
body.merchant-recovery-page .arco-tabs-pane,
body.merchant-recovery-page .arco-tabs-nav,
body.merchant-recovery-page .arco-form-item,
body.merchant-recovery-page .arco-form-item-wrapper-col,
body.merchant-recovery-page .arco-form-item-content-wrapper,
body.merchant-recovery-page .arco-form-item-content,
body.merchant-recovery-page .arco-input-wrapper {
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
}

body.merchant-recovery-page .merchant-recovery-note {
  margin: 0 0 14px;
  padding: 10px 12px;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.65;
  background: #f2f7ff;
  border: 1px solid #d9e8ff;
  border-radius: 8px;
}

body.merchant-recovery-page .arco-input-wrapper {
  min-height: 42px;
  padding-right: 12px;
  padding-left: 12px;
  background: #f7f8fa;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
}

body.merchant-recovery-page .arco-input-wrapper:hover {
  background: #fff;
  border-color: #94bfff;
}

body.merchant-recovery-page .arco-input-wrapper:focus-within {
  background: #fff;
  border-color: #165dff;
  box-shadow: 0 0 0 3px rgba(22, 93, 255, 0.12);
}

body.merchant-recovery-page .arco-form-item {
  margin-bottom: 14px;
}

body.merchant-recovery-page .arco-btn-long {
  min-height: 42px;
  border-radius: 8px;
}

body.merchant-recovery-page .arco-modal {
  width: min(440px, calc(100vw - 32px)) !important;
  border-radius: 12px;
}

@media (max-width: 960px) {
  body.merchant-recovery-page .banner {
    display: none !important;
  }

  body.merchant-recovery-page .content {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}

@media (max-width: 640px) {
  body.merchant-recovery-desktop .logo {
    display: none !important;
  }

  body.merchant-recovery-desktop .content {
    min-height: 100vh !important;
  }

  body.merchant-recovery-page .logo {
    height: 82px !important;
  }

  body.merchant-recovery-page .content {
    height: auto !important;
    min-height: calc(100vh - 82px) !important;
    padding: 34px 16px 76px !important;
    align-items: flex-start !important;
  }

  body.merchant-recovery-page .content-inner {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.merchant-recovery-page .login-form-title {
    margin-bottom: 10px;
  }

  body.merchant-recovery-page .arco-modal-body {
    padding-right: 18px;
    padding-left: 18px;
  }
}
