body{
    
}
#topC{
    width:50%;
    height:100%;
    margin-left:25%;
    margin-top:0;
    background:#000e2f;
}
#form{
margin:100px 0px 0px 20%;
width:60%;
}
#email{
margin:0px 0px 0px 0;
width:70%;
height:30px;
border:1px solid transparent;
border-bottom:2px #999 solid;
background:transparent;
color:#fff;

}
#password{
margin:15px 0px 0px 0;
width:70%;
height:30px;
border:1px solid transparent;
border-bottom:2px #999 solid;
background:transparent;
color:#fff;
}
#emailText{
margin:0px 0px 0px 30px;
}
#checkbox{
    margin:5px 0 5px 15%;
}
#forgot{
    color:#fff;
    text-decoration:none;
    float:right;
    font-size:11px;
    margin:15px 15% 40px 0;
}
#button{
margin:10px 0px 0px 0;
width:71%;
height:50px;
font-size:13px;
background:#000;
color:#000;
border:1px solid #000;
border-radius:25px;
}
#regbutton{
margin:20px 0px 0px 15%;
width:70%;
padding:15px 0;
font-size:13px;
background:transparent;
color:#fff;
border:1px solid #fff;
border-radius:25px;
	text-decoration:none;
	display:block;
	text-align:center;
	
}
#signupCon{
margin:50px 0px 0px 0;
color:#000;
font-size:12px;
text-align:center;
}
.error{
margin:0px 10px 50px 10px;
background:#FFF;
width:90%;
}
#loginDirective{
padding-bottom:20px;
font-size:25px;
margin-left:20%;
color:#000;
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  text-align: center;
	height:40px;
}
.logo{
    width:60%;
    margin-left:20%;
    margin-top:2%;
}
.symbl{
    width:30%;
    height:30%;
    margin-left:35%;
    margin-top:10%;
}
#formLogo{
    text-align:center;
    width:250px;
    height:90px;
}