.container[data-v-86a19f22] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 150px 30px 100px 30px;
}
.container .logo-title[data-v-86a19f22] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.container .logo-title .title[data-v-86a19f22] {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
}
.container .logo-title .mini[data-v-86a19f22] {
  display: flex;
  justify-content: center;
  color: darkgrey;
}
.container .logo-title .mini img[data-v-86a19f22] {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.container img[data-v-86a19f22] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.container .btn[data-v-86a19f22] {
  width: 200px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  background-color: #07c160;
  color: #fff;
  border: none;
  border-radius: 5px;
}

