@charset "utf-8";
html{
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body{
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background: #d2d6de;
	display: block;
}

form {
	display: block;
	margin-top: 0em;
}

.login-page{
	height: auto;
}

.login-box{
	position: absolute;
	width: 360px;
	height: 360px;
	top: 50%;
	left: 50%;
	margin-left: -180px;
	margin-top: -180px;
}

.login-logo{
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
}
.login-logo small{
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
}


.login-box-body{
	background: #fff;
	padding: 20px;
	border-top: 0;
	color: #666;
}

.login-box-msg{
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
}

.login-box-msg-error{
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
	color: #dd4b39;
}

.login-form-group{
	margin-bottom: 15px;
	position: relative;
}

.login-form-control{
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	display: block;
	width: 295px;
	height: 24px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	border: 1px solid #d2d6de;
}

.login-form-control:focus{
	border: 1px solid #367fa9;
}


.login-form-icon{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #777;
	font-size: 20px !important;
}

.login-submit{
	display: block;
	color: #fff;
	background-color: #367fa9;
	border: 1px solid #367fa9;
	padding: 6px 12px;
	cursor: pointer;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	width:100%;
}


.login-box-footer{
	display: block;
	width: 100%;
	position: relative;
}


.login-box-footer-col{
}


/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	color:#666;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
