.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;
}

.reset-wrap {
  height: 100%;
  background: url(../img/background.a568162c.svg);
  background-color: #f0f2f5;
}
.reset-wrap .ivu-tabs-nav-container {
  line-height: 2;
  font-size: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.reset-wrap .reset .form {
  padding-top: 1vh;
}
.reset-wrap .reset .input-verify {
  width: 67%;
}
.reset-wrap .reset .back {
  font-size: 14px;
}
.reset-wrap .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%;
}

