﻿body{
  background: #fffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#F8F8F9', GradientType=0);
  background: -webkit-linear-gradient(to bottom, #fffff 50%, #F8F8F9) !important;
  background: -moz-linear-gradient(to bottom, #fffff 50%, #F8F8F9) !important;
  background: -ms-linear-gradient(to bottom, #fffff 50%, #F8F8F9) !important;
  background: -o-linear-gradient(to bottom, #fffff 50%, #F8F8F9) !important;
  background: linear-gradient(to bottom, #fffff 50%, #F8F8F9) !important;
  color: black;
}

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: 200px;
  max-width: 400px;
  padding: 40px;
}

#logo-container{
  margin: auto;
  margin-bottom: 10px;
  width:250px;
  height:50px;
  background-image:url('../images/stellar/stellar-logo.png');
  background-repeat: no-repeat;
}
.error{
  color: red;
}