.container form {
background-color: white;
    color: #888888;
    text-align: left;
    padding-top: 20px;
    padding: 16px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 100px;
    margin-top: 20px;


}

.container input::placeholder,
.container textarea::placeholder {
    color: #222222; /* Change placeholder color to red */
    font-family: 'Rubik', sans-serif
}

.container label {
  display: none;
}

.container input,
.container textarea {
  /* to create space for placing icon*/
  padding-left: 45px;
  border:2px solid #336a71;;
 
  color:#222222;
  border-radius: 0px;
  margin-top:25px;
}


.container .icon:hover,
.container .kullanicikayit:focus + .icon {
    color: #222; /* Siyah rengi */
}

.container .kullanicikayit:focus + .icon + .toggle-password:hover {
    color: #222; /* Göz ikonuna tıklanırken de siyah olacak */
}



.toggle-password {
    position: absolute;
    color: #222;
    right: 30px; /* Sağ tarafa yerleştiriyoruz */
    top: 60%; /* Input'un ortasına hizalıyoruz */
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10; /* Diğer elementlerin üstünde görünmesini sağlar */
}

/* Input'a focus olduğunda ikon kaybolmasını engelle */
input:focus + .icon + .toggle-password {
    display: block;
    color: #222; /* Focus olduğunda ikon rengini değiştiriyoruz */
}

input:focus {
    outline: none!important; /* Input'un çevresindeki varsayılan mavi çerçeveyi kaldırır */
    box-shadow:none!important;

}


input:hover {
    outline: none!important; /* Input'un çevresindeki varsayılan mavi çerçeveyi kaldırır */
    box-shadow:none!important;

}


#kayitarkaplan{

border:3px solid #336a71;
width:80px;
margin-top:15px

}

.button-wrapper {
    text-align: center; /* Butonu ortalamak için */
    margin-top: 50px;
}

.btn-kayit {
    background-color:#336a71;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase; /* Yazıyı büyük harfe çevirir */
    letter-spacing: 1px; /* Harfler arasına boşluk ekler */
}

.btn-kayit:hover {
    background-color: #ff6f43;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.btn-kayit:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.75s ease;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
}

.btn-kayit:hover:before {
    width: 0;
    height: 0;
    opacity: 1;
}

.btn-kayit:active {
    background-color: #ff4e43;
    box-shadow: none;
    transform: translateY(0);
}














/* Button */

.button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 1em 0;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #3160B6;
  cursor: pointer;
  transition: all 0.15s ease;
}
.button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
  background: #4a89dc;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

.buttonBlue:hover { background: #357bd8; }


/* Ripples container */

.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
  animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}


   .container .btn-default {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 15px 36px;
    background-color: #FFDE11;
    border-radius: 0px;
    border: 0px;
    color: #F1F1F1;
} 




.container .btn-default {
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 15px 36px;
  border-radius: 0px;
  border: 0px;
  padding: 15px 36px;
    background-color: orange!important;
 
    color: #fff;
}

.container .btn-default:hover,
.container .btn-default:focus {
 background-color: #336a71;
  color: #fff;
  border-color: transparent;
  outline: 0px auto -webkit-focus-ring-color;
}

/*position should be relative and z-index greater than one*/
.container .icon {
    position: relative;
    float: left;
    margin-left: 8px;
    margin-top: -35px;
    z-index: 2;
    color: #222;
    font-size: 20px;
}

.container .icon-textarea {
  float: left;
  margin-left: 8px;
  margin-top: -104px;
  position: relative;
  z-index: 2;
  color: #222222;
}

.kullanicikayit {
  
    height: calc(1.5em + .75rem + 20px)!important;
    
}


.form-group {
    margin-bottom: 1rem;
    margin-top: 15px;
}

.kullanicikayit:focus {
    color:#222;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


.kullanicikayit:focus .toggle-password{
    color: #222!important;
   
}


.kullanicikayit:hover .toggle-password{
    color: #222!important;
   
}








.icon.fa.fa-phone.fa-rotate-left {
    transform: rotate(90deg); /* Rotate the phone icon 90 degrees clockwise */
}


@media (max-width: 575.98px) {
    
    
.container form {

padding:2px!important;





    }
}
