.form_1 input[type=text],input[type=password],input[type=tel] {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font: 1em Tahoma, Geneva, sans-serif;
}
.form_1{
  background-color: #fff;
  padding:3%;
  margin-left:30%;
  font: 1em Tahoma, Geneva, sans-serif;
  width:34%;
  float:left;

  margin-top:50px;
  
  
}




















.row h4 {
  color:#F00;
}
.form_01 input[type="text"],
.form_01 input[type="password"],
.form_01 input[type="radio"] + label,
.form_01 input[type="checkbox"] + label:before,
.form_01 select option,
.form_01 select {
  width: 100%;
  padding: 0.8em;
  line-height: 1.4;
  background-color:#fff;
  border: 1px solid #ccc;
  color:#333;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  box-sizing: border-box;
  font-size:16px;
}

.form_01 textarea {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color:#FFF;
  border: 1px solid #CCC;
  color:#333;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-left: 4.4em;
  box-sizing: border-box;
  font-size:16px;
}


.form_01 input:focus, textarea:focus {
  outline: 0;
  border-color:#00597D;
}
.form_01 input:focus + .input-icon img , textarea:focus + .input-icon img{
  color:#00597D;
}
.form_01 input:focus + .input-icon:after, textarea:focus + .input-icon:after {
  border-right-color:#00597D;
}
.form_01 input[type="radio"] {
  display: none;
}
.form_01 select {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
  border-radius: 0;
}

.form_01 input[type="radio"] + label {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0;
  cursor:pointer;
}
.form_01 input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.form_01 input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.form_01 input[type="radio"] + label i {
  padding-right: 0.4em;
}
.form_01 input[type="radio"]:checked + label,
.form_01 input:checked + label:before,
.form_01 select:focus,
.form_01 select:active {
  background-color:#FFF;
  color:#333;
  border-color:#CCC;
}
.form_01 select {
  height: 3.4em;
  line-height: 2;
}
.form_01 select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.form_01 select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.form_01 select:focus,
.form_01 select:active {
  outline: 0;
}
.form_01 select option {
  background-color:#FFF;
  color:#333;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
  color:#1e1e1e;
}
.input-group-icon input[type="text"] {
  padding-left: 4.4em;
}
.input-group-icon input[type="password"] {
  padding-left: 4.4em;
}

.input-group-icon .input-icon {
  position: absolute;
  top: 7px;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.4em;
  bottom: 0.2em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon img {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin-top:20px;
  width: 18px;
}
.container_form_01 {
  max-width: 600px;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background:#fff;
  margin-top:30px;
  margin-bottom:40px;
  	-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 32.15%;
}
.col-third:last-of-type {
  padding-right: 0;
}



.buton_123 {
  width: 150px;
  background-color:#CE6701;
  color:#fff;
  padding: 8px 10px;
  margin: 10px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font: bold 1em Tahoma, Geneva, sans-serif;
  text-decoration:none;
  font:14px Tahoma, Geneva, sans-serif;
  
}


.buton_123:hover {
  background-color: #00597D;
  color:#fff;
  
}

.form_logo{
	margin-bottom:20px;
	margin-top:5px;
	width:30%;
}

.form_1 k{
	font:0.95em Tahoma, Geneva, sans-serif;
	color:#1e1e1e;
	padding:25px;
	border-radius:5px;
	background-color:#fff;
	display:block;
	border:solid 1px #F00;
	text-align:center;
}

.form_sms_code_text{
	padding:2%; margin:2%;  font:14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#666;
}

.form_tekrar_buton{
	background:none; text-decoration:underline; border:none; cursor:pointer; color:#9676CD;
}










/* -------------popup formlar ----------*/




.ekle_input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  box-sizing: border-box;

}



.ekle_label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  box-sizing: border-box;
  float:right;
  color:#00597D;
  font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
 
}

.ekle_buton {
  background-color: #00597D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  box-sizing: border-box;
}

.ekle_buton:hover {
  background-color: #ff8303;
}

.ekle_container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  box-sizing: border-box;
}

.ekle_col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
  box-sizing: border-box;

}

.ekle_col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
  box-sizing: border-box;

}

.ekle_row {
	box-sizing: border-box;
	margin-bottom:10px;
}

/* Clear floats after the columns */
.ekle_row::after {
  content: "";
  display: table;
  clear: both;
  box-sizing: border-box;
}





/* -------------checkbox ----------*/
.wrapper{
	max-width: 450px;
	width: 100%;
	margin: 0px;
	background: #fff;
	border-radius: 3px;
	padding: 0px;
}

.checkbox_item .checkbox_wrap{
	position: relative;
	display: block;
	cursor: pointer;
	width: 80px;
	margin: 0 auto 50px;
}

.checkbox_item:last-child .checkbox_wrap{
	margin-bottom: 0;
}

.checkbox_item .checkbox_wrap .checkbox_inp{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.checkbox_item .checkbox_wrap .checkbox_mark{
	display: inline-block;
	position: relative;
	border-radius: 25px;
}

.checkbox_item .checkbox_wrap .checkbox_mark:before,
.checkbox_item .checkbox_wrap .checkbox_mark:after{
	content: "";
	position: absolute;
	transition: all 0.5s ease;
}



/* basic styles */
.checkbox_item.citem_1 .checkbox_wrap .checkbox_mark{
	background: #ccc;
	width: 40px;
	height: 20px;
	padding: 2px;
}

.checkbox_item.citem_1 .checkbox_wrap .checkbox_mark:before{
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
}

.checkbox_item.citem_1 .checkbox_wrap .checkbox_inp:checked ~ .checkbox_mark{
	background: #CE6701;
}

.checkbox_item.citem_1 .checkbox_wrap .checkbox_inp:checked ~ .checkbox_mark:before{
	left: 23px;
}
.checkbox_text{
	font-size:16px;
}



@media only screen and (max-width: 1020px){


.form_1{
  padding:5%;
  margin-left:5%;
  width:80%;
  margin-top:150px;
  
  
}


.form_01 input[type="text"],
.form_01 input[type="password"],
.form_01 input[type="radio"] + label,
.form_01 input[type="checkbox"] + label:before,
.form_01 select option,
.form_01 select {
  width: 100%;
  padding: 30px;

  font-size:30px;
  margin-bottom:40px;
}



.input-group-icon input[type="text"] {
  padding-left: 4.4em;
}
.input-group-icon input[type="password"] {
  padding-left: 4.4em;
}

.input-group-icon .input-icon {

  top: 20px;
  width: 5.4em;
  height: 5.4em;
  line-height: 5.4em;

}
.input-group-icon .input-icon:after {
  left: 5.4em;
  border-right: 1px solid #ccc;
}
.input-group-icon .input-icon img {
  font-size:40px;
  width: 40px;
}
	
	.buton_123 {
  width: 240px;
  padding: 20px 24px;
  font:28px Tahoma, Geneva, sans-serif;
  margin-bottom:40px;
  
}
.form_logo{
	margin-bottom:70px;
	margin-top:20px;
	width:45%;
}
.form_1 k{
	font:1.6em Tahoma, Geneva, sans-serif;	
	padding:40px;

}
.form_sms_code_text{
font:28px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; padding:3%; margin:4%;
}	

.form_tekrar_buton{
	font-size:28px;
}






/* -------------popup formlar ----------*/
.ekle_col-25, .ekle_col-75, .ekle_buton {
    width: 100%;
    margin-top: 0;
  }
 
 .ekle_input, .ekle_buton {
	font-size:2.4em;
	padding:32px;
}

.ekle_label {
	font-size:2.4em;
	float:left;
	color:#CCC;
}
.ekle_row {
	margin-bottom:70px;
}





/* -------------checkbox ----------*/

.wrapper{
	margin: 0px auto 0;
	padding: 0px;
}

.checkbox_item .checkbox_wrap{
	width: 140px;
}

/* basic styles */
.checkbox_item.citem_1 .checkbox_wrap .checkbox_mark{
	width: 80px;
	height: 40px;
	padding: 1px;
}

.checkbox_item.citem_1 .checkbox_wrap .checkbox_mark:before{
	width: 36px;
	height: 36px;
}

.checkbox_item.citem_1 .checkbox_wrap .checkbox_inp:checked ~ .checkbox_mark:before{
	left: 44px;
}
.checkbox_text{
	font-size:2.2em;
}	
	
.mobile_checkbox{
	margin-top:30px;
	margin-bottom:60px;
	
}	

}
