/*//////////////////////////////////////////////////////////////////////////////
// ##########################################################################///
// # DM System 1.0                                                          # //
// ########################################################################## //
// #                                                                        # //
// #               --  DM SYSTEM IS NOT FREE SOFTWARE  --                   # //
// #                                                                        # //
// #  ============ Programming & Designing By Dilovan Matini =============  # //
// #      Copyright � 2013 - 2014 Dilovan Matini. All Rights Reserved.      # //
// #------------------------------------------------------------------------# //
// #------------------------------------------------------------------------# //
// # Website: www.qkurd.com                                                 # //
// # Contact us: dilovan@lelav.com                                          # //
// ########################################################################## //
//////////////////////////////////////////////////////////////////////////////*/

.login-panel{
	display: inline-block;
	width: 380px;
	margin: 2px;
	border: #bbb 1px solid;
	background-color: #f6f6f6;
	text-align: center;
	box-shadow: 0px 1px 3px 1px rgba( 150, 150, 150, 0.2 );
	border-radius: 5px;
}
.login-panel > .header{
	padding-bottom: 10px;
	background-color: #006080;
	border-radius: 5px 5px 0 0;
}
.login-panel > .header > .logo > div{
	display: inline-block;
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin-top: 40px;
	background-color: #fff;
	border-radius: 70px;
}
.login-panel > .header > .logo > div > i{
	padding-top: 20px;
	font-size: 90px;
	color: #006080;
}
.login-panel > .header > .title{
	margin-top: 6px;
	margin-bottom: 10px;
	font: normal 30px 'Droid Arabic Kufi', tahoma, arial;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.login-panel > .header > .logo > img{
	margin: 20px 5px;
	width: 200px;
}
.login-panel > .brand{
	margin: 30px 10px;
}
.login-panel > .brand > .logo > img{
	width: 200px;
}
.login-panel > .brand > .title{
	margin-top: 6px;
	font: normal 30px 'Droid Arabic Kufi', tahoma, arial;
	color: #006080;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.login-panel > .footer > .inputs{
	margin: 20px 15px 0;
}
.login-panel > .footer > .inputs > div{
	display: table;
	margin: 3px 0;
	font-size: 0;
	box-sizing: border-box;
}
.login-panel > .footer > .inputs > div > span{
	display: table-cell;
	height: 40px;
	border: 1px solid #ccc;
	border-right: 0;
	width: 1%;
	vertical-align: middle;
	white-space: nowrap;
	box-sizing: border-box;
	border-radius: 6px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.login-panel > .footer > .inputs > div > span > i{
	width: 18px;
	margin: 0 10px;
	color: #006080;
	font-size: 20px;
	text-shadow: 0 0 2px #fff
}
.login-panel > .footer > .inputs > div > input, .login-panel > .footer > .inputs > div > .select-list > input{
	display: table-cell;
	height: 40px;
	padding: 10px 16px;
	font: bold 13px 'Droid Arabic Kufi', tahoma, arial;
	line-height: 1.33;
	z-index: 2;
	float: left;
	width: 100% !important;
	margin: 0;
	color: #555;
	background-color: #fff !important;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
	border-radius: 6px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.login-panel > .footer > .inputs > div > input:focus, .login-panel > .footer > .inputs > div > .select-list > input:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.login-panel > .footer > .inputs > div > .select-list > i{
	top: 4px;
	left: 6px;
	font-size: 32px;
	color: #777;
}
.login-panel > .footer > .inputs > div > .select-list > span{
	left: 1px;
	width: 38px;
	height: 38px;
	background:#f6f6f6 none;
	border-right-color: #ccc;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.login-panel > .footer > .inputs > div > .select-list > input{
	padding-left: 52px;
	padding-right: 52px;
	border-radius: 6px;
}
.login-panel > .footer > .inputs > div > .select-list > div{
	direction: ltr;
	top: 41px;
}
.login-panel > .footer > .remember{
	margin-top: 10px;
}
.login-panel > .footer > .remember > span{
	font: bold 12px 'Droid Arabic Kufi', tahoma, arial;
}
.login-panel > .footer > .button{
	margin: 15px;
}
.login-panel > .footer > .button > a{
	padding: 6px 8px 8px;
}


.login-panel > .third-party-login{
	position: relative;
	margin-top: 20px;
	text-align: center;
}
.login-panel > .third-party-login > a{
	display: block;
	height: 50px;
	margin: 6px 15px;
	padding: 4px;
	border: 1px solid #aaa;
	text-align: left;
	background-color: #fff;
	box-sizing: border-box;
	white-space: nowrap;
	border-radius: 5px;
}
.login-panel > .third-party-login > a:hover{
	border-color: #666;
	text-decoration: none;
	background-color: #eee;
}
.login-panel > .third-party-login > a > img{
	width: 40px;
	height: 40px;
}
.login-panel > .third-party-login > a > div{
	display: inline-block;
	margin-top: 2px;
	margin-left: 3px;
	font: normal 14px 'Droid Arabic Kufi', tahoma, arial;
	line-height: 18px;
}
.login-panel > .third-party-login > div{
	display: inline-block;
	position: absolute;
	left: 175.5px;
	bottom: -14px;
	padding: 2px 8px;
	font-weight: bold;
	background-color: #f6f6f6;
}
.login-panel > .third-party-login > hr{
	display: block;
	margin-top: 20px;
	border: 1px #ccc solid;
	border-width: 1px 0 0 0;
}

@media screen and (max-width: 850px) {
	body{
		margin: 0 !important;
	}
	.login-panel{
		display: block;
		width: 100%;
		margin: 0 !important;
		border-width: 0 !important;
		box-shadow: 0px 0 0 0 rgba( 150, 150, 150, 0.2 );
		border-radius: 0;
	}
	.login-panel > .header{
		border-radius: 0;
	}
}