@charset "UTF-8";
/* CSS Document */
body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-top: 100px;
	margin-bottom: 10px;
	text-align: center;
	color: #2598BE;
}
.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;
}

/*
 * Footer
 */
/* Padding for spacing */
.inner {
  padding: 30px;
}
.innerSmall {
  padding: 44px;
  align-content:center;
  text-align:center;
}
.innerCover {
  padding: 4px;
 /* background-color:blue;*/
}
.innerCover h2{
	align-content:center;
	text-align:center;
	font-size:1.82em;
	color:#5d7e89;
	
	
	}
.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(175,175,175,.5);
}
.img-full {
    min-width: 100%;
}
.img-left {
    float: none;
    margin: 0 auto 0;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
   text-align:center;
  /* Set the fixed height of the footer here */
  height: 20px;
/*  background-color: #f5f5f5;*/
}
.containerFoot{
width: 100%;	
/*background:rgba(28,203,212,1.00);*/
}
	.containerFoot p{
color:rgba(172,172,172,1.00);
font-size:.68em;
font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
font-style:italic;	
	}
.center-block{
-webkit-box-shadow: 2px 2px 5px 1px rgba(025,025,025,.35);
box-shadow: 2px 2px 5px 1px rgba(025,025,025,.35);	
}
.starter-template{
	align-content:center;
	margin-top:60px;
	
	
	}