@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

form label {
  font-size: 14px;
  font-weight: 600;
}

.input-group {
  border-radius: 25px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}

.textarea-input {
  align-items: start;
}

.input-group-text {
  font-size: 18px;
  padding-left: 15px;
  background-color: #fff;
  border-color: #fff;
  margin-right: 0px;
}

.form-control {
  padding: 10px;
  padding-left: 0px;
  background-color: #fff;
  border-color: #fff;
}

.form-control:focus {
  box-shadow: none;
  border-color: #fff;
}

.form-control::placeholder {
  color: #2f2c2c9e;
  font-size: 15px;
  font-weight: 600;
}

.left-area {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url('../images/auth/side.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.auth-card {
  max-width: 520px;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 100px 4px #00000040;
}

.right-area {
  padding: 0 100px;
  max-width: 100%;
}

.right-area .icon {
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  background-color: #f08624 c4;
}

.right-area .title {
  font-size: 17px;
  font-weight: 600;
}

.register-btn {
  /* Yapısal Özellikler */
  font-size: 16px;
  border-radius: 25px;
  padding: 10px 10px 10px 20px;
  font-weight: 500;

  /* Renkler (İlk Hali: Beyaz) */
  background-color: #fff; 
  color: #f08624 ; /* Yazı mavi olsun ki görünsün */
  border: 1px solid #f08624 ; /* Sınırları belli olsun */

  /* Animasyon */
  transition: all 0.3s ease; 
}

/* Mouse üzerine gelince (Hover Hali: Mavi) */
.register-btn:hover {
  background-color: #f08624 ; 
  color: #fff; /* Yazı beyaza dönsün */
}
.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  user-select: none;
}

/* Varsayılan checkbox'ı gizle */
.form-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 19px;
  height: 19px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Checked görünüm */
.form-check-input:checked {
  background-color: #fff;
  border-color: #d9d9d9;
}

/* Tik işareti */
.form-check-input:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid #2f2c2ca8;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hover efekti */
.form-check-input:hover {
  border-color: #999;
}

/* Focus stili */
.form-check-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #d9d9d9;
}

.form-check-label {
  margin-top: 1px;
  color: #2f2c2ca8;
}

.login-btn {
  /* Arka plan beyaz, yazı mavi */
  background-color: #fff;
  color: #f08624 ; 
  
  /* Çerçeve ekledim ki beyaz zeminde buton olduğu belli olsun */
  border: 1px solid #f08624 ; 

  font-size: 19px;
  border-radius: 25px;
  padding: 8px;
  width: 100%;
  margin-top: 3px;
  
  /* Yumuşak geçiş */
  transition: all 0.3s ease;
}

/* Hover olunca içi mavi dolsun, yazı beyaz olsun */
.login-btn:hover {
  background-color: #f08624 ;
  color: #fff;
}

.register-link {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.register-link a {
  text-decoration: underline;
  color: #f08624 ;
}

.register-link a:hover {
  color: #f08624 ;
}

.form-control.iti__tel-input {
  overflow: hidden;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #d9d9d9;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti__selected-country-primary {
  background-color: transparent !important;
}

.mail-send-desc {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 100px;
  text-align: center;
}

.mail-send-desc .email {
  color: #f08624 ;
  font-size: 19px;
  font-weight: 700;
}

@media (max-width: 1540px) {
  .right-area .icon {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }

  .right-area img {
    width: 130px;
  }

  .register-btn {
    font-size: 14px;
    text-wrap:nowrap;
    padding: 5px 5px 5px 15px;
  }

  .mail-send-desc {
    padding: 10px 40px;
  }
}

@media (max-width: 1200px) {
  .right-area {
    padding: 0 30px;
  }

  .mail-send-desc {
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  .bg-auth-main {
    background-image: url('../images/auth/side.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .right-area .title {
    color: #fff;
  }

  .right-area img {
    width: 150px;
    margin-bottom: 40px;
  }

  .register-btn {
    background-color: #f08624 ;
    color: white !important;
  }

  .mail-send-desc {
    padding: 10px;
  }

  .login-signup-link,
  .login-signup-link:hover {
    color: #fff;
  }
}
