<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* tabbed list */

#login-register-password:after{content:'.';clear:both;display:block;visibility:hidden;}



ul.tabs_login{
	background: #fff;  
	width: 100%;
	padding: 0 !important; 
	position: relative;
	list-style: none !important;
	font-size: 14px;
	z-index: 1000;
	float: left;
	margin:0 !important;
}

ul.tabs_login li{
	overflow: hidden;
	float: left;
	padding: 6px 0px; 
}

ul.tabs_login li a{
	text-decoration: none;
	padding-left: 15px;
	display: block;
	outline: none;
	color: #000; 
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
}

html ul.tabs_login li.active_login{
	border-bottom: none;
	color: #333;
}

html body ul.tabs_login li.active_login a{ 
	text-decoration: none; 
	
}

.tab_container_login{
	background: #fff;    
	z-index: 999;
	float: left;
	width: 100%;
	top: -1px;
}

.tab_content_login{
	padding: 7px 15px 15px 15px;
	padding-top: 10px;
}

.tab_content_login ul{
	padding: 0; 
	margin: 0 0 0 15px;
}

.tab_content_login li{ 
	margin: 5px 0; 
}

/* global styles */

#login-register-password {  
}
 
#login-register-password.logged-in {
	height:auto !important;
	margin-bottom:-20px;
	margin-left: 5px;
	
}

#login-register-password.shortcode {
	line-height:18px !important;
}

#login-register-password.shortcode h3 {
	text-align: center; 
}

#login-register-password .h3{ 
	font-size: 14px;
	line-height: 20px; 
	font-family: 'Noto Sans', sans-serif;
	color: #000;   
	margin-bottom: 10px;
	margin-right: 2px;
}

#login-register-password p{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 13px;
}

/* form elements */

.wp-user-form { }

.username, 
.password, 
.login_fields {
	margin: 7px 0 0 0;
	overflow: hidden;
	width: 100%;
}
	
.username label, 
.password label{ 
	float: left; 
	clear: none; 
	
}

.username input, 
.password input{
	font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif !important;
	float: left; 
	clear: none; 
	width: 95%; 
	height: 15px;
	padding: 2px 3px; 
	color: #777 !important;
	height: 24px;
	background: #fff;
	border: 1px solid #CCC;
	border-radius: 3px;
	border: 1px solid #444;
	margin:0 !important;
}

.rememberme{ 
	overflow: hidden; 
	width: 100%; 
	margin-bottom: 7px; 
}

#rememberme{ 
	float: left; 
	clear: none; 
	margin: 4px 4px -4px 0; 
}

.user-submit{ 
	padding: 5px 10px; 
	margin: 5px 5px; 
}

.userinfo {  
	float: left; 
	clear: none; 
	width: 120px; 
	margin-bottom: 10px; 
}
.userinfo p {  
	margin-right: 10px;
	margin-bottom: 5px !important; 
}
 .userinfo a {   
	margin-right: 30px;
	margin-bottom: 10px;   
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.3px;
	font-size: 15px;
	line-height: 29px;
}

.userinfo_welcome {
	float: left; 
	width: 140px; 
	height: auto;
}

.link_block {
	float: left;
	width: 300px;
	height: 50px;
	overflow: hidden;
	display: block;
}
.link_info a {
	text-decoration: none;
	padding: 8px;     
	font-size: 14px; 
	line-height: 22px; 
}
 
.usericon { 
	margin-right: 10px;
	margin-bottom: 10px;
	float: left; 
	clear: none;
	width: 80px; 
}

.usericon img {  
	border-radius: 3px;
	border: none;
	background: transparent;
	padding: 0px;
}</pre></body></html>