body {
  background-color: black;
  color: #636363;
  font-family: courier;
  font-size:50px
}

.root {
  color: #008309;
}

input[type="text"]  
{
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
	color: #636363;
	font-family: courier;
	font-size:50px
}

input[type="password"]  
{
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
	color: #636363;
	font-family: courier;
	font-size:50px
}
