.teklif_input {
	width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #eee;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
	}
.teklif_input:hover {
	border-color: #d5350f;
	background-color:#d5350f;
	color:#fff;
}




.teklif_input_kucuk {
	width: 160px;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 0;
    background: transparent;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
	}
.teklif_input_kucuk:hover {
	border-color: #d5350f;
	background-color:#d5350f;
	color:#fff;
}




.teklif_input_text{
	width: 100%;
    height: 170px;
    padding: 0 20px;
    border: 1px solid #eee;
    border-radius: 0;
    background: transparent;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}
.teklif_input_text:hover {
	border-color: #d5350f;
	background-color:#d5350f;
	color:#fff;
}

.teklif_buton {
	border-color: transparent;
	background-color: #f85c37;
	color: #fff;
	padding: 14px 20px!important;
	font-size: 14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 15px;
	outline: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: baseline;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	line-height: 1em;
	cursor: pointer;
 -webkit-transition: all .25s ease;
 transition: all .25s ease;
}
.teklif_buton:hover {
	background-color: #d5350f;
}
