@font-face {
    font-family: 'Minion Pro Regular';
    src: url('../fonts/MinionPro-Regular.eot');
    src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-Regular.woff') format('woff'),
        url('../fonts/MinionPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "MarkPro-Bold";
	src: url("../fonts/MarkPro-Bold.eot");
	src: url("../fonts/MarkPro-Bold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/MarkPro-Bold.woff") format("woff"),
	url("../fonts/MarkPro-Bold.ttf") format("truetype"),
	url("../fonts/MarkPro-Bold.svg#MarkPro-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body { min-height:100%}
body {
	background:URL(../images/bg3.jpg) center center; background-size:cover; color:#fff; font-size:22px;
	font-family: 'Minion Pro Regular';
    font-weight: normal;
    font-style: normal;
}
a { color:#fff}
a:hover { color:#aaa}
img { max-width: 100% }
hr { border:#cda66d 1px solid}

label{font-weight:bold;}
.control-label {margin-top:15px; font-size:17px; text-align:left; font-family: 'MarkPro-Bold';
    font-weight: bold;
    font-style: normal; }
.form-control{box-shadow:none;border:none;border-bottom:#c39c63 1px solid;border-radius:0; background:transparent; color:#fff}
.form-control:focus{border-color:#ffc80a;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 200, 10, 0.6);outline:0 none;}


.btn1 { transition:0.5s; -webkit-transition:0.5s; max-width:30% }
.btn1:hover { opacity:0.8; transform:scale(.95); -webkit-transform:scale(.95); }
.error { color:#cb4e1d; font-size:16px}

.logo { max-width:45% }
.basvur {  }

@media (max-width: 767px) {
	body { font-size:18px; }
	.logo { max-width:75% }
	.btn1 { max-width:60% }
}
@media (min-width: 768px) {
	.form-horizontal .control-label { text-align:left}
}