strong{
    font-weight: 400;
}
@font-face {
font-family: 'MyFont';
src: url('../fonts/Gilroy-Medium.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}

body, html {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}

.header {
background-color: white;

display: flex;
justify-content: left;
align-items: center;
width: 100%;
height: 60px;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
}

.logo {
max-height: 60%;
}

.spacer {
height: 90px;
}

body {
color: #000000;
letter-spacing: 0.5px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

form {
min-width: 320px;
padding: -5px 20px;
margin-top: 75px;
}

form * {
color: #000000;
outline: none;
border: none;
}

form h3 {
font-size: 22px;
font-weight: 400;
text-align: center;
padding: 8px;
margin-top: 0;
}

label {
display: block;
margin-top: 10px;
font-size: 14px;
font-weight: 400;
margin-bottom: 5px;
}

.input-container {
display: flex;
height: 40px;
width: 100%;
background-color: rgba(255, 255, 255, 0.07);
padding: 0 8px;
margin-top: 6px;
font-size: 14px;
font-weight: 300;
box-sizing: border-box;
align-items: center;
border: 1px solid #d8d8d8;
border-radius: 6px;
}

::placeholder {
color: #888;
}

button {
margin-top: 15px;
margin-left: 130px;
width: 50%;
background-color: #f4f4f4;
color: #080710;
padding: 10px 0;
font-size: 16px;
align-items: center;
font-weight: 500;
border-radius: 7px;
cursor: pointer;
}

.error, .success {
padding: 12px;
font-weight: 300;
font-size: 12px;
border-radius: 5px;
margin-bottom: 10px;
}

.error {
background-color: #DC3545;
color: #ffffff;
}

.success {
background-color: #28A745;
color: #ffffff;
}

.social {
margin-top: 20px;
display: flex;
align-items: center;
justify-content: center;
}

.social div {
text-align: center;
width: 120px;
border-radius: 3px;
padding: 5px 8px 8px 5px;
background-color: rgba(255, 255, 255, 0.27);
color: #eaf0fb;
cursor: pointer;
}

.social div:hover {
background-color: rgba(255, 255, 255, 0.47);
}

.social .fb {
margin-left: 15px;
}

.social i {
margin-right: 4px;
}

a {
color: #039be5;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.07);
border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.07);
}

.content {
margin-top: 80px;
padding: 15px;
text-align: center;
}

.container {
display: flex;
align-items: center;
justify-content: center;
width: 100%;

}

.container hr {
flex: 1;
border: none;
border-top: 1px solid #ccc;
margin: 0 8px;
}

.container .text {
padding: 0 8px;
font-size: 14px;
}

.button-container {
display: flex;
gap: 15px;
}

.btn {
display: flex;
align-items: center;
justify-content: center;
padding: 8px;
border-radius: 20px;
text-decoration: none;
font-size: 14px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s, box-shadow 0.3s;
}

.btn-google, .btn-apple {
width: 250px;
font-weight: 400;

background-color: white;
color: black;
border: 1px solid #ccc;
}

.btn-google:hover, .btn-apple:hover {
background-color: #f2f2f2;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn img {
margin-right: 8px;
height: 20px;
}

.btn-apple .fa-apple {
font-size: 20px;
margin-right: 10px;
}

.two-input-container {
display: flex;
justify-content: space-between;
}

.input-wrapper {
flex: 1;
margin-right: 5px;
display: flex;
flex-direction: column;
}

.input-wrapper:last-child {
margin-right: 0;
}

.input-wrapper label {
margin-bottom: 5px;
}

/* Arama çubuğu stili */
.search-container {
width: 100%;
max-width: 350px;
margin-bottom: 15px;
}

.search-container input[type="text"] {
width: 100%;
padding: 10px 15px;
border: 1px solid #ccc;
border-radius: 20px;
font-size: 14px;
outline: none;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: border-color 0.3s ease;
}

.search-container input[type="text"]:focus {
border-color: #007bff;
}

/* Select box stil */
.input-container select {
width: 100%;
padding: 8px;
font-size: 14px;
outline: none;
transition: border-color 0.3s ease-in-out;
background-color: #fff;
color: #333;
}

.input-container select:hover,
.input-container select:focus {
border-color: #007bff;
}

.input-container option {
padding: 8px;
font-size: 14px;
color: #333;
}

.input-container option:first-child {
color: #888;
}

.checkbox-container {
margin: 15px;
font-family: Arial, sans-serif;
}

.checkbox-label {
display: block;
margin-bottom: 8px;
}
