body
{
	width: 75%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.intro
{
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.5);
	z-index: 20;
}

.img-start
{
	z-index: -1;
	position: relative;
}
.form-start
{
	/*position: fixed;*/
	/*right: 15%;*/

	margin: 0 auto;
	margin-top: 5%;
	width:200px;
	/*background-color: #669999;*/
	/*padding: 8px;*/
	/*border-radius: 8px;*/
	/*padding-bottom: 10px;*/

}

/*::-webkit-input-placeholder {color:#000;}*/
/*::-moz-placeholder          {color:#000;}/* Firefox 19+ */
/*:-moz-placeholder           {color:#000;}/* Firefox 18- */
/*:-ms-input-placeholder      {color:#000;}*/

.start-btn
{
	width: 100%;
	font-weight: bold;
}

.content-start
{	
	/*background: url("/img/intro.png") no-repeat;*/
	background-color: white;
	background-position:center center;
	background-size: contain;
	background-clip:border-box;
	text-align: center;
}

.footer {
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
}
.footer .copy
{
  height: 60px;
  background-color: #f5f5f5;
  padding-top: 12px;	
}

h5
{
	text-align: center;
}

.name-start
{
	text-align: center;
}
.email-start
{
	text-align: center;
}


#signIn
{
	display: none;
}

#showRegBtn
{
	text-align: center;
	color:#000;
	width:100%;
}

#showLoginBtn
{
	text-align: center;
	color:#000;
	width:100%;
}

#rememberPassBtn
{
	text-align: center;
	color:#000;
	width:100%;	
}

.errorLogin, .errorReg, .errorDisplay
{
	text-align: center;
	color:#c00;
	width:100%;	
}




.progress-text {
  color: #333;
  width: 100%;
  position: absolute;
  top: 0;
  height: 24px;
  z-index: 10;
  font-size: 16px;
}

@media all and (max-width:750px) {
	.progress-text {
	  color: #333;
	  width: 100%;
	  position: relative;
	  top: -61px;
	  height: 24px;
	  z-index: 10;
	  font-size: 16px;
	}


.footer {
  position: relative;
  /*bottom: 0;*/
  margin-bottom: 0px;
  left:0;
  width: 100%;
}

}



li a
{
  font-family: Tahoma,Geneva, sans-serif;
  line-height: 16px;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}