.header {
  margin-top: 8vh;
  margin-bottom: 5vh;
  text-align: center;
}
.header .description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 1vh;
}

.lang-icon {
  position: fixed;
  top: 2vh;
  right: 1.5vw;
  cursor: pointer;
}
.lan-logo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lan-logo-content .country-logo {
  width: 15px;
  margin-right: 8px;
}

.regist-result {
  height: 100%;
  background: url(../img/background.a568162c.svg);
  background-color: #f0f2f5;
}
.regist-result .success {
  text-align: center;
  margin-top: 10vh;
}
.regist-result .success .success-words {
  margin-top: 32px;
  font-size: 20px;
  line-height: 28px;
}
.regist-result .success .buttons {
  margin-top: 40px;
}
.regist-result .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 368px;
  height: 100%;
}

