@charset "utf-8";
/* CSS Document */
body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.central{
	text-align: center;
}

.title{
	margin-top: 10px;
}

.title-muted{
	color: #858585;
	
}

.passwordHidden{
	display: none;
}
.success{
	color: green;
}
.failure{
	color: red;
}

.text-warning{
	display: none;
}

.loading {
    background: url(http://www.xiconeditor.com/image/icons/loading.gif) no-repeat right center;
}
