.avatar-login {
	width: 250px;
	margin: 0 auto;
	border-radius: 0;
	border: none;
	overflow: hidden;
}

.scroll-top-icon {
	width: 25px;
	height: 25px;
}

.image-construction {
	width: 50%;
	height: auto;
	cursor: pointer;
}

.unveil-loader {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	background-color: #000000;
	border-radius: 50%;
	opacity: 0.75;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}