.authentication-ok-wrap {
  border-radius: 20px;
  background-color: #fff;
  min-height: 650px;
  height: calc(100% - 40px);
  margin-top: 20px;
}
.authentication-ok-wrap .back-btn {
  width: 70px;
  color: #657aae;
  font-size: 16px;
  padding: 30px 0 12px 20px;
  font-weight: bold;
  cursor: pointer;
}
.authentication-ok-wrap .return-icon {
  font-weight: bold;
}
.authentication-ok-wrap .success-wrap {
  width: 600px;
  margin: 0 auto;
}
.authentication-ok-wrap .success-wrap .header-icon {
  width: 80px;
  height: 80px;
}
.authentication-ok-wrap .success-wrap .name {
  font-size: 21px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 64px;
}
.authentication-ok-wrap .success-wrap .list {
  width: 300px;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 13px;
  color: #404040;
}
.authentication-ok-wrap .success-wrap .list .label {
  margin-right: 30px;
  font-weight: bold;
  min-width: 72px;
  display: inline-block;
}
.authentication-ok-wrap .success-wrap .list .label,
.authentication-ok-wrap .success-wrap .list .text {
  flex: 1;
}

