.tform
{
	width: 80ch;
	font-family:monospace;
	position:absolute;
	width:100%;
	height:100vh;
	background-color:black;
	z-index:999999;
	display:none;
	padding:20px;
	color:#aaa;
}

.tform p
{
	color:white;
	margin:0;
}

.tform a
{
	font-size:12px;
	color:#0f60ff;
}

.tform a:hover
{
	color:#000;
	background-color:#0f60ff;
}

.tform fieldset
{
	margin:0;
	padding:0;
	border:0;
}

.tform input
{
	width: 80ch;
	font-size:12px;
	caret-color: rgb(255, 255, 255);
	width:100%;
	padding:10px 0;
	background-color:black;
	border:0;
	outline:0;
	color:#aaa;
}

.tform input:disabled
{
	cursor: not-allowed;
	color:white;
}

.tform button
{
	margin-top:10px;
	border:0;
	padding:0;
	outline:0;
	background-color:black;
	color:white;
	cursor:pointer;
	text-transform:uppercase;
	font-size:14px;
}

.tform button:hover
{
	color:#aaa;
}