@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap');
body{
	font-family: 'Montserrat', sans-serif;
}
.logo{
	width: 100%;
	padding: 10px;
}
.logo img{
	width: 75%;
}
.form-box{
	background-color: #fff;
	padding: 20px;
}
.line{
	padding: 0;
}
.line img{
	height: 100%;
}
h1{
	font-size: 20px;
	font-weight: bold;
	color: #6c757d;
}
input{
	margin-bottom: 15px;
}
.radio-box {
	border: 1px solid #ced4da;
	border-radius: 5px;
	padding: 5px 15px;
	margin-bottom: 15px;
}
.form-grup{
	border: 1px solid #ced4da;
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 25px;
}

.mavi{
	background-color: #09a5e0;
}

.pembe{
	background-color: #e70072;
}
textarea {
  resize: none;
}
#ebeveyn{
	display: none;
}