/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
/*
table {
  border-collapse: collapse;
  border-spacing: 0;
}*/


.loginbody
{
	font: 13px/20px 'Lucida Grande' , Tahoma, Verdana, sans-serif;
	color: #404040;
	background: #3B5998;
	margin:0;
}

.Loginheader
{
	float:left;
	width:100%;
	padding:0;
	background-color:Aqua;
	}
	
	
.ExpertsLogo
{
	background-image: url('Images/Expetcakelogo.png');
	background-position: left top;
	height: 100px;
	margin: 10px 0 0 20px;
	background-repeat: no-repeat;
}
.ExpertsLogoright
{
	background-image:url(../../../../OFFICE%20Projects/LoginPage/Image/Expetcakelogo.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:100px;
	float:right;
	
}
.container {
  margin: 63px auto 5px auto;
  width: 920px;
  height:601px;
 /*background: rgba(0, 0, 0, 0.08);*/
  border-radius:10px;
}

.login {
	       display: block;
           position: relative;
           width: 75%;
           height:300px;
		   background: white;
			-moz-border-radius: 4px;
			border-radius: 4px;
			padding: 1.5em;
			color: rgba(0,0,0,.8);
			text-shadow: 0 1px 0 #fff;
			line-height: 1.5;
			text-align: center;
			display: block;
            margin: 10px auto;
 
}
  
.login_leftbox
{
	background-position: right 20px;
	float: left;
	width: 350px;
	margin-top: -20px;
	height: 220px;
	background-image: url('Images/sideborder.png');
	background-repeat: no-repeat;
}


		.login:before, .login:after {
      z-index: -1; 
      position: absolute; 
      content: "";
      bottom: 15px;
      left: 10px;
      width: 50%; 
      top: 80%;
      max-width:300px;
      background: rgba(0, 0, 0, 0.7); 
      -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
      -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
      box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
      -webkit-transform: rotate(-3deg);    
      -moz-transform: rotate(-3deg);   
      -o-transform: rotate(-3deg);
		}

	 .login:after {
			-webkit-transform: rotate(3deg);
			-moz-transform: rotate(3deg);
			-o-transform: rotate(3deg);
			right: 10px;
			left: auto;
		}

.login h1 {
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	text-align: center;
	text-shadow: 0 1px white;
	background: #f3f3f3;
	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;
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: 21px;
	margin-left: -19px;
}

.login h2
{
	font-size:20px;
	color: #555;
}

.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
	height: 33px;
	width: 322px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
}

.login-help {
	font-size: 10px;
	color:#666;
	text-align: center;

	float:right;
	padding-top:10px;
}
.forget
{
	color:#333;
}
.login-help a
{
	color: #999999;
	text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}





.logintextbox1 {
  margin: 5px;
  padding: 0 10px;
  width: 170px;
  height: 34px;
  color: #404040;
  background: white;
  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);
}
.logintextbox1:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.loginbtn {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
loginbtn:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.Footer1
{
	width:100%;
	height:40px;
	/*float:left;*/	
	position:fixed; 
	bottom:0px;
	margin:0;
	padding:0;
	background-color:#6D84B4;
}

/*.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}*/
