.login_small {
	display: none;
	float: clear;
	cursor: default;
}
.login_small .login_info {
	line-height: 1.3rem;
}
.login_small .account_link {
	line-height: 1.8rem;
	display: block;
	text-align: center;
	color: #059ad4;
	font-weight: bold;
}
.login_small .mod_login {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%, -30px);
	padding: 1em;
}
.login_small form div.widget {
	line-height: 1.8rem;
	display: flex;
	align-items: center;
}
.login_small .icon {
	font-size: 1.3rem;
	color: #898989;
	margin: 0 5px;
	width: 25%;
}
.login_small label {
	display: none;
}
.login_small label.needed {
	display: unset;
}
.login_small form fieldset {
	border: none;
}
.mod_user {
	position: relative;
	float: right;
	padding: 0 8px;
	display: inline-block;
	cursor: pointer;
	margin: 0 20px !important;
	z-index: 100;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}
.mod_user i {
	margin-right: 5 px;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	color: white;
}
#stickyheader .mod_user i {
	color: #898989;
}
@media only screen and (max-width: 767px) {
	.login_small .mod_login {
		transform: translateX(-70%);
	}
}