#lp-login-popup-content {
	margin-top: 5px;
}

#lp-login-popup-wrapper {
	display: inline;
    float: right;
    margin-left: 0px;
}

#lp-login-popup-wrapper > a {
    display: inline-block;
    color: #fff!important;
	margin-left: 25px;
}

#lp-login-popup-wrapper > a:hover {
    color: #8e7846!important;
}

#lp-login-popup-wrapper > a > i {
	font-size: 24px;
}

#lp-login-popup-links {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	vertical-align: middle;
	font-family: "Cormorant", serif !important;
}

#lp-login-popup-links > span {
	width: 50%;
	height: 30px;
	background-color: #eee;
	color: #000;
	text-align: center;
	vertical-align: sub;
    display: inline-block;
	cursor: pointer;
	padding-top: 5px;
	transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;		
}

#lp-login-popup-links > span.active, #lp-login-popup-links > span.active:hover {
	background-color: #114636!important;
	color: #fff;
	cursor: default;
}

#lp-login-popup-links > h4 {
	color: #000;
}

#lp-login-popup-links > span:hover {
    background-color: #114636!important;
	color: #fff;
}

.lp-checkbox {
    border: 1px solid #000;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 22px;
    margin: -3px 6px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 22px;
    min-width: 22px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;	
    font-size: inherit;
    text-rendering: auto;
	padding-top: 1px!important;
}

.lp-checkbox:checked:before {
	font: normal normal normal 18px/1 FontAwesome;
    content: "\f00c";
    color: #8e7846;
	margin-top: 0px;
}

.lp-results {
	color: red;
	float: left;
	font-size: 16px;
	width: 100%;
}

.lp-results.ok {
	color: #114636!important;
}

.lp-forms {
	position: absolute;
}

#lp-lost-password-come-back {
	position: relative;
	top: -20px;
}

p#lp-lost-password a, #lp-lost-password-come-back a {
    color: #114636!important;
    font-weight: normal!important;
	font-size: 16px;
	margin-top: 25px;
    float: left;
}

p#lp-lost-password a:hover, #lp-lost-password-come-back a:hover {
    color: #000!important;
}

@media screen and (max-width:768px) {
	
	#lp-login-popup-wrapper {
		display: block;
		margin-top: -50px;
		width: 100%;
		text-align: center;
	}
	
	.top_buton {
		display: initial!important;
		float: none!important;
	}
}

.form-row.form-row-button {
	margin-bottom: 20px!important;
}

.form-row.form-row-input {
	margin-bottom: 5px!important;
}

.form-row:first-child {
	margin-top: 10px;
}

.form-row.form-row-lost-password {
    margin-top: -20px!important;
}

.form-row.form-row-checkbox {
	font-size: 16px;
	margin-bottom: 15px!important;
}

.lp-submit {
	margin-top: 10px!important;
	background-color: #114636!important;
    color: #fff!important;
	letter-spacing: normal!important;
	width: auto!important;
	height: auto!important;
	padding: 15px 20px!important;
	transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.lp-submit:hover {
    background-color: #8e7846!important;
}

.lp-submit:disabled[disabled], .lp-submit:disabled[disabled]:hover {
	/*background: url("../img/loading.gif") no-repeat center!important;*/
	background-color: #ddd!important;
	color: #fff!important;
	transition: none;
	cursor: default;
}

.lp-input-text {
	width: 280px;
	border-width: 0px 0px 1px 0px;
    border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #000;
	border-left: 0px;
    padding: 4px 7px!important;
    line-height: 2;
	font-size: 18px;
	transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
}

.lp-input-text.error {
	border-bottom-color: red!important;
}

.lp-checkbox.error {
	border-color: red!important;
}

input.lp-input-text::-webkit-input-placeholder { color: #9b9b9b; }
input.lp-input-text::-moz-placeholder { color: #9b9b9b; }
input.lp-input-text::-ms-input-placeholder { color: #9b9b9b; }
input.lp-input-text::-moz-placeholder { color: #9b9b9b; }

input.lp-input-text:focus::-webkit-input-placeholder { color: transparent; }
input.lp-input-text:focus::-moz-placeholder { color: transparent; }
input.lp-input-text:focus::-ms-input-placeholder { color: transparent; }
input.lp-input-text:focus::-moz-placeholder { color: transparent; }

.grecaptcha-badge { visibility:hidden; }

.hideShowPassword-wrapper span.dashicons {
	color: #114636;
	cursor: pointer;
}

.hideShowPassword-wrapper span.dashicons:hover {
	color: #8e7846;
}

label[for=lp-signup-privacy] a.privacy-advice-link {
	color: #114636;
}

label[for=lp-signup-privacy] a.privacy-advice-link:hover {
	color: #000;
}

.lp_sep {
	height: 15px;
}

.lp_username {
	margin-right: 5px;
	font-size: 14px;
}


#lp-login-password, #lp-signup-password {
	margin-bottom:20px
}

.blockUI.blockOverlay {
	position: relative;
	width: 100%;
}

.blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url("../img/loader.svg") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 767px) {
	
	.blockUI.blockOverlay::before {
		top: 35%!important;
	}
	
	.blockUI.blockOverlay::after {
		top: 40%!important;
	}
	
}