.banner {
  padding-top: 80px;
  margin-top: -80px;
  box-sizing: border-box;
  background-position-x: center;
  background-repeat: no-repeat;
  height: 520px;
  text-align: left;
}
.banner .banner-content {
  max-width: var(--maxWidth);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 120px;
}
.banner .banner-content .title {
  margin-top: 158px;
  font-size: 44px;
  color: #fff;
}
.banner .banner-content .desc {
  font-size: 16px;
  color: #cfd1d9;
  margin-top: 25px;
  line-height: 30px;
  list-style: none;
  padding-left: 0;
}
.banner .banner-content.center {
  text-align: center;
}
.banner .banner-content.center .title {
  text-align: center;
}

.layout-container {
  position: relative;
}
:root {
  --maxWidth: 1440px;
}

.service-header {
  height: 60px;
  width: 100%;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0 100px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-header > div {
  display: inline-flex;
  align-items: center;
}
.service-header .service-header_logo {
  background: url(/assets/3743e3a7a2f50899e32c723673df3ca8.svg);
  width: 120px;
  height: 14px;
  background-size: 120px 14px;
}
.service-header .service-header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.service-header .vertical-divider {
  height: 20px;
  width: 1px;
  background: #D9D9D9;
  margin-left: 20px;
}
.service-header .service-title {
  line-height: 60px;
  font-size: 16px;
  position: relative;
  margin-left: 20px;
  box-sizing: border-box;
}
.service-header .service-header_link a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.service-header .service-header_link a:hover {
  text-decoration: none;
}
.service-header .service-header_link .service-header_sign-in {
  background: #1A1A1A;
  color: #ffffff;
  margin-right: 8px;
}
.service-header .service-header_link .service-header_sign-in:hover {
  background: #4c4c4c;
}
.service-header .service-header_link .service-header_sign-up {
  background: #E6E6E6;
  color: #1A1A1A;
}
.service-header .service-header_link .service-header_sign-up:hover {
  background: #D1D1D1;
}

@media screen and (max-width: 660px) {
  .service-header {
    padding: 0 20px;
  }
  .service-header .vertical-divider,
  .service-header .service-title {
    display: none;
  }
  .service-header .service-header_link a {
    font-size: 12px;
    white-space: pre;
  }
}
.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    -ms-flex: 1;
        flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  animation: Toastify__trackProgress linear 1;
  background-color: rgba(255, 255, 255, 0.7); }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: initial; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 110%, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -110%, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }
:root {
  --maxWidth: 1440px;
}

@font-face {
  font-family: "Mona Sans";
  src: url("/assets/Mona-Sans.ttf");
}
html, body {
  font-family: "Mona Sans", sans-serif !important;
  color: #1A1A1A;
}
html input, body input {
  font-family: "Mona Sans", sans-serif !important;
}
html a, body a {
  text-decoration: none;
  color: #EB2D17;
}

.pure-button-primary {
  background-color: #337BF7;
  transition: all 0.2s ease;
}
.pure-button-primary[disabled] {
  background-color: #cfcfcf;
  opacity: 1;
}
.pure-button-primary:hover {
  background-color: #176CFF;
  background-image: none;
}

.pure-button {
  border-radius: 2px;
}

.content {
  max-width: var(--maxWidth);
  margin: 0 auto;
}

input:focus {
  outline: none;
  border-color: #337BF7;
}

input:hover {
  border-color: #808080;
}

.captcha-zone .geetest_holder.geetest_wind .geetest_radar_btn {
  border-color: #e5e5e5;
  border-radius: 0;
}

.close-link {
  font-size: 0;
  color: #337BF7;
  text-align: right;
  cursor: pointer;
  position: relative;
}
.close-link span {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 20px;
  background: url(/assets/0f13469de19bc20928d21a3d24e6cde6.svg) no-repeat;
}
.close-link span:hover {
  background-image: url(/assets/e5d6f9da1c123f0b88aa153fafba3367.svg);
}

.page-title {
  font-size: 23px;
  color: #1A1A1A;
  margin: 70px 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-container .page-title {
  margin-top: 20px;
}

.check-label input {
  margin-right: 6px;
}
.check-label .checkbox {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  position: relative;
  top: 2px;
  margin-right: 12px;
  cursor: pointer;
}
.check-label .checked::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(/assets/76e6b8eba37cbd1aaaaf7f169b294a32.svg) no-repeat;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 3px;
}

