
/**=======LOGIN PAGE========**/
.form-signin {
	max-width: 300px;
	padding: 10px 20px 20px;
	margin: 60px auto 20px;
	background-color: #fff;
	border: 1px solid #282828;
	border-top:#282828 4px solid;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}

.form-signin-ribbon {
	max-width: 300px;
	padding: 10px 20px 20px;
	margin: 60px auto 20px;
}
.form-signin-ribbon p {
	margin-bottom:10px;
}
.form-signin-ribbon .long-ribbon {
	text-align:left !important;
}
.forgot-block {
	padding:15px;
}
.form-signin-ribbon h3 {
	font-weight: normal;
	font-size:18px;
	margin-bottom:0px;
	border-bottom:#eee 0px solid;
	padding-bottom:0px;
	line-height:normal;
	text-transform:uppercase;
}
.form-signin h3 {
	font-weight: normal;
	font-size:18px;
	margin-bottom:5px;
	border-bottom:#eee 1px solid;
	padding-bottom:8px;
	line-height:normal;
	text-transform:uppercase;
}
.form-signin-ribbon h4 {
	font-weight: normal;
	font-size:14px;
	margin-bottom:5px;
	border-bottom:#999 1px solid;
	padding-bottom:8px;
}
.form-signin h4 {
	font-weight: normal;
	font-size:14px;
	margin-bottom:5px;
	border-bottom:#eee 1px solid;
	padding-bottom:8px;
}
.form-signin h5, .form-signin-ribbon h5 {
	font-weight: normal;
	font-size:14px;
}
.form-signin .form-signin-heading,  .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],  .form-signin input[type="password"] {
	font-size: 14px;
	height: auto;
	margin-bottom: 15px;
}
.form-signin-ribbon input[type="text"],  .form-signin-ribbon input[type="password"] {
	font-size: 14px;
	height: auto;
	margin-bottom: 15px;
	border: #060 1px solid;
}
.login-head {
	padding:10px;
	color:#FFF;
	text-align:center;
}
.form-signin-ribbon .content-widgets {
	background:#ccc !important;
}
.user-online {
	width:8px;
	height:8px;
	display:inline-block;
	background: #090;
	border-radius:10px;
}
.user-offline {
	width:8px;
	height:8px;
	display:inline-block;
	background: #ccc;
	border-radius:10px;
}
.chat-input {
	margin:20px 0;
}
.chat-input .btn {
	margin-top:10px;
}
#flotTip {
	padding: 3px 5px;
	background-color: #000;
	z-index: 100;
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
	border: 2px solid #000;
}

