body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgb(60, 78, 90);
  color:rgb(255, 255, 255);
}

.logo {
    background: none repeat scroll 0 0 #3B5999;
    border-radius: 0 0 6px 6px;
    color: #FFFFFF;
    font-size: 11px;
    left: 58%;
    padding: 0 9px 4px;
    position: absolute;
    text-align: center;
	top:0px
}
.textaligncenter,.footer{ text-align:center}
.footer{ margin-top:20px; color:#3B5999}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.btn-primary {
    background-color: #3B5999 !important;
}

.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 {
	border-radius:4px;
}
.form-signin input[type="text"] {
  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;
}
h1,h2,h3,h4,h5,h6 {
	color:rgb(255, 255, 255);
	text-align:center;
}
a, a:hover {
	color:rgb(255, 255, 255);
	margin-bottom:10px;
}
a.fleft {
	float:left;
}
a.fright {
	float:right;
}
a:hover {
	text-decoration:underline;	
}