body
{
	font-family: Open Sans;
	background-color:black;
	text-align:center;
}

div#login
{
	margin:0 auto;
	margin-top:30px;
	width:400px;
	height:auto;
	border-radius:15px;
	background-color:white;
	text-align:left;
}

input[type=text]
{
	border:0;
	width:98%;
	padding:1%;
	height:50px;
	font-size:30px;
	line-height:50px;
	border-radius: 15px 15px 0 0;
	border-bottom: 2px solid #d9d9d9;
}

input[type=password]
{
	border:0;
	width:83%;
	padding:1%;
	height:50px;
	font-size:30px;
	line-height:50px;
	border-radius: 0 0 0 15px;
	vertical-align:top;
}

button#dgo
{
	border:0;
	background-color:white;
	border-radius: 0 0 15px 0;
	display:inline-block;
	height:50px;
	padding:1%;
}

img#go
{
	display:inline-block;
	height:30px;
	margin:6px;
	margin-top:10px;
}
