/* 会员登录 */
 .header {
   text-align: center;
   background:#0E90D2;
/*    background:#009966; */
  }
.header h1 {
      font-size: 2em;
   /*    color: #333; */
       color: #FFF; 
      margin-top: 30px;
 }
 .header p {
    font-size: 1em;
     color: #FFF; 
 }
 .gradient-linear{
  background: -webkit-linear-gradient(#009966,#0099CC); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#009966, #0099CC); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#009966, #0099CC); /* Firefox 3.6 - 15 */
  background: linear-gradient(#009966, #0099CC); /* 标准的语法 */
}
.content{
	background:#FFF;
}
.footer {
	text-align:center;
	font-size:1.1em;
	color:#333;
/*     background:#0E90D2; */
    padding-bottom:0px;
     background-color: transparent;
}
.hidden {
	    /*  display:block;!important; */
	     clear:both;
	    display:none;!important;
}
.am-form .am-panel-bd .am-form-group .hidden{
	display:block;!important;
	display:none;
}
.valid-msg{
	color:red;
	font-size:1em;
	padding:5px;
}
/* .valid-msg-success{
	color:blue;
} */