@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@200&display=swap');
body {
	font-family: 'Bai Jamjuree', sans-serif;
}
.sohbetform {
	text-align: center;
}
.sohbetform h1 {
	padding: 10px;
	font-size: 25px;
	color: #373737;
}
.sohbetform i {
	font-size: 20px;
}
.sohbetform input[type=text], .sohbetform input[type=password] {
	padding: 10px;
	border-radius: 10px;
	margin-top: 10px;
	width: 50%;
}
.sohbetform .ara {
	width: 100%;
	padding: 15px;
}
.sohbetform .link {
	margin-top: 50px;
}
.sohbetform label {
	font-size: 15px;
}
.sohbetform button {
	padding: 5px;
	border: none;
	background: #000748;
	color: white;
	border-radius: 10px;
	font-size: 20px;
	margin: 10px;
}
.sohbetform a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.metin {

}
.metin h1 {

}
.metin p {
	font-weight: bold;
}
.metin a {
	position: fixed;
	bottom: 0;
	margin-bottom: 10px;
	background: black;
	width: 100%;
	left: 0;
	color: white;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}
}