/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
/*	background:#161718;*/
}

body{
	
	min-height: 600px;
    padding: 100px 0 0;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

section, footer{
	display: block;
}

.login_box
{
/*  -webkit-box-shadow: 0px 0px 0px 1px #000;*/
    min-height: 300px;width: 330px; top: 200px;line-height: 40px;
/*background: #394146;*/
/*border-radius: 5px;*/
padding: 10px;
background: #394146;
}
.email_box
{
/*    width: 300px;
height: 33px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 0px 1px;*/
width: 241px;
height: 36px;
border-radius: 5px;
margin-top: 4px;
border: 1px solid #000;
margin-left: 10px;
text-indent: 9px;

}
.submit_buttion
{
width: 133px;
/*background: #ED3237;*/
border: none;
color: #fff;
/*padding: 12px 20px 33px 11px;*/
padding: 6px 16px 29px 11px;
font-size: 19px;
border-radius: 3px;
/*top: 27px;

margin-top: 14px;
margin-left: 10px;*/
height: 17px;
font-weight: bolid;
font-weight: bold;
box-shadow: 1px 1px 1px 1px #DA8C77;
/*color: #000;*/
}