.user-name{
	font-size: 1rem;
	margin-right: 1rem;
}

.flex-100{
	flex-basis: 100%;
}

.auth-place div{
	padding-left: 0.1rem;
	padding-right:  0.1rem;
}

.lb-place{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: right;
}

.auth-place .btn-fio{
	font-size: 1.8rem;
	font-weight: bold;
	color: #992a6c;
	display: block;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 0.2rem;
}

