.fake-nav
{
	height:70px;
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	background:#fff;
	box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
}
.fake-nav img
{
	display:block;
	max-width:180px
}
.kayit-sayfasi {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100vh;
}
.kayit-sayfasi .kayitform {
    grid-row: 2;
    padding: 20px;
    background: #F1F5F9;
	color: #94A3B8;
}

.kayit-sayfasi .kayitform .form-control {
	height:40px;
    border: 1px solid #ccc;
    transition: border-color 0.3s;
	font-size:14px;
	color:#777777
}

.kayit-sayfasi .kayitform .form-control:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.form-control::placeholder {
    font-size: 14px;
    color: #B0BECF;
    opacity: 1;
	font-weight:300
}

input[type="radio"] {
  display: none;
}
label {
  color: #585B5E;
  cursor: pointer;
  align-items: center;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  width:187px;
  padding-left:10px;
  margin-bottom:15px;
  padding-top:15px;
  padding-top:5px;
  height:38px;
  background-color:#fff;
  font-size:14px;
}

input[type="radio"]:checked + label {
  background-color: #4189e0;
  color: #ffffff;
}

.account-type {
	display: flex;
	width: calc(100% + 15px);
	margin: 0 0 20px 0;
}
.account-type div {
	flex: 1;
	margin-right: 15px;
}
.account-type label {
	margin-bottom: 0;
	width: 100%;
}
.account-type input.account-type-radio:empty {
	display: none;
}
.account-type label i {
	position: relative;
	font-size: 18px;
	top: 2px;
	margin-right: 2px;
}
 .account-type input.account-type-radio:empty ~ label {
	position: relative;
    padding: 7px 12px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #B0BECF;
    transition: 0.4s;
}
 .account-type input.account-type-radio ~ label:hover {
 color: #289c41;
 background-color: #e4f6e9;
}
 .account-type input.account-type-radio:checked ~ label {
 color: #fff;
 background-color: #43bbbe;
 border-bottom-color:#17c5e4;
}

.close {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #aaa;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover {
	color: black;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.modal-content {
    background-color: #fefefe;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
    width: 85%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.close {
    color: #aaa;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

.modal-content h1, .modal-content h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 30px;
	font-weight:bold;
	font-size: 28px;
}

.modal-content p {
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.5;
}

.btn-site {
	background-color:#43bbbe;
	color:#fff;
}
.btn-site:hover, .btn-site:focus {
	background-color:#17c5e4;
	color:#fff
}

.form-check{
	margin-left:4px;
}

.form-check-input {
    border: 1px solid #CCCCCC !important;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
}

.form-check-input:checked {
    background-color: #43BBBE;
    border-color: #43BBBE !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem rgba(76, 175, 80, 0.25);
    outline: none;
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

.password-container input {
    flex: 1;
}

.password-toggle-btn {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-toggle-btn:focus {
    outline: none;
}

.password-toggle-btn svg {
    width: 18px;
    height: 18px;
}

.text-muted {
	font-size: 0.8rem;
	text-align: center;
	margin-top: 1rem;
}
.hatamesaj {
	height:30px; 
	font-size:16px; 
	text-align:center; 
	color:#C03;
}
.basarili {
	height:30px; 
	font-size:16px; 
	text-align:center;
	color:#090; 
	margin-top:50px;
}

.signup-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    padding-bottom: calc(40px + 70px);
}

.kayit-sayfasi {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.kayit-sayfasi .kayitform {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: #F1F5F9;
    color: #94A3B8;
}

.hata-mesaji {
    background-color: #fee2e2;
    border: 1px solid #dc2626;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    max-width: 380px;
    width: 100%;
    text-align: center;
    color: #dc2626;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(220, 38, 38, 0.1);
}

.success-message {
    background-color: #d1fae5;
    border: 1px solid #10b981;
    border-radius: 8px;
    padding: 20px;
    max-width: 380px;
    width: 100%;
    text-align: center;
}

.success-title {
    color: #065f46;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.success-text {
    color: #047857;
    font-size: 14px;
    line-height: 1.5;
}

.form-group {
    position: relative;
}

.floating-label {
    position: absolute;
    top: 8px;
    left: 12px;
    color: #B0BECF;
    font-size: 14px;
    font-weight: 300;
    pointer-events: none;
    transition: all 0.3s ease;
    transform-origin: left;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.form-control:focus ~ .floating-label,
.form-control:not(:placeholder-shown) ~ .floating-label {
    top: -19px;
    font-size: 12px;
    color: #4a90e2;
    font-weight: 400;
    opacity: 1;
    visibility: visible;
}

.password-field .form-control:focus ~ .floating-label,
.password-field .form-control:not(:placeholder-shown) ~ .floating-label {
    top: -19px;
    font-size: 12px;
    color: #4a90e2;
    font-weight: 400;
}

.form-control:focus::placeholder {
    color: transparent;
}

.form-control::placeholder {
    color: #B0BECF;
    opacity: 1;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

@media (max-width: 480px) {
    
    .fake-nav {
        height: 60px;
    }
    
    .fake-nav img {
        max-width: 170px;
    }
    
    .kayit-sayfasi .kayitform {
        padding: 15px;
    }
    
    div[style*="position:relative; margin:auto; width:380px"] {
        width: 100% !important;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .account-type {
        width: 100%;
        margin: 0 0 1rem 0;
        flex-wrap: wrap;
		display: block;
		margin: 0 0 20px 0;
    }
    
    .account-type div {
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .account-type label {
        width: 100%;
        padding-left: 10px;
        padding-top: 5px;
        height: 38px;
    }
    
    .form-control {
        height: 40px;
        font-size: 13px;
        padding: 8px 10px;
    }
    
    .form-control::placeholder {
        font-size: 13px;
    }
    
    .password-container {
        width: 100%;
    }
    
    .form-check-label {
        font-size: 11px !important;
    }
    
    .modal-content {
        width: 90%;
        margin: 30px auto;
        padding: 15px;
    }
    
    .modal-content h1, 
    .modal-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .modal-content p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .btn {
        font-size: 14px;
        padding: 10px;
    }
    
    .text-muted {
        font-size: 12px;
        margin-top: 1rem;
    }
    
    center h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    
    center p {
        font-size: 12px;
    }
    
    .hata-mesaji {
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .kayit-sayfasi .kayitform {
        padding: 20px 15px;
        justify-content: flex-start;
        padding-top: 30px;
    }
    
    div[style*="position:relative; margin:auto; margin-top:56px; width:380px"],
    div[style*="position:relative; margin:auto; width:380px"] {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media (max-width: 360px) {
    .content-wrapper {
        padding-bottom: calc(20px + 55px);
    }
    
    .fake-nav {
        height: 55px;
    }
    
    .fake-nav img {
        max-width: 160px;
    }
   
    .account-type label {
        padding-left: 8px;
        height: 36px;
    }
    
    .form-control {
        height: 38px;
        font-size: 12px;
        padding: 6px 8px;
    }
    
    .form-check-label {
        font-size: 10px !important;
    }
    
    .modal-content {
        width: 95%;
        padding: 12px;
    }
    
    .modal-content h2 {
        font-size: 18px;
        padding-right: 25px;
    }
    
    div[style*="position:relative; margin:auto; margin-top:56px; width:380px"],
    div[style*="position:relative; margin:auto; width:380px"] {
        width: 100% !important;
        padding: 0 10px;
    }
}