html{
	background-color: rgba( 0, 0, 0, 0) !important;
	overflow-x: hidden;
}

body {
	margin: 12px auto;
	padding: 12px 0;
}

h1 {
    display: none;
}

a{
	font-size: 11px;
	text-decoration: none;
}

.tahoma{
	font-family: Tahoma, Arial;
}

br {
    display: none !important;
}

::-webkit-input-placeholder {
    color:#bbb
}

::-moz-placeholder {
    color:#bbb
}

::-ms-input-placeholder {
    color:#bbb
}

#upper-layout {
    height: 100%;
    left: 0;
    min-width: 150px;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: -1;
}

#login {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3) !important;
	box-shadow: 0 0 10px rgba(0,0,0,.3) !important;
	padding: 0 10px 1px;
	position: relative;
	z-index: 9999;
}


.interim-login #login {
	padding: 10px !important;
}

#login form {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
	margin-top: 0;
	padding: 12px 0 2px;
}

#login form p {
	display: block;
	float: none !important;
	margin-bottom: 6px;
	position: relative;
	width: 100%;
}

.login-action-register form p {
	height: 40px;
}

#login .forgetmenot,
#login #reg_passmail {
	padding: 5px 0 4px;
}

#login .input {
	-webkit-box-shadow: 0 0 0 rgba(0, 100, 200, 0);
    box-shadow: 0 0 0 rgba(0, 100, 200, 0);
}

#login .input:focus {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.login #backtoblog,
.login #nav {
    padding: 0;
    text-align: center;
}

.login #backtoblog {
    margin: 4px 0 12px;
}

.login h1 a {
	background-color: rgba( 255, 255, 255, 0 );
	background-size: 310px auto;
	background-position: 50% 0;
	border-right: 0 solid #ff5555; /*2ea2cc*/
	height: 145px;
	margin: 0 auto;
	width: 320px;
}

.login input[type="text"]{
	margin: 0;
}

.login #login_error,
.login .message {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	margin: 5px auto;
	position: relative;
	top: 10px;
}

.login .input,
.login input[type="email"],
.login input[type="text"],
.login input[type="password"],
.login input[type="number"],
.login input[type="tel"] {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11pt;
	margin: 0;
	overflow: hidden;
	position: relative;
}

body:not(.rtl).login .input,
body:not(.rtl).login input[type="email"],
body:not(.rtl).login input[type="text"],
body:not(.rtl).login input[type="password"],
body:not(.rtl).login input[type="number"],
body:not(.rtl).login input[type="tel"] {
	padding: 8px 8px 8px 44px;
}

.rtl.login .input,
.rtl.login input[type="email"],
.rtl.login input[type="text"],
.rtl.login input[type="password"],
.rtl.login input[type="number"],
.rtl.login input[type="tel"] {
	padding: 8px 44px 8px 8px;
}

#login form p.submit {
    margin: 0 auto 4px;
    width: 100%;
}

#login #lostpasswordform #wp-submit {
    margin-top: 5px;
}

input[type="checkbox"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 0 0 transparent;
	outline: 0 solid transparent;
}

input#mc-input {
	direction: ltr;
    height: 25px;
    padding: 3px 4px;
    text-align: center;
    vertical-align: inherit;
    width: 25px !important;
}

label {
    position: absolute;
	width: 100%;
}

label::before {
    color: #ccc;
    font-family: "Font Awesome 5 Pro";
    font-size: 14pt;
	font-weight: 100;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 32px;
    z-index: 999;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

body:not(.rtl) label::before {
	border-right: 1px solid #ddd;
    left: 4px;
}

.rtl label::before {
    border-left: 1px solid #ddd;
    right: 4px;
}

label[for="user_login"]::before {
    content: "\f2bd";
}

label[for="user_pass"]::before,
label[for="password"]::before,
label[for="password_confirm"]::before{
    content: "\f13e";
}

label[for="user_email"]::before {
    content: "\f0e0";
	font-size: 13pt;
}

label[for="phone_number"]::before {
    content: "\f095";
}

label[for="first-name"]::before,
label[for="last-name"]::before {
    content: "\f2c2";
}

label[for="captcha_code"],
label[for="captcha_code"] {
	display: none;
}

label[for="captcha"]::before,
label[for="captcha_code"]::before {
    content: "\f005";
}

.form-table input.tog,
input[type="radio"],
input[type="checkbox"]{
    margin-bottom: 0;
    vertical-align: bottom;
}

#login_error a {
    font-size: 9pt;
    text-shadow: 0 0 0;
}

#login #wp-submit {
	border-color: rgba(0,0,0,0);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	height: auto !important;
	line-height: 3;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	width: 100%;
}

#login form #reg_passmail {
	height: auto;
    text-align: center;
}

.login .button-primary {
	float: none;
}

#nav {
	font-size: 0 !important;
	margin: 1px 0 0 !important;
	padding: 0 0px !important;
}

#nav a {	
	background-color: #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
	display: inline-block;
	line-height: 2.4;
	margin: 0 0 4px;
	padding: 4px 10px;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	width: -webkit-calc(50% - 24px );
	width: calc(50% - 24px );
}

#nav a:first-child {
	margin-right: 6px;
}

.rtl #nav a:first-child {
	margin-left: 6px;
	margin-right: 0;
}

input[type="text"], 
input[type="search"], 
input[type="radio"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="week"],
input[type="password"], 
input[type="checkbox"], 
input[type="color"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="email"], 
input[type="month"], 
input[type="number"], 
select, 
textarea {
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.language-switcher {
	margin: 12px auto;
	position: relative;
}

.signup_message {
	background-color: #eee;
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 9pt;
	margin: 4px auto 0;
	padding: 8px 10px;
}

.signup_message li {
	color: #333;
    line-height: 2.2;
    list-style: inside disc;
    margin: 4px 0;
    text-align: justify;
}

#backtoblog > a {
    display: block;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.g-recaptcha {
	margin-top: 6px;
}

.g-recaptcha > div {
	width: 100% !important;
	max-width: 100%;
	text-align: center;
	margin: 0;
}

.disabled {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	pointer-events: none;
}