.log-in__btn,
.search-item__btn {
  border: 1px solid transparent;
  min-width: 163px;
  height: 48px;
  background: #ff3366;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 17px 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  justify-content: center;
}

.log-in__btn:hover,
.search-item__btn:hover,
.log-in__btn:focus,
.search-item__btn:focus,
.log-in__btn:active,
.search-item__btn:active,
.log-in__btn:active:hover,
.search-item__btn:active:hover,
.log-in__btn:active:focus,
.search-item__btn:active:focus {
  background: #ff3366;
  opacity: 0.85;
  color: #fff;
  border: 1px solid transparent;
}

.log-in__inner,
.search-item__inner {
  background: #fff;
  border: 1px solid #eef4f5;
  border-radius: 8px;
  padding: 31px 24px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.log-in__subtitle,
.search-item__subtitle {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #9eaabf;
}

.log-in__title,
.search-item__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #ff3366;
}

.log-in__btn,
.search-item__btn {
  min-width: 193px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.log-in__btn::after,
.search-item__btn::after {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url("../../resources/icons/search-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.log-in__btn.user-lock:after,
.search-item__btn.user-lock:after {
  background: url("../../resources/icons/user-lock.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.log-in__inner {
  padding: 33px 25px 25px;
  gap: 8px;
}

.log-in__inner .log-in__btn {
  margin-top: 17px;
}

/*# sourceMappingURL=search-item.css.map */
