*{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}

body{
  margin:0;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ff7ac8,#6aa6ff);
}

.site-logo {
  margin: 10px 0px 0px 50px;
  display: flex;
  gap: 8px; /* logo ile yazı arası */
}

.site-logo img {
  height: 32px; /* logo boyutu */
  width: auto;
}


.card{
width:400px;
background:#fff;
padding:25px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.12);
text-align:center;
}

h1 span{color:var(--blue)}

.tabs{
display:flex;
background:#e5e7eb;
border-radius:12px;
margin-bottom:15px;
}
.tabs button{
flex:1;
padding:10px;
border:none;
background:none;
font-weight:bold;
cursor:pointer;
color:#6b7280;
}
.tabs button.active{
background:#fff;
border-radius:12px;
color:var(--blue);
}

.input{
display:flex;
align-items:center;
gap:8px;
border:1px solid var(--border);
padding:10px;
border-radius:10px;
margin-bottom:12px;
background:#f9fafb;
}
.input i{color:#9ca3af}
.input input,.input select{
border:none;
outline:none;
background:none;
width:100%;
}

.hidden{display:none}

.footer{
margin: 15px 0px 0px 15px;
display:flex;
gap:20px;
}
.footer button{
border:none;
background:none;
color:#3b82f6;
font-weight:bold;
cursor:pointer;
}

.modal{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,.4);
justify-content:center;
align-items:center;
z-index:999;
}
.modal-box{
background:#fff;
width:320px;
padding:20px;
border-radius:14px;
position:relative;
}
.modal-close{
position:absolute;
top:15px;
right:15px;
border:none;
width:30px;
height:30px;
color:#999;
border-radius:50%;
cursor:pointer;
background:#f3f4f6;
}

/* NUMARALI MADDELER */
.list{
padding-left:20px;
text-align:left;
}
.list li{
margin-bottom:8px;
line-height:1.4;
}

*{
  box-sizing:border-box;
  font-family:Arial,Helvetica,sans-serif;
}

/* ANA KART */
.card{
  width:100%;
  max-width:360px;
  background:#fff;
  border-radius:18px;
  padding:22px;
  box-shadow:0 15px 40px rgba(0,0,0,.25);
  text-align:center;
}

h1{
  margin:0 0 15px;
  color:#3b82f6;
}
h1 span{
  color:#ff5fb3;
}

/* SEKME */
.tabs{
  display:flex;
  background:#f1f4fb;
  border-radius:14px;
  margin-bottom:16px;
}

.tabs button{
  flex:1;
  border:none;
  background:none;
  padding:12px;
  font-weight:bold;
  cursor:pointer;
  border-radius:14px;
  color:#555;
}

.tabs button.active{
  background:#3b82f6;
  color:#fff;
  box-shadow:0 5px 15px rgba(0,0,0,.08);
}

/* FORM */
.hidden{display:none;}

.input{
  display:flex;
  align-items:center;
  border:1px solid #ddd;
  border-radius:14px;
  padding:10px 12px;
  margin-bottom:12px;
}

.input i{
  color:#ff5fb3;
  margin-right:8px;
}

.input input,
.input select{
  width:100%;
  border:none;
  outline:none;
  font-size:14px;
}

/* CİNSİYET */
.gender{
  display:flex;
  gap:10px;
  margin-bottom:14px;
}

.gender button{
  flex:1;
  padding:10px;
  border-radius:14px;
  border:1px solid #ddd;
  cursor:pointer;
  opacity:.6
  }
.girisinput {
    padding: 10px;
    padding-right: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 4px !important;
    color: #495057;
    border-radius: 10px;
    background: whitesmoke;
}
.mt-3
 {
    margin-top: 1rem !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.esunus_sifreunuttum {
	width: 100%;
    float: right;
    font-size: 15px;
    margin: 10px 0px 0px 0px;
    color: #3b82f6;
    cursor: pointer;
}

button {
    background: transparent;
    color: #fff;
}
.backk5 {
	  width: 100%;
	margin: 10px 0px 0px 0px;
    align-items: center;
    justify-content: space-between;
      background: #e5e7eb !important;
    border: 0;
    border-radius: 6px;
    color: #3b82f6;
    height: 40px;
  
}

.fullw {
    width: 100%;
	margin: 10px 0px 0px 0px;
    align-items: center;
    justify-content: space-between;
    background: #3b82f6;
    border: 0;
    border-radius: 6px;
    color: #fff;
    height: 40px;
}
.girisinput .form-control
Belirginlik: (0,2,0)
 {
    border: none !important;
    color: #495057 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-group-addon {
	
	        padding: 11px 11px 10px 2px;
	
	}
	