* {
    margin: 0px;
    outline: none;
    user-select: none;
}

@font-face {
    font-family: "Whitney Bold";
    src: url("https://melvyn.ml/assets/fonts/whitney-bold.ttf") format("truetype");
}

.description {
    color: grey;
	text-transform: uppercase;
	text-align: left;
	font-family: "Whitney Bold";
}

input {
	display: inline-block;
	width: 260px;
	height: 30px;
	background-color: #fafafa;
	color: #000000;
	border: 1px solid #b5b5b5;
	border-radius: 6px;
	margin-bottom: 12px;
	padding: 10px 20px;
	font-family: "Whitney Bold";
}

.auth {
	position: absolute;
	width: 303px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	border: none;
}
