body {
	background:rgb(248, 248, 248);
	background-size:cover;
}

.wrapper {	
	margin-top: 95px;
  margin-bottom: 70px;
}
.hlogo
{
background: white;
margin-left: 55px;
margin-right: 55px;

padding-bottom: 15px;
padding-top: 15px;
}
.form-signin {
max-width: 300px;
float: inherit;
margin-left: 74%;
margin-top: -70px;
background: rgba(255, 255, 255, 0.74);

border: 1px solid #cccccc;
}
 

  .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;
	}
}
