#container{
 margin-left: auto;
 margin-right: auto;
 width:960px;
}
#container2{
 margin-left: auto;
 margin-right: auto;
 width:500px;
}

.table_login {
  width: auto;
  border-spacing: 0;
  font-size:14px;
    
  border-radius: 10px 10px 10px 10px;
  border-bottom: 1px solid #9e230b;
  border-left: 1px solid #9e230b;
  border-top: 1px solid #9e230b;
  border-right: 1px solid #9e230b;
  text-align: center;
    box-shadow: 3px 3px 5px #ccc;

    background: #f9c1b7;
}
.banner1 {
	position: relative;
	padding: .75em 1em .75em 2em;
	border: 1px solid #ccc;
	border-top: 3px solid #ea5431;
	background: -webkit-linear-gradient(top, #fff 0%, #f9c1b7 100%);
	background: linear-gradient(to bottom, #fff 0%, #f9c1b7 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.banner1::after {
	position: absolute;
	top: 1em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #ea5431;
	border-radius: 100%
}
