pre {
	background: #fff;
	padding: 4px 8px;
	border: 1px solid #000;
	width: max-content;
	margin: auto;text-align: left;
}
.c-tcard img { 
	margin: auto;
}
form.cont {
	width: 80%;
	margin: auto;
}
input[type=text].hid {
	font-size: 0px;
	color: transparent;
	border: transparent;
	background: transparent;
}
input[type=text].nm {
	background-image: url('../image/bg/user.svg');
	background-position: 3px 5px;
	background-size: 23px 26px;
	background-repeat: no-repeat;
	padding: 6px 0px 6px 27px;
}
input[type=text].ul {
	background-image: url('../image/bg/unlock.svg');
	background-position: 3px 5px;
	background-size: 23px 26px;
	background-repeat: no-repeat;
	padding: 6px 0px 6px 27px;
}
input[type=text] {
	font-family: 'Square', sans-serif;
	font-size: 115%;
	border: 1px solid #ccc;
	padding: 0.2em 0.2em;
	transition: all 1s;
}
input[type=text]:focus {
	border: 1px solid red;
	border-radius: 2px;
}
input[type=text]:hover {
	box-shadow: 0px 0px 6px 0px grey;
	border-radius: 2px;
}
.input {
	font-family: 'Square', sans-serif;
	font-size: 115%;
	background: #fff; 
	border: 1px solid #ccc;
	width: max-content;
	margin: 1.3em auto 0 auto;
	padding: 0.1em 0.4em;
	line-height: 2;
	letter-spacing: 2px;
}
.input.bb {
	border: 3px solid red;
	border-radius: 3px;
	background-image: url('../image/bg/lock.svg');
	background-position: 3px 5px;
	background-size: 23px 26px;
	background-repeat: no-repeat;
	padding: 6px 6px 6px 29px;
}
#output {
	margin: 0.4em 0 0.2em 0;
}
.blue {
	font-weight: bold;
	color: #0000ff;
	padding: 0 0.2em;
}
.sml {
	font-size: 1.5em;
}
.cbutt {
	background-color: #000;
	width: max-content;
	padding: 0.3em;
	transition: all 1s;
}
.cbutt:hover {
	background-color: #333;
    color: #fff533;
}