body {
  background: #f5f5f5;
}
.login__container {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__row {
  width: 100%;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 88px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  padding: 60px 67px;
}
@media (max-width: 991.98px) {
  .login__row {
    flex-direction: column;
    min-width: 320px;
    max-width: 98vw;
  }
}
.login__col-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .login__col-form {
    max-width: 100%;
    padding: 32px 16px 24px 16px;
  }
  .login__row {
    padding: 15px !important;
  }
}
.login__col-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .login__col-slider {
    max-width: 100%;
    min-height: 220px;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .login__col-slider {
    display: none;
  }
}
.login__slider {
  width: 100% !important;
}
.login__slider .swiper {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  background-color: #d9d9d9;
  overflow: hidden;
}
.login__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.login__slider-img {
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  height: 100%;
  border-radius: 20px;
}
.login__title {
  font-family: "Poppins", sans-serif;
  margin-bottom: 27px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  color: #313131;
}
.login__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0px !important;
}
.login__input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.login__input-group label {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #1c1b1f;
  font-weight: 400;
}
.login__input {
  border: 1px solid #79747e;
  border-radius: 3px 3px 0 0;
  padding: 10px 12px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  outline: none;
  background: #fff;
}
.login__input:focus {
  border-color: #ff7400;
}
.login__input-pass {
  position: relative;
  display: flex;
  align-items: center;
}
.password__show {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
}
.form__checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
}
.form__checkbox-input {
  display: flex;
  align-items: center;
  position: relative;
}
.form__checkbox-input input[type="checkbox"] {
  accent-color: #ff7400;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #313131;
}
.form__checkbox label {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #313131;
  cursor: pointer; /* label üzerine gelince el işareti */
}
.login__form-forgotpass {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ff7400;
  text-decoration: none;
}
.login__btn {
  background: #ff7400;
  color: #fff;
  border-radius: 3px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 0;
  margin-bottom: 0;
  transition: background 0.2s;
}
.login__btn:hover {
  background: #e06600;
  color: #fff !important;
}
.login__form-or {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #313131;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  opacity: 0.5;
  margin: 0 0 0 0;
}
.login__form-or:before,
.login__form-or:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #313131;
  opacity: 0.25;
}
.login__form-methods {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.login__google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  padding: 8px 16px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  width: 100%;
}
.login__google-btn:hover {
  background: #eee;
}
.login__form-desc {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #313131;
  font-weight: 500;
}
.login__form-desc a {
  color: #ff7400;
  text-decoration: none;
  font-weight: 600;
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  transition: all 200ms;
  border-radius: 10px;
}
.swiper-pagination-bullet-active {
  width: 20px;
  background: #ff7400 !important;
}
.forget_desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #313131;
  opacity: 0.75;
}
.forget_image {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  background-color: #d9d9d9;
  overflow: hidden;
}
.forget_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.user-type-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.user-type-select {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.user-type-box {
  flex: 1;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 18px 12px;
  text-align: center;
  cursor: pointer;
  transition: 200ms all;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 1.1rem;
}
.user-type-box strong {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}
.user-type-box span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 143.86%;
  text-align: center;
}
.user-type-box.active {
  border: 1px solid #ff7400;
  background: #ff7400;
  color: #fff;
}
