<div id="login_form" class="register-inner">
	<div class="green-notice">
		<b>Başöğretmenim</b> hesabın ile <b>giriş yap.</b>
	</div>

	<div class="social_register login">
		<div class="fcont">
			<div class="facebooklogin">
				<a href="https://graph.facebook.com/oauth/authorize?client_id=226708237340694&scope=user_photos,email,user_notes,offline_access,user_birthday,user_education_history,read_stream,user_hometown,user_location&redirect_uri=http://www.basogretmenim.com/callback/facebook/" style="color: #fff">
					<b>Facebook</b> hesabın ile kayıt ol &raquo;
				</a>
			</div>
		</div>
		<div class="ocont">
			<div class="okullogin">
				<a target="_blank" href="http://www.okul.com.tr/#!/uye-girisi">
					hesabın ile kayıt ol &raquo;
				</a>
			</div>
		</div>
	</div>

	<div class="login_form">
		<form name="f_login" id="f_login" method="post" action="http://www.basogretmenim.com/Login/Enter">
			<div style="width: 350px; margin: 0 auto">
				<div class="variable">
					<label class="form_variable">TC Kimlik No:</label>
					<input class="first tckimlik" tabindex="1" maxlength="11" id="username" type="text" name="username"/>
					<div style="clear: both"></div>
				</div>
				<div class="variable">
					<label class="form_variable">
						Şifre: (<a class="boxy_forgot" href="http://www.basogretmenim.com/home/user_action/Forgot" rel="boxy">Unuttum!</a>)
					</label>
					<input id="password" tabindex="2" type="password" name="password"/>
					<div style="clear: both"></div>
				</div>
				<div style="clear: both"></div>
			</div>
			<div class="login-buttons">
				<div class="remember" style="float: left; padding: 5px 0px 0px 20px">

					Beni Hatırla <input tabindex="3" type="checkbox" name="remember_me" style="width: 30px; margin-top: 1px"/>

				</div>
				<a class="button green" tabindex="4" href="javascript:void(0)" onclick="$('form#f_login').submit()">Giriş Yap &raquo;</a>
				<div style="clear: both"></div>
			</div>
		</form>
	</div>

</div>

<script type="text/javascript">
$(document).ready(function() {
	$('a.boxy_forgot').boxy();
	$('.tckimlik').priceFormat({
			prefix: '',
			centsSeparator: '',
			thousandsSeparator: '',
			centsLimit: 0,
			limit:11,
			onEnterLogin: true
	});
	$("form #password").keypress(function (e) {
		if ((e.which && e.which == 13) || (e.keyCode && e.keyCode == 13))
		{
			$('form#f_login').submit();
		}
  });
});
</script>
