.error {
	color:red;
	margin-bottom: 10px;
}
.demo {
	background:#f5f4f4;
	width:100%;
	height:auto;
	display:block;
}
#lsf .logo {
	text-align:center;
	padding:20px;
}
/* Title */
#lsf h1.title {
	//font-family: "Roboto Mono", sans-serif;
	text-align:center;
	color: rgb(135,135,135);
	font-weight:normal;
	margin: 35px 0px;
	font-size: 26px;
}
/* Sign in tag */
#lsf h3.sign {
	font-family: "Roboto Mono", sans-serif;
	text-align:center;
	color:#000000;
	font-weight:400;
	margin-top: 0px;
}
/* Login box design */
#lsf .login-box {
	background-color: #f7f7f7;
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 20px 0px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
/* Button blue */
#lsf .btn-primary {
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background: #3897f0;
	border-color: #3897f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: "Roboto Mono", sans-serif;
}
#lsf .btn-primary:hover {
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background: #1372cc;
	border-color: #1372cc;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#lsf .btn-primary:active {
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background: #1372cc;
	border-color: #1372cc;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* forgot password */
#lsf .forgot {
	text-decoration:none;
	font-size:13px;
	padding: 10px 0px;
	font-weight: 600;
	font-family: "Roboto Mono", sans-serif;
}
#lsf .forgot a, #lsf p.signac a {
	color:#427fed;
}
#lsf .forgot a:hover {
	text-decoration:underline;
}
/* Checkbox */
#lsf .checkbox {
    display: inline-block;
    width: 26px;
    height: 26px;
	font-size:13px;
	margin-bottom: 20px;
    color#000000;
	font-weight: 600;
	font-family: "Roboto Mono", sans-serif;
}
#lsf .checkbox-label {
	margin-left: 10px;
	position: relative;
	top: -8px;
	font-family: "Roboto Mono", sans-serif;
}
p.signac {
	text-decoration: none;
	font-size: 13px;
	color: #262626;
	text-align: center;
	font-weight: 400;
	font-family: "Roboto Mono", sans-serif;
}
/* Login box label */
#lsf .login-box label {
	font-weight: 600;
}
/* Small paragraph */
#lsf .small {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	margin:20px 0px 5px 0px;
}
#lsf .small-one {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	margin: 20px 0px 20px 0px;
}
/* Signup form begin */
#lsf .signup-box {
	margin: 0;
	padding: 25px;
	background: #fff;
	border: 1px solid #e4e2e2;
}
#lsf .img-align {
	margin:0 auto;
}
/* from control begin */
#lsf .form-control {
	border:1px solid #dbdbdb;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-left: 30px;
	font-family: "Roboto Mono", sans-serif;
}
#lsf .form-control:focus {
	border: 1px solid #b2b2b2;
	outline: none;
}
/* top space */
#lsf .space-191 {
	padding-top:191px;
}
#lsf .content-lft {
	padding-top:50px;
	text-align:center;
}
/* divider */
#lsf .horizontal-divider {
	margin: 0 auto;
	position: relative;
	width: 1px;
	height: 250px;
	background-color: #ccc;
}
#lsf .forgot {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	position: absolute;
	right: 15px;
	top: -2px;
	text-decoration: none;
}
#lsf .forgot a {
	color: #003569;
	text-decoration: none;
}
#lsf .forgot a:hover {
	color: #333;
	text-decoration: none;
}
#lsf .space-117 {
	padding-top:117px;
}
#lsf .space-53 {
	padding-top:53px;
}
#lsf a img.app:hover {
	opacity:0.8;
}
#lsf .form-group {
	position:relative;
}
/* from group icon */
#lsf .form-group > i {
	position: absolute;
	top: 50%;
	font-size: 16px;
	line-height: 16px;
	margin-top: -7px;
	left: 11px;
	color: #BBBBBB;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}