/* css page login  */
body {
  font: 10px/15px 'Lucida Grande', Tahoma, Verdana, sans-serif;
}

.container {
  margin: 20px auto;
  width: 700px;
}


.login, .reserve {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 320px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
 /*  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3); */
}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.les_logos h1 {
  margin: 0px 0px 0px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  text-shadow: 0 0px white;
  background: #6DBEB9;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
 /*   box-shadow: 0 1px whitesmoke; */
}

.login h2 {
  font-size: 11px;
  font-weight: bold;
  color: #FF0000;
  }
  
.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}

.login input[type=text], .login input[type=password] {
  width: 300px;
}

}
.login p.submit {
  text-align: right;
}

input[type=submit]{
	
	border:none;
	padding:6px 0 6px 0;
	width:100px;
	border-radius:8px;
	background:#2e2d6b;
	font:bold 13px Arial;
	color:#fff;
	box-shadow:3px 3px 12px #999;
}

input[type=reset] {
	
	border:none;
	width:100px;
	padding:6px 0 6px 0;
	border-radius:8px;
	background:#ff0000;
	font:bold 13px Arial;
	color:#fff;
	box-shadow:3px 3px 12px #999;
}




input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 10px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;   
  width: 200px;
  height: 24px;
  color: #404040; 
  background:#CCC;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
/*   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12); */
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}


