
#welcome {
cursor: pointer;
}

.threew_egolf_login_wrapper .login-btn {
	position: relative;
	font-weight: 700;
	height: 100%;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}


.threew_egolf_login_wrapper:before {
	content: url('/wp-content/themes/enfold-child/icons/user-solid.svg');
	max-width: 20px;
	height: 25px;
	width: 15px;
	position: absolute;
	left: 0;
}

.threew_egolf_login_wrapper {
	display: inline-flex;
	align-items: center;
	margin-left: 25px;
	padding-left: 25px;
	position: relative;
}

.threew_egolf_login1 {
	position: absolute;
	top: 83%;
	width: 100vw;
	max-width: 250px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--gray);
	padding: 5px;
}

.threew_egolf_login {
	position: absolute;
	top: 74%;
	width: 100vw;
	max-width: 250px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--gray);
	padding: 10px;
	display: none;
	z-index: 9;
}

#top .threew_egolf_login .form-group .col-sm-4,
#top .threew_egolf_login .form-group .col-sm-10 {
    max-width: 100%;
    flex: 0 0 100%;
}

#top .threew_egolf_login input.form-control {
	margin-bottom: 5px;
}

#top .threew_egolf_login .form-horizontal {
	margin-bottom: 0;
}

#top .threew_egolf_login .pw-recover-link {
	cursor: pointer;
	font-size: 14px;
}

#top .threew_egolf_login .fancybox-hidden {
	display: none;
}

.threew_egolf_login .error_message {
	color: red;
}

/* @media (max-width: 991px) {
	.threew_egolf_login {
		transform: translateX(calc(-50% + -30px));
	}
} */

@media (max-width: 540px) {
	.threew_egolf_login {
        top: 100%;
        transform: translateX(0);
        left: auto;
        right: -30px;
	}
}