
body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eee;
}
/*comment*/
.form-signin 
{
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox 
{
	margin-bottom: 10px;
}
.form-signin .checkbox {	font-weight: normal;}
.form-signin .form-control 
{
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {z-index: 2;}
.form-signin input[type="email"] 
{
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] 
{
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.login-container {
margin-top: 6%;
}

.column-seperation > div[class*="col-"]{
	border-right:1px solid #ddd;
}
.column-seperation > div[class*="col-"]:last-child{
	border-right:0px;
}


.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
	margin-bottom: 6px;
	color: #777a80;
	transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.checkbox label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 1.4px;
	background-color: #fff;
	border:1px solid #c2c6cb;
	border-radius: 3px;
	transition: border 0.2s linear 0s,color 0.2s linear 0s;
}


.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left:3.2px;
  top:0px;  
  font-size:11px;  
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.checkbox  input[type=checkbox] {
	display: none;
}
.checkbox label {
	margin-bottom: 10px;
}
.checkbox label:after {
    border-radius: 3px;
}

.btn-primary{
	color: #fff;
    background-color: #48c5f3;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #0b9c8f;
}

	
	