/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../merged-node_modules/node_modules/.pnpm/css-loader@6.5.1_webpack@5.93.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../merged-node_modules/node_modules/.pnpm/vue-loader@15.10.0_css-loader@6.5.1_webpack@5.93.0__lodash@4.17.21_underscore@1.13.7_vue-temp_p4foeoekwewgz6lp5ogc4csrlm/node_modules/vue-loader/lib/loaders/stylePostLoader.js!../merged-node_modules/node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.93.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!../merged-node_modules/node_modules/.pnpm/less-loader@10.2.0_less@4.1.2_webpack@5.93.0/node_modules/less-loader/dist/cjs.js!../merged-node_modules/node_modules/.pnpm/style-resources-loader@1.5.0_webpack@5.93.0/node_modules/style-resources-loader/lib/index.js??clonedRuleSet-1.use[4]!../merged-node_modules/node_modules/.pnpm/thread-loader@3.0.4_webpack@5.93.0/node_modules/thread-loader/dist/cjs.js??ruleSet[0].use[0]!../merged-node_modules/node_modules/.pnpm/vue-loader@15.10.0_css-loader@6.5.1_webpack@5.93.0__lodash@4.17.21_underscore@1.13.7_vue-temp_p4foeoekwewgz6lp5ogc4csrlm/node_modules/vue-loader/lib/index.js??vue-loader-options!./src/js/pages/brandLogin/app.vue?vue&type=style&index=0&id=1cccd9af&prod&lang=less& ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.chime-primary-color {
  color: var(--primary-color) !important;
}
.hover-underline:hover {
  text-decoration: underline;
}
.login-box {
  width: 100%;
  height: 100%;
}
.login-box .flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login-box .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.login-box .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-box .container > .title {
  margin-top: 140px;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 10, 30, 0.1);
  line-height: 1.32;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 20px;
  white-space: nowrap;
}
.login-box .container > .subtitle {
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 10, 30, 0.1);
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.88;
}
.login-box .container .login-wrap {
  position: relative;
  width: 555px;
  margin-bottom: 170px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e1e2e6;
}
.login-box .container .login-wrap .login-header {
  padding: 41px;
  text-align: center;
}
.login-box .container .login-wrap .login-header > .title {
  font-size: 22px;
  color: #555;
  line-height: 1.36;
}
.login-box .container .login-wrap .login-header > img {
  max-width: 160px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.login-box .container .login-wrap .key-icon {
  position: absolute;
  right: 25px;
  top: 12px;
}
.login-box .container .login-wrap .bottom {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e1e2e6;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a0a3af;
}
.login-box .container .login-wrap .bottom .spe {
  color: #4f78e9;
  text-decoration: underline;
  cursor: pointer;
}
.login-box .container .login-reset {
  width: 544px;
  padding: 25px;
  position: relative;
  color: #515666;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.login-box .container .login-reset .reset-content {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-box .container .login-reset .reset-content .email-form {
  width: 100%;
  position: relative;
  margin: 0px 0 20px 0px;
}
.login-box .container .login-reset .reset-content .email-form .t-center input {
  text-align: center;
}
.login-box .container .login-reset .reset-content .email-form .com-form .com-form-item:nth-child(2) {
  margin-top: 30px;
}
.login-box .container .login-reset .reset-content .email-form .form-text {
  margin-bottom: 0px;
}
.login-box .container .login-reset .reset-content .email-form .form-text:nth-child(2) {
  margin-top: 25px;
}
.login-box .container .login-reset .reset-content .email-form .placeholder {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: #bbb;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}
.login-box .container .login-reset .back-tip {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 50px;
  cursor: pointer;
}
.login-box .container .login-reset .back-tip span {
  font-size: 16px;
  margin-left: 5px;
}
.login-box .container .state-img {
  width: 120px;
  height: 120px;
  margin-top: 5px;
}
.login-box .container .main-title {
  font-size: 22px;
  font-weight: 500;
  color: #515666;
  text-align: center;
  margin-top: 10px;
  line-height: 42px;
}
.login-box .container .des {
  width: 400px;
  text-align: center;
  color: #a0a3af;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 16px;
}
.login-box .container .form-wrap {
  padding: 0 30px 30px;
  border-radius: 0 0 4px 4px;
}
.login-box .container .sso-login {
  min-height: 240px;
}
.login-box .container .form-item {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.login-box .container .form-input {
  height: 50px;
  padding: 0 15px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e1e2e6;
  background-color: #ffffff;
  line-height: 50px;
  color: #515666;
}
.login-box .container .form-input:focus {
  outline: 0;
  border: solid 1px #00a669;
  background-color: #ffffff;
}
.login-box .container .form-input.error {
  border: solid 1px #f0454c;
  background-color: #fdece9;
}
.login-box .container .form-input::-webkit-input-placeholder {
  color: #c6c8d1;
}
.login-box .container .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #c6c8d1;
}
.login-box .container .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c6c8d1;
}
.login-box .container .form-input:-ms-input-placeholder {
  color: #c6c8d1;
}
.login-box .container .form-btn {
  height: 50px;
  padding: 0 20px;
  background-color: var(--buttonBackColor);
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  border-radius: 4px;
  text-shadow: none;
  cursor: pointer;
  margin-bottom: 0px;
}
.login-box .container .form-text {
  height: 50px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.login-box .container .form-text input {
  height: 50px;
  line-height: 44px;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  border: solid 3px #d8d8d8;
  padding: 0 20px;
}
.login-box .container .forget-des {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  color: #202437;
  margin-top: 10px;
  cursor: pointer;
}
.login-box .bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 1000px;
  z-index: -10;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  zoom: 1;
}
.login-box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-box .bg::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.grecaptcha-badge {
  display: none;
}
.form-item__error {
  z-index: 1;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../merged-node_modules/node_modules/.pnpm/css-loader@6.5.1_webpack@5.93.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../merged-node_modules/node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.93.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!../merged-node_modules/node_modules/.pnpm/less-loader@10.2.0_less@4.1.2_webpack@5.93.0/node_modules/less-loader/dist/cjs.js!../merged-node_modules/node_modules/.pnpm/style-resources-loader@1.5.0_webpack@5.93.0/node_modules/style-resources-loader/lib/index.js??clonedRuleSet-1.use[4]!./src/js/pages/brandLogin/style.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.chime-primary-color {
  color: var(--primary-color) !important;
}
.hover-underline:hover {
  text-decoration: underline;
}
@font-face {
  font-family: "icon-font";
  src: url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.eot?j7uaz0");
  src: url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.eot?j7uaz0#iefix") format("embedded-opentype"), url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.woff2?j7uaz0") format("woff2"), url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.ttf?j7uaz0") format("truetype"), url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.woff?j7uaz0") format("woff"), url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.svg?j7uaz0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Text";
  font-style: normal;
  src: url("//static.chimeroi.com/crm/fonts/SF-UI/SF-UI-Text-Regular.otf");
}
@font-face {
  font-family: "SF UI Bold Text";
  font-style: normal;
  src: url("//static.chimeroi.com/crm/fonts/SF-UI/SF-UI-Text-Bold.otf");
}
body {
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif" !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
p,
ul {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
strong {
  font-family: "SF UI Bold Text", "Helvetica", "Arial", "san-serif" !important;
  font-weight: bold;
}
i {
  font-style: normal;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.cu-form-wrap .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cu-form-wrap .form-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cu-form-wrap .form-item + .form-item {
  margin-left: 20px;
}
.cu-form-wrap .form-select {
  height: 36px;
  line-height: 34px;
}
.cu-form-wrap .form-select .com-dropdown-label {
  color: #202437;
}

