/**=======LOGIN PAGE========**/

.body-login {
	background: #ffffff url("https://cdn-ca.dg1.services/6/d/3621/o/dg1_bg_shadow.png");
	background-size: 100%;
	background-position: top center;
}

.form-signin {
	width: 90%;
	margin: auto;
}
.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 {
	margin-bottom: 15px;
}
.form-signin input[type="text"],  .form-signin input[type="password"] {
	height: auto;
	margin-bottom: 0;
}
.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;
}

.captchaImageBox {
	height: 50px;
}
.captchaImageBox img {
	display: block;
	float: left;
	margin-right: 15px;
 }
.captchaImageBox a {
	display: block;
	float: left;
	margin-top: 10px;
}

/**=======RESET PASSWORD PAGE========**/
.form-resetpass {
    max-width: 100%;
}
