<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.social_bottons li .botton_tw i{
	margin-right: 0.5rem;
}
.social_bottons li .botton_face i{
	margin-right: 0.5rem;
}
.social_bottons &gt; li{
	background-color: #55ACEE;
	width: 100%;
	margin: 0;
	margin-bottom: 1rem;
}
.social_bottons li:last-child{
	background-color: #3A589B;
}
nav .bar-login &gt; li{
	display: inline-block;
	margin: 0 1rem;
}
nav .social_bottons li a{
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.06rem;
}
nav .bar-login li a{
	color: #fff;
}
/*Sing In Panel------------------------------------------------------------*/
#loginpanel{
	text-align: left;
	font-size: 13px;
	line-height: 23px;
}
.login_form{
	margin-top: 10px;
}
.login_form label{	
	color: #fff;
	font-weight: lighter;
	margin-top: 0.7rem;
	margin-bottom: 0;
}
#loginpanel .social_bottons{
	margin: 0;
}
#loginpanel .social_bottons li{
	border: none;
	padding: 0.2rem 1rem;
}
#loginpanel input {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 30px;
	font-size: 1.1rem;
	line-height: 2.1rem;
	padding: 0 10px;
	width: 99%;	
	margin-right: 0;
	margin-bottom: 5px;
}
#loginpanel .botton_border{
	font-size: 12px;
	padding: 3px 15px;
	margin-top: 5px;
	border: none;
	color: #fff;
}
.login_form ul{
	margin: 0;
}
.login_form ul li{
	list-style:none;
	border: none; 
	padding-right:0px; 
	margin-bottom: 3px;
}
.login_form ul li a:hover{
	text-decoration: underline;
}
#loginpanel {
	background-color: #45413e;
	z-index: 9; 
	display:none; 
	width: 200px; 
	padding: 15px 10px 10px 10px; 
	position: absolute;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
	right: 0;
	z-index: 9999;
}
.bar-login #triangle_down,
.bar-login #triangle_up{
	font-size: 10px;
} 
/* Register ---------------------------------------------------------*/
.register_form input{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 30px;
	font-size: 13px;
	padding: 3px 10px;
	width: 90%;
	margin-right: 0;
	margin-bottom: 25px;
}
.register_form label{
	text-transform: uppercase;
	font-weight: 600;
	color: #414040;
}
.register_form .botton_border{
	width: 25%;
	height: 40px;
	border: none;
}
</pre></body></html>