html{
	height: 100%;
}
body {
	font: 1em/1.2 'PT Sans';
	margin: 0;
	color: #212121;
	background: #eff0f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.uauth {
	max-width: 500px;
	margin: auto;
	padding: 25px 0;
}
.uauth p {
	margin: 10px 0;
}
.uauth-descr {
	text-align: center;
}
.uauth-links {
		--lw-icon-size: 40px;
	
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
		margin-block: 1rem;
}
/*.uauth-links li {*/
/*	margin: 7px;*/
/*}*/
/*.uauth-links a {*/
/*	display: inline-block;*/
/*	vertical-align: middle;*/
/*	width: 165px;*/
/*	padding:6px;*/
/*	color: #3498db;*/
/*	text-decoration: none;*/
/*	background: #fff;*/
/*	font-size: 0.9em;*/
/*	border-radius: 23px;*/
/*	-webkit-transition: background-color .3s .05s ease-out, color .2s .05s ease-out;*/
/*	transition: background-color .3s .05s ease-out, color .2s .05s ease-out;*/
/*	-webkit-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*}*/
/*.uauth-links a:hover {*/
/*	color: #fff;*/
/*	background: #47c9af;*/
/*}*/
.uauth-links a b {
	/*padding-left:4px*/
	display: none;
}
