/* ReCaptch Google */
@media (min-width: 768px) {
        #captcha-register{
                margin-left: 15%;
        }
}

/* Lightbox */
.im-icon-Sharethis {
	color: #ccc;
	font-size: 60px;
	position: absolute;
	top: 50%; left: 50%;
	margin-left: -25px; margin-top: -20px;
	width: 30px;
}

.weight-selector {
	position: relative;
	display: flex;
	background-color: #fa5b0f;
	color: white;
	width: auto;
	padding: 5px;
	margin-left: 0px;
	margin-top:20px;
}

.weight-selector label {
	margin-bottom: 0;
	margin-right: 5px;
}

.weight-selector input{
	height: 20px;
}

.password-input-field{
	padding-right: 30px !important;
}

.password-input-field ~ .shown-hide-password{
	left: unset !important;
	right: 10px;
	bottom: 16px;
	color: #a0a0a0;
	font-size: 24px;
	position: absolute;
}

.password-input-field ~ .shown-hide-password:hover{
	cursor: pointer;
}
