body {
  padding-top: 50px;
  background:  #0d0d0d;
  color:  #e6e6e6;

}
a{
	color: #8c8c8c;
}
a:hover{
	color: #f4cf29;
}


.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.img-logo{
	padding: 10px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom:1%;
	max-height: 450px;

}
.img-logo2{
	padding: 10px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom:1%;
	max-height: 150px;

}

.enjoy {
	
  border: 1px #e6b800 solid;
  padding:15px 45px 15px 45px;
  background-color:  #0d0d0d;
  color: #e6b800;
  margin-top: 20px;
}

.enjoy:hover {
 background-color:  #000;
  color: #e6b800;
}

.subtitles{
	font-size:16px;
	color: #737373;
	line-height: 27px;
	background-color: #0d0d0d;
	border-top: 1px solid #222;
	padding: 30px;
	letter-spacing: 1px;
}
.login-form{
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:80px;
	padding:10px;
}


footer{
  margin-top: 7%;
  text-align: center;
  color: #5b5b5b;
  background-color:#000;
  font-size:13px;
  
}
.footer-text{
	padding:13px 13px 13px 13px;
	margin:0px;
	
}

