

/*.container{
	display: table-cell;
	vertical-align: middle;
	background-color: white;
}*/

.img-header{
	background-color: white;
}

.img-h{
	width: 643px;
	height: 205px;
	margin-top: 10px;
	margin-top: 5px;
}
.img-b{
	width: 450px;
	height: 130px;
	margin-top: 10px;
	margin-top: 5px;
}

.form-signin {
	max-width: 280px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin {
	margin-bottom: 10px;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #000;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000;
}
.form-signin-heading {
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.btn-primary {
	background-color: #279e85 !important;
	border-color: #111111 !important;
}

.btn-blue
{
	background-color: #1f679e !important;
	border-color: #111111 !important;
	color: #FFFFFF;
	
}
.text-muted {
    color: #999 !important;
}

.foot{
	background-color: #196798;
	color: #FFFFFF;
}

