div.well{
  height: 250px;
} 

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 50%; 
  height: 50%;
  min-width: 400px;
  max-width: 650px;
  padding: 40px;
}

#logo-container{
  margin: auto;
  margin-bottom: 10px;
  width:200px;
  height:30px;
  /* background-image:url('http://placehold.it/200x30/000000/ffffff/&text=BRAND+LOGO'); */
}

.error, .errores {
	color: red;
	margin-top: -15px;
	margin-bottom: 0px;
}

.resultado
{
	pointer-events:none;
}

.btnsalir
{
	width: 50px !important;
	float:right;
}

.limpiar
{
	clear:both;
}