body {
  background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.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[type="text"] {
  margin-bottom: 20px;
  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;
}

.white {
	background-color: #FFF;
}

.topnav {
	line-height: 67px;
}

.yspaced {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 500px;
}

.bigletter {
	color: #999;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.item {
	border-bottom: 1px solid #EEE;
	padding-top: 5px;
}

.item:hover {
	background-color: #F7F7F7;
}
/* ALX */
#flash {
  background-color: #afa;
  font-size: 2em;
  height: 6.5em;
  left: 25%;
  line-height: 6.258em;
  position: fixed;
  text-align: center;
  top:20%; 
  width: 50%; 
  z-index: 100;
}
/******/