
img {
	border: none;
}

div.well{
  height: 250px;
} 

.center-form {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.center-form.responsive {
  width: 70%; 
  height: 50%;
  min-width: 300px;
  max-width: 400px;
  padding: 40px;
}

.center-form.responsive.extrawide {
  min-width: 600px;
  max-width: 600px;
}

.btn {
	border: solid 1px #CCCCCC;
}

#logo-container{
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}

#sslbadge {
	padding-top: 40px;
}