
body{
  /*background-image: url(images/avatar.jpg); 
  background-size: cover;*/
}

.container{
  position: absolute;
   top: 30%;
   left: 40%;
   width: 15%;
   height: 30%;
   background-color: rgba(64,64,64,0.2);
  /*width: 370px;
  height: 310px;
  background-color: rgba(64,64,64,0.2);
  margin-top: -400px;
  border-radius: 20px;
  padding-top: 20px;*/
}
#username{
  
}

#bachground{
	position: absolute;
	width: 100%;
 	height: 100%;
 	cursor: pointer;
 	cursor: hand;
 	top:-35px;
 	right: 0px;
 	z-index: -1;
}

#Logos_1 { 
 position: absolute;
 top: 10%;
 left: 1%;
 width: 15%;
 height: 28%;
 /*cursor: pointer;*/
 /*cursor: hand;*/
 /*margin-top: 100px;*/
}
#Logos_2 { 
  position: absolute;
 top: 10%;
 left: 21%;
 width: 15%;
 height: 28%;/*
 width: 300px;
 height: 300px;
 cursor: pointer;
 cursor: hand;
 margin-left: 60px;
 margin-right: 300px;*/

}
#Logos_3 { 
  position: absolute;
 top: 10%;
 left: 60%;
 width: 15%;
 height: 28%;/*
 width: 300px;
 height: 300px;
 cursor: pointer;
 cursor: hand;
 margin-left: 210px;
*/
}
#Logos_4 { 
  position: absolute;
 top: 10%;
 left: 80%;
 width: 15%;
 height: 28%;/*
 width: 300px;
 height: 300px;
 cursor: pointer;
 cursor: hand;
 margin-left: 60px;*/
 }

#Logos_5 { 
  position: absolute;
 top: 50%;
 left: 1%;
 width: 15%;
 height: 28%;
 /*width: 300px;
 height: 300px;
 cursor: pointer;
 cursor: hand;*/
}
#Logos_6 { 
  position: absolute;
 top: 50%;
 left: 21%;
 width: 15%;
 height: 28%;
 /*width: 300px;
 height: 300px;
 cursor: pointer;
 cursor: hand;
 margin-left: 60px;
 margin-right: 300px;*/
}
#Logos_7 { 
  position: absolute;
 top: 50%;
 left: 60%;
 width: 15%;
 height: 28%;
 /*width: 300px;
 height: 300px;
 cursor: pointer;
 cursor: hand;
 margin-left: 210px;*/
}
#Logos_8 { 
  position: absolute;
 top: 50%;
 left: 80%;
 width: 15%;
 height: 28%;
 /*width: 300px;
 height: 300px;
 cursor: pointer;
 cursor: hand;
  margin-left: 60px;*/
}


label{
	font-size: 38px;
	margin-left:50px;
	font-family: Cooper Black;
	color:rgb(19,12,15);
	text-align: center;
}
input{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 24px;
	}  
input{
	
	  border: 1px solid #a1a3a3;
  border-radius: 4px;
  box-shadow: 0 1px #fff;
  box-sizing: border-box;
  color: #696969;
  height: 39px;
  margin: 31px 0 0 29px;
  padding-left: 37px;
  transition: box-shadow 0.3s;
  width: 240px;
  box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
  outline: 0;

	}  

  button {
  width:240px;
  height:35px;
  display:block;
  font-family:Arial, "Helvetica", sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  text-shadow:1px 1px 0px #37a69b;
  padding-top:6px;
  margin: 29px 0 0 29px;
  position:relative;
  cursor:pointer;
  border: none;  
  background-color: #265CCC;
  background-image: linear-gradient(top,#3db0a6,#3111);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius:5px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #497a78, 0px 10px 5px #999;
}

#header{
	text-align: center;
	font-family: "Times New Roman";
	text-shadow: #e0e0e0 1px 1px 0;
	font-size: 34px;
	color: black;
}
