html {
  position: relative;
  min-height: 100%;
}
body {
/* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #f5f5f5;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  text-align:center;
  margin-top:10px;
}

.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;
}

.copyright {
  margin-top:5px;
  font-size:12px;
}

.image-logo {
	display:block;
	height:125px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	margin-top: 50px;
}

.login-wrapper{
	border: 2px solid #8b8bb6;
	background-color: white;
	margin-left:20px;
	margin-right:20px;
	margin-top:30px;
	margin-bottom:20px;
}

.input-wrapper{
	margin-bottom:20px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}

.btn-submit{
	background-color:#212529;
}

.submit{
	color:#e2e2e2;
}

.foot-wrapper{
	margin-top:9px;
}

.login-market {
	background-image: url("../img/login-left.png");
	background-repeat: no-repeat;
/* 	background-size: cover; */
	background-size: cover;
/* 	background-position: center; */
	height: 572px;
}

.login-panel {
	background-color:#ffeff0;
	height:572px;
}

.header-bg {
	background-color:#212529 !important;
}
