@font-face {  
  font-family: "Segoe" ;  
  src: url( /css/SegoeWP-Light.ttf ) format("truetype");  
} 

body{
	background:rgb(29,29,29);color:rgb(178,178,178);font-family: "Segoe";
}

h1{
	color:rgb(208,250,74);font-family: "Segoe";font-weight:100;font-size:35px;
}

#login{
	width:330px;position:relative;margin: 0 auto 0 auto;
}

label{
	display:block;
}

input[type="text"],input[type="password"]{
	width:310px;background:rgb(169,169,169);border:2px solid rgb(169,169,169);padding:5px;
	margin-bottom:30px;
}

input[type="text"]:focus,input[type="password"]:focus{
	background:#fff;border:2px solid rgb(208,250,74); outline: none;
}
input[type="submit"]{
	color:rgb(208,250,74);border:2px solid rgb(208,250,74);background:rgb(29,29,29);width:325px;
	padding:5px;font-size:18px;
}