body{
background-color: #eee;
font-family: "Arial Black", Gadget, sans-serif; 
margin: 0px;

}

#top{
height: 40px;
width: 100%;
background-color: black;
color: white;
font-size: 20px;
font-weight: bold;
}
div#logo{
    width:60%;
    margin-top: 100px;
    text-align: center;
    margin-left: 20%;
}

#logo{
    color: white;
    display: inline-block;
    margin-top: 8px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
}

#anipo{
	width: 110px;
	height: 28px;
	margin-top: 5px;
	margin-left: 55px;
	
}

h3{
 margin-left: 30%;
}
div.generalDiv{
	display: none;
    color: black;
    font-weight: bold;
    border:1px solid black;
    width:60%;
    margin-left:20%;
    background-color: white;
    margin-top: 100px;;

}


.submit{
margin-left: 40%;
}


#login_title{
height:80px;
text-align: center;
background-color: Orange;
background-image: url("../assets/images/bglogin.jpg");
background-repeat: repeat-x
margin-top: 50px;
}

#tavor_title{
font-size: 48px;
color: white;
}

@media screen and (max-width: 1600px) and (min-width: 520px)
{
	div.generalDiv{
		width:80%;
		 margin-left:10%;
		}
	
}


label{
width: 150px;
font-weight: bold;
margin-left: 30%;
color: Black;
margin-bottom: 10px;
display: inline-block;
}

.register {
border: 2px solid #aaa;
padding: 4px 8px;
margin-left: 80px;
margin-bottom: 10px;
  margin-top:10px;
}
select.register{
width: 185px;
}
.register:focus {
  border: 2px solid black;
}

.register:hover {
  border: 2px solid black;
}

.register:disabled{
background: #aaa;
}
.submitForm {
  font-weight: bold;
  padding: 4px 8px;
  border:1px solid #000;
  background: DarkOrange;
  color:#fff;
  margin-left: 42%;
  width: 120px;
}
.submitForm:hover {
background: #233763
}

.submitForm:disabled {
background-color: #ccc;
}

#formError{
background:rgba(212, 40, 40, 0.72);
font-size: 14px;
color: white;
padding: 10px;
margin-bottom:20px;
text-align:center;
font-style: italic;
display: none;
}

#ProjectsForm{
margin-bottom: 30px;
}

#keys{
position: fixed;
}

#forget{
margin-left: 55%;
font-size: 11px;
color: blue;
font-family: "Arial", Gadget, sans-serif;
}

#moreinfo{
	margin-left: 10px;
    height: 24px;
    position: relative;
    top: 7px;
}