.page-container {
  max-width: 600px;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
.page-container .content {
  max-width: 420px;
}

.tip-txt {
  font-size: 12px;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.link {
  color: #EB2D17;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
  color: #DB0000;
}

::-webkit-input-placeholder {
  color: #808080;
  font-size: 12px;
}

::-moz-placeholder {
  color: #808080;
  font-size: 12px;
}

.react-pop-tooltip {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 12px;
  line-height: 20px;
  color: #4D4D4D;
}
.react-pop-tooltip .ul-tip {
  margin: 0;
  padding: 18px 10px;
  list-style-position: inside;
}
.react-pop-tooltip .ul-tip.no-li-style {
  list-style: none;
}
.react-pop-tooltip .ul-tip li {
  margin-bottom: 11px;
}
.react-pop-tooltip .ul-tip li:last-child {
  margin-bottom: 0;
}
.react-pop-tooltip .ul-tip li .success {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  background-image: url(/assets/bb1543d201ffabdbee66c9ff24b53375.svg);
}
.react-pop-tooltip .ul-tip li .failure {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  background-image: url(/assets/369b762c6ded5634ffd75284ec5c663c.svg);
}

.x-service .pure-button-primary {
  background-color: #337BF7;
}
.x-service .pure-button-primary:hover {
  background-color: #176CFF;
  background-image: none;
}
.x-service input:focus {
  outline: none;
  border-color: #337BF7;
}
.x-service .close-link {
  color: #337BF7;
}
.x-service .page-title {
  color: #337BF7;
}
.x-service .link {
  color: #337BF7;
}

.logo div {
  margin: 0 auto;
}
.logo .logo-img {
  background: url(/assets/3743e3a7a2f50899e32c723673df3ca8.svg) no-repeat;
  width: 218px;
  height: 43px;
}
.logo .logo-txt {
  font-size: 16px;
  width: 198px;
  color: #808080;
  margin-top: 9px;
  margin-bottom: 28px;
  text-align: center;
  letter-spacing: 6px;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  color: #808080;
}
input:-moz-placeholder {
  font-size: 14px;
  color: #808080;
}
input::-ms-input-placeholder {
  font-size: 14px;
  color: #808080;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input::-ms-reveal, input::-o-clear {
  width: 0;
  height: 0;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  -o-text-overflow: ellipsis;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.form .field {
  margin-bottom: 30px;
}
.form input:not([type=submit]) {
  border: 1px solid #E0E0E0;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  outline: none;
  border-radius: 2px;
}
.form input:not([type=submit]):hover, .form input:not([type=submit]):focus {
  border-color: #B3B3B3;
}
.form input:not([type=submit]):focus + .animation-placehloder {
  top: -10px;
  left: 8px;
  opacity: 1;
}
.form input:not([type=submit]):focus + .animation-placehloder + .required {
  display: none;
}
.form input:not([type=submit]):focus + .required {
  display: none;
}
.form input[type=submit] {
  width: 100%;
  color: #ffffff;
  background-color: #1A1A1A;
  border-radius: 40px;
  padding: 16px 0;
  border: none;
  font-weight: 700;
}
.form input[type=submit]:hover {
  background-color: #4D4D4D;
}
.form input[type=submit]:disabled {
  background-color: rgba(26, 26, 26, 0.3);
  cursor: default;
}
.form input[type=submit]:focus {
  outline: none;
}
.form .animation-label {
  transition: all 0.2s linear;
  background-color: #ffffff;
  position: absolute;
  font-size: 12px;
  color: #4D4D4D;
  line-height: 19px;
  padding: 0 6px;
  top: -10px;
  left: 8px;
  opacity: 1;
}
.form .animation-label + .required {
  display: none;
}
.form .animation-placehloder {
  position: absolute;
  font-size: 12px;
  color: #4D4D4D;
  line-height: 19px;
  padding: 0 6px;
  top: 17px;
  left: 8px;
  opacity: 0;
  transition: all 0.2s linear;
  background-color: #ffffff;
}
.form .passward-box {
  position: relative;
}
.form .passward-box input {
  padding-right: 54px;
}
.form .passward-box .display-switch {
  display: inline-block;
  width: 54px;
  height: 47px;
  background: url(/assets/8c3694092a355e8e14239ccf60994f17.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.form .passward-box .hide-pwd {
  background: url(/assets/5b4deffd2d215425d9c9b3d5835e3e8f.svg) no-repeat center;
}
.form .passward-box .pwdValidTip {
  box-sizing: border-box;
  width: 320px;
  height: 76px;
  border-radius: 3px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -90px;
  left: 0;
  background: #fff;
  font-size: 12px;
  text-align: left;
  color: #4D4D4D;
  padding: 16px 0;
}
.form .passward-box .pwdValidTip::after {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 99;
  left: 50px;
  bottom: -8px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
.form .passward-box .pwdValidTip p {
  position: relative;
  padding: 0 0 12px 42px;
  margin: 0;
  line-height: 18px;
}
.form .passward-box .pwdValidTip p::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/3480c706847d1caf48f84ec810ace24c.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 15px;
}
.form .passward-box .pwdValidTip .pwdError::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/6617d9142f03dc1c977be195c886ca76.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 15px;
}
.form .control {
  position: relative;
  /* Mozilla Firefox 19+ */
  /* Mozilla Firefox 4 to 18 */
  /* Internet Explorer 10-11 */
}
.form .control.error .error-tip {
  display: block;
}
.form .control .required,
.form .control .count {
  position: absolute;
  right: 1px;
  top: 7px;
  padding: 8px 13px;
  color: #B3B3B3;
  background-color: #ffffff;
}
.form .control .error-tip {
  font-size: 12px;
  color: #EB2D17;
  display: none;
  text-align: left;
  line-height: 18px;
  margin-top: 4px;
}
.form .control .error-tip a {
  color: #EB2D17;
}
.form .control input::-webkit-input-placeholder,
.form .control textarea::-webkit-input-placeholder {
  color: #808080;
}
.form .control input::-moz-placeholder,
.form .control textarea::-moz-placeholder {
  color: #808080;
}
.form .control input:-moz-placeholder,
.form .control textarea:-moz-placeholder {
  color: #808080;
}
.form .control input:-ms-input-placeholder,
.form .control textarea:-ms-input-placeholder {
  color: #808080;
}
.form .control input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.form .iconWrap {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.form .iconWrap .succIcon {
  margin: 14px 15px 0 0;
  width: 18px;
  height: 18px;
  background: url(/assets/1023d7f1c195e48ddac7ae3f264803e1.svg) no-repeat;
}
.form .iconWrap .display-switch {
  display: inline-block;
  width: 54px;
  height: 47px;
  background: url(/assets/8c3694092a355e8e14239ccf60994f17.svg) no-repeat center;
  position: static;
  cursor: pointer;
}
.form .iconWrap .hide-pwd {
  background: url(/assets/5b4deffd2d215425d9c9b3d5835e3e8f.svg) no-repeat center;
}
.form .error-alert {
  color: #DB1414;
  background: rgba(219, 20, 20, 0.05);
  border-radius: 7px;
  line-height: 16px;
  padding: 8px;
  margin-bottom: 16px;
  margin-top: -20px;
}
.form .error-alert-icon {
  background: url(/assets/ff9b3175afd10b04a26448775e13d00a.svg) no-repeat center;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.sso-input-error_con {
  height: 0;
}

.form-item-wrapper-point {
  position: absolute;
  top: 20px;
  right: 14px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #D81414;
}

.toast-container {
  min-width: 130px;
  width: auto;
  margin-top: 110px;
}
.toast-container.Toastify__toast-container--top-center {
  margin-left: 0;
  transform: translateX(-50%);
}
.toast-container .Toastify__toast {
  border-radius: 3px;
  min-height: auto;
}

.msg-container {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg-container .icon {
  background-image: url(/assets/91144064cff908e54a834c23a3a4b15d.svg);
  background-size: 22px;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  min-width: 22px;
}
.msg-container .txt {
  font-size: 14px;
  color: #000000;
}
.msg-container.failure .icon {
  background-image: url(/assets/2003dc9cb337be3c57be205cf43592b9.svg);
  background-size: 22px;
}

@media screen and (max-width: 480px) {
  .Toastify__toast-container,
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    left: 50%;
    transform: translateX(-50%);
  }
}
.sso-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  opacity: 0.9;
  border-radius: 5px;
}
.sso-tooltip .sso-tooltip-hidden {
  display: none;
}

.sso-tooltip-inner {
  padding: 4px 6px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  border: 0 solid rgba(0, 0, 0, 0.8);
}

.sso-tooltip-arrow,
.sso-tooltip-arrow-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.sso-tooltip-placement-top .sso-tooltip-arrow, .sso-tooltip-placement-topLeft .sso-tooltip-arrow, .sso-tooltip-placement-topRight .sso-tooltip-arrow {
  transform: translate(-50%, 6px);
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: rgba(0, 0, 0, 0.8);
}
.sso-tooltip-placement-top .sso-tooltip-arrow-inner, .sso-tooltip-placement-topLeft .sso-tooltip-arrow-inner, .sso-tooltip-placement-topRight .sso-tooltip-arrow-inner {
  bottom: 0;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: rgba(0, 0, 0, 0.8);
}
.sso-tooltip-placement-top .sso-tooltip-arrow {
  left: 50%;
}
.sso-tooltip-placement-topLeft .sso-tooltip-arrow {
  left: 15%;
}
.sso-tooltip-placement-topRight .sso-tooltip-arrow {
  right: 15%;
}
.sso-tooltip-placement-right .sso-tooltip-arrow, .sso-tooltip-placement-rightTop .sso-tooltip-arrow, .sso-tooltip-placement-rightBottom .sso-tooltip-arrow {
  left: -6px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: rgba(0, 0, 0, 0.8);
}
.sso-tooltip-placement-right .sso-tooltip-arrow-inner, .sso-tooltip-placement-rightTop .sso-tooltip-arrow-inner, .sso-tooltip-placement-rightBottom .sso-tooltip-arrow-inner {
  left: 0;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: rgba(0, 0, 0, 0.8);
}
.sso-tooltip-placement-right .sso-tooltip-arrow {
  top: 50%;
}
.sso-tooltip-placement-rightTop .sso-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.sso-tooltip-placement-rightBottom .sso-tooltip-arrow {
  bottom: 15%;
}
.sso-tooltip-placement-left .sso-tooltip-arrow, .sso-tooltip-placement-leftTop .sso-tooltip-arrow, .sso-tooltip-placement-leftBottom .sso-tooltip-arrow {
  right: -6px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: rgba(0, 0, 0, 0.8);
}
.sso-tooltip-placement-left .sso-tooltip-arrow-inner, .sso-tooltip-placement-leftTop .sso-tooltip-arrow-inner, .sso-tooltip-placement-leftBottom .sso-tooltip-arrow-inner {
  right: 0;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: rgba(0, 0, 0, 0.8);
}
.sso-tooltip-placement-left .sso-tooltip-arrow {
  top: 50%;
}
.sso-tooltip-placement-leftTop .sso-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.sso-tooltip-placement-leftBottom .sso-tooltip-arrow {
  bottom: 15%;
}
.sso-tooltip-placement-bottom .sso-tooltip-arrow, .sso-tooltip-placement-bottomLeft .sso-tooltip-arrow, .sso-tooltip-placement-bottomRight .sso-tooltip-arrow {
  transform: translate(-50%, -6px);
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.sso-tooltip-placement-bottom .sso-tooltip-arrow-inner, .sso-tooltip-placement-bottomLeft .sso-tooltip-arrow-inner, .sso-tooltip-placement-bottomRight .sso-tooltip-arrow-inner {
  top: 0;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.sso-tooltip-placement-bottom .sso-tooltip-arrow {
  left: 50%;
}
.sso-tooltip-placement-bottomLeft .sso-tooltip-arrow {
  left: 15%;
}
.sso-tooltip-placement-bottomRight .sso-tooltip-arrow {
  right: 15%;
}
.footer {
  background: #F0F2F5;
  color: #808080;
  text-align: center;
  padding: 13px 20px;
  font-size: 12px;
}
.footer a {
  color: #808080;
  text-decoration: none;
}
.footer a:hover {
  color: #db0000;
  text-decoration: underline;
}
.second-layout-container {
  box-sizing: border-box;
}
