body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a {
  color: #337ab7;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.container {
	margin: 0 auto;
	width:100%;
}
.complogo {
	text-align: center;
margin-bottom: 20px;
}
.complogo img {
	margin:0 auto;
	max-width:100%;
	height:auto;
}
#wrapper {
	 max-width:400px;
     margin:100px auto;
     margin-bottom: 10px;
}
.login-form-section {
  background-color:#ffffff;
  border-radius:5px;
  border:8px solid rgba(0,0,0,0.1);
  margin:0;
}
.login-form-heading {
background: #fbfbfb; /* Old browsers */
background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbfbfb 0%,#f1f1f1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
 padding:10px 20px;
 margin:0;
border-bottom:1px solid #c0c0c0;
}
.login-form-heading h3 {
	margin:0;
	font-size:20px;
	padding:5px 5px 5px 35px;
	color:#3484c4;
	background:url(../img/admin.png) no-repeat left center;
}
.login-form-content {
	padding:20px;
	background:#ffffff;
}
.inputfield {
	border: 4px solid rgba(150, 150, 150, 0.1);
margin: 0 0 20px;
position: relative;
}
.inputfield input[type="text"],.inputfield input[type="email"], .inputfield input[type="password"], .inputfield select {
	margin:0;
	border:1px solid #cdcdcd;
	background:#ffffff;
	height:36px;
	width:100%;
	padding:5px 5px 5px 45px;
	transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
.inputfield select {
	margin:0;
	border:1px solid #f00;
	background:#ffffff;
	height:36px;
	width:100%;
	padding:5px 5px 5px 45px;
	transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
.inputfield input[type="text"]:focus, .inputfield input[type="password"]:focus,.inputfield select:focus {
	border:1px solid #c7dbec;
	box-shadow:inset 3px 3px 3px #d3e5f3;
}
.login-footer input[type="submit"] {
	margin:0;
	float:right;
background: #1ab0ec; /* Old browsers */
background: -moz-linear-gradient(top, #1ab0ec 0%, #1a92c2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ab0ec), color-stop(100%,#1a92c2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1ab0ec 0%,#1a92c2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1ab0ec 0%,#1a92c2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1ab0ec 0%,#1a92c2 100%); /* IE10+ */
background: linear-gradient(to bottom, #1ab0ec 0%,#1a92c2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab0ec', endColorstr='#1a92c2',GradientType=0 ); /* IE6-9 */
border: 1px solid #1090c3;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
color: #fff;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
cursor:pointer;
padding:6px 14px;
border-radius:3px;
font-size:14px;
font-weight:bold;
transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
.login-footer input[type="submit"]:hover {
	background: #1a92c2; /* Old browsers */
background: -moz-linear-gradient(top, #1a92c2 0%, #1ab0ec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a92c2), color-stop(100%,#1ab0ec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1a92c2 0%,#1ab0ec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1a92c2 0%,#1ab0ec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1a92c2 0%,#1ab0ec 100%); /* IE10+ */
background: linear-gradient(to bottom, #1a92c2 0%,#1ab0ec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a92c2', endColorstr='#1ab0ec',GradientType=0 ); /* IE6-9 */
}
.inputfield span.fieldicon {
	border-right: 1px solid #dddddd;
height: 20px;
left: 10px;
padding-right: 10px;
position: absolute;
top: 10px;
width: 25px;
}
.inputfield span.usr {
	background:url(../img/username.png) no-repeat;
}
.inputfield span.pass {
	background:url(../img/password.png) no-repeat;
}
.inputfield span.globe {
	background:url(../img/globe.png) no-repeat;
}
.login-footer {
	overflow:hidden;
}
.login-footer a {
	color:#2982ca;
	text-decoration:none;
	font-size:14px;
	float:left;
	margin:8px 0;
}
.login-footer a:hover {
	color:#000;
}
.login-footer input[type="submit"] {
	margin:0;
	float:right;
}
.affliateby {
  text-align: center;
  margin: 20px 0;
}
.blogInfo-Link{
	display: block;
	max-width:90%;
	margin:25px auto 0;
}
.blogInfo-Link img{
	display: block;
	max-width:100%;
} 
/* ALL MOBILE 
================================================== */
@media only screen and (max-width: 767px) {
	#wrapper {
  margin: 50px auto;
  max-width: 98%;
}
}