@import url("base.css");

.logo {
  position: absolute;
  left: 50%;
  top: 342px;
  width: 351.076px;
  height: 116.902px;
  transform: translateX(-50%);
  display: block;
}

.btn-apply {
  position: absolute;
  left: 50%;
  bottom: var(--btn-bottom);
  width: 258.923px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 21.577px;
  background: #00ccff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.btn-apply:active {
  opacity: 0.92;
}

.btn-apply__label {
  display: block;
  width: 231px;
  height: 10px;
  font-family: "Onder", sans-serif;
  font-size: 6.979px;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}
