* {
  margin: 0;
  padding: 0;
  border: 0;
}

.no-access-or-registered-box {
  min-height: 460px;
  display: flex;
  padding: 113px;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
.no-access-or-registered-left-img {
  width:260px;
  height: 130px;
}
.no-access-or-registered-right-box {
  max-width: 280px;
  flex-shrink: 0;
  word-break: break-all;
}
.no-access-or-registered-app-name {
  color: #1D2129;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 12px;
}
.no-access-or-registered-tip {
  color: #4E5969;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 8px;
}
.no-access-or-registered-desc {
  color: #86909C;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
.auth_login_footer {
  position: static;
  margin-top: 20px;
  text-align: center;
}

.mobile-bg {
  background-image: url(../../common/images/mobile_bg_new.png) !important;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 0;
}

.mobile-header {
  box-shadow: none;
  width: calc(100% - 32px);
}

.mobile-main-box {
  /*margin-top: -20px;*/
}

.mobile-page-center-box {
  box-sizing: border-box;
  height: calc(100vh - 25px);
  overflow-x: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow-y: hidden;
}

.mobile-page-content-box {
  max-height: calc(100vh - 25px);
  overflow: auto;
  padding: 16px;
}

.mobile-page-white-box {
  width: calc(100% - 84px);
  text-align: center;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 90%);
}

.mobile-no-access-or-registered-box {
  padding: 138px 42px;
}
