ul.styleQMenuUl 		{list-style:none outside none; margin:0; padding:0; position:relative; vertical-align:middle; text-align: center; line-height:20px;}
li						{display:inline-block; width:30px; height: 22px; vertical-align:middle; margin-right:2px; margin-left:2px;}


.wrapper {
	margin-top: 80px;
	margin-bottom: 80px;
}

.form-signin {
  max-width: 542px;
  width: 350px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 2px 2px 5px #999;
  border-radius:10px;
  height:450px;
  opacity: 0.9;
  filter: alpha(opacity=75);

  .form-signin-heading,
	.checkbox {
	  margin-bottom: 30px;
	}

	.checkbox {
	  font-weight: normal;
	}

	.form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}

	input[type="text"] {
	  margin-bottom: -1px;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	}

	input[type="password"] {
	  margin-bottom: 20px;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}
	img {
	   border-radius: 20%;
	   border:10px;
	}
}

.BottomLeft{
	align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ccc;
	padding-right:10px;
	padding-bottom:10px;
}