.wrapper {
  background: #1E2029;
  min-height: 100vh;
}

.bac-img {
  margin-top: 20px;
  margin-bottom: 70px;
}

.subko-logo {
  position: absolute;
  top: 60px;
  left: 60px;
}
.subko-logo .circle {
  position: relative;
}
.subko-logo .circle-red {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #E41B24;
  border-radius: 30px;
}
.subko-logo .circle-yellow {
  position: absolute;
  left: 19px;
  width: 30px;
  height: 30px;
  background: #F89E1B;
  border-radius: 30px;
  overflow: hidden;
}
.subko-logo .circle-yellow::before {
  content: '';
  position: absolute;
  left: -19px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #F16522;
}
.subko-logo .logo-mid {
  position: absolute;
  left: 70px;
  top: 3px;
  width: 30px;
  height: 24px;
  width: 1px;
  background: #FFFFFF;
  opacity: 0.7;
}
.subko-logo .logo-img {
  position: absolute;
  left: 90px;
  top: 2px;
  height: 26px;
}