<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* 					{ margin:0 auto; padding:0;}
.log_body_bg		{ width:100%; height:100%; float:left; position:absolute; top:0;left:0; z-index:10000; display:block;}
#login_wrap 		{ width:950px; height:auto; display:block;}
.login_top_wrapper 	{ width:950px; height:105px; float:left;position:relative; float:left;}
.log_logo			{ width:190px; height:50px; background:url(../images/log_raaga.png) no-repeat; margin-top:30px;}

.log_wrap_cont 		{ width:850px; height:auto; position:relative; float:left; margin-top:40px;}

.log_lt_cont			{ width:auto; height:auto; float:left; position:relative; background:url(../images/log_lt_cont.png) repeat-x #efefef ;   padding:20px; -moz-border-radius:5px 0px 5px 0px; border-radius:15px 0px 15px 0px; -webkit-border-radius:15px 0px 15px 0px; box-shadow:1px 1px 1px rgba(255,255,255,0.9),inset 0px 0px 1px rgba(0,0,0,0.4); }

.log_lt_cont h2 		{ font:normal normal 26px Arial, Helvetica, sans-serif; color:#646464; text-shadow:1px 1px 1px rgba(255,255,255,0.6); padding-left:10px; border-bottom:1px solid #CCC; padding-bottom:15px;}
.log_lt_cont ul 		{ width:400px; height:auto; float:left; margin:0 auto; padding:15px 0px 0px 0px; border-top:1px solid #fff; }
.log_lt_cont ul li		{ list-style:none; font:normal normal 18px/35px Arial, Helvetica, sans-serif; color:#646464;text-shadow:1px 1px 1px rgba(255,255,255,0.4); padding:0px 0px 0px 15px;}
.log_lt_cont ul li:before { content:''; background:url(../images/log_lt_cont_ul_arw.png) center no-repeat; float:left; position:relative; width:7px; height:11px; margin:11px 8px 0px 0px; }	

.emptyarrow {list-style:none; font:normal normal 18px/35px Arial, Helvetica, sans-serif; color:#646464;text-shadow:1px 1px 1px rgba(255,255,255,0.4); padding:0px 0px 0px 15px;}
.log_signup_but 		{ width:150px; height:50px; float:right; background:url(../images/log_signup_but.png) top no-repeat; margin-top:15px; margin-right:10px; }
.log_active_but 		{ width:150px; height:50px; float:right; background:url(../images/log_active_but.png) top no-repeat; margin-top:5px; clear:both; margin-right:8px;}

.log_signup_but:hover		{ width:150px; height:50px; float:right; background:url(../images/log_signup_but.png) top no-repeat; margin-top:15px; margin-right:11px; }
.log_active_but 		{ width:150px; height:50px; float:right; background:url(../images/log_active_but.png) top no-repeat; margin-top:5px; clear:both; margin-right:8px;}


.log_signup_but a 		{ width:150px; height:50px; float:right; background:url(../images/log_signup_but.png) top no-repeat; border:none; }
.log_active_but a		{ width:150px; height:50px; float:right; background:url(../images/log_active_but.png) top no-repeat; border:none; }

.log_user_rt 			{width:350px; height:auto; float:right; padding-top:20px;}
.log_user_rt h2 		{ font:normal normal 18px Arial, Helvetica, sans-serif; color:#3e3e3e; text-shadow:1px 1px 1px rgba(255,255,255,0.6);}

.log_user_log			{ width:300px; height:auto; float:left; position:relative; padding:20px 10px 0px 0px;}

.log_user_log input[type='email'], .log_user_log input[type='password'] {width:265px; height:35px; float:left; background:#ededed; border:none; border:1px solid #aaa; box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset; border-radius:2px;  -moz-transition: padding .25s; -webkit-transition: padding .25s; -o-transition: padding .25s; transition: padding .25s; outline:none; margin-bottom:15px; padding-left:10px; }


.log_user_log input[type='email']:focus, .log_user_log input[type='password']:focus  { background: #eee; border:1px solid #555; box-shadow: 0 0 3px #aaa; padding-right:50px;}

/* === HTML5 validation styles === */	

.log_user_log input:required  			{ background:url(../images/required_icon.png) no-repeat 98% center}
.log_user_log input:required:valid 		{ background:url(../images/valid.png) no-repeat 98% center; box-shadow: 0 0 5px #5cd053; border-color: #28921f;}
.log_user_log input:focus:invalid   	{ background:url(../images/invalid.png) no-repeat 98% center #fff;}
 
 /* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display:none;
	
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
 
/*.log_user_log input:focus + .form_hint {display: inline-block; float:right; margin-left:60px;}
.log_user_log input:required:valid + .form_hint {background: #28921f;}
.log_user_log input:required:valid + .form_hint::before {color:#28921f;}
*/
/* === HTML5 validation styles Finish === */


.log_user_icon		{ width:20px; height:22px; float:left; position:absolute; left:5px; background:url(../images/log_email.png) top no-repeat; margin-top:8px;} 

.log_password_icon		{ width:20px; height:22px; float:left; position:absolute; left:5px; background:url(../images/log_password.png) top no-repeat; margin-top:58px; top} 


.log_social				{ width:90px; height:auto; float:right; position:relative; }

.log_social img 		{ width:30px; height:30px; float:left; position:relative; clear:both; margin:8px 0px 0px 20px;}

.log_social_shad		{ width:70px; height:45px; float:left; position:relative; border-radius:0px 5px 5px 0px; -moz-border-radius:0px 5px 5px 0px; margin-bottom:5px;}

.log_social_shad:hover		{ width:70px; height:45px; float:left; position:relative; background:#fff; -webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.5); box-shadow:2px 1px 5px rgba(0,0,0,0.2); -webkit-border-radius:0px 5px 5px 0px; border-radius:0px 5px 5px 0px; -moz-border-radius:0px 5px 5px 0px; margin-bottom:5px;}

.log_rember				{ width:140px; height:70px; float:left; font:normal normal 13px Arial, Helvetica, sans-serif; color:#626262; vertical-align:text-top;}
.log_rember img  		{ vertical-align:middle; margin-right:5px;}
.log_rember input[type=checkbox] {  display: inline-block;
   font-size: 15px;
  
  vertical-align:bottom;
   padding: 0;
   width: 20px;
   height:20px;
   -webkit-border-radius: 0.25em;
   vertical-align: text-top;
   -webkit-appearance:none;
   -moz-appearance:none; border:none;
 	background:url(../images/log_uncheck_icon.png) top no-repeat;
	margin:0px 5px 10px 0px; font:normal bold 16px Arial, Helvetica, sans-serif; color:#474646;text-shadow:2px 2px rgba(255,255,255,0.2);
  }
.log_rember input[type=checkbox]:checked {
  background:url(../images/log_check_icon.png) top no-repeat ;
   -webkit-background-size: 20px 20px; /* shrink high resolution background */
   -moz-background-size:20px 20px;
 }
 
.log_sign_in_but		{ width:140px; height:60px; float:left; position:relative; background:url(../images/log_sign_in_but.png) top no-repeat; border:none; cursor:pointer;}
.log_sign_in_but:hover		{ width:140px; height:60px; float:left; position:relative; background:url(../images/log_sign_in_but.png) top no-repeat; margin:1px 1px 0px 0px; }
.log_sign_in_but a		{ width:140px; height:60px; float:left; position:relative; background:url(../images/log_sign_in_but.png) top no-repeat; border:none;}
 
.log_sign_reg_but		{ width:140px; height:60px; float:left; position:relative; background:url(../images/log_sign_in_but.png) top no-repeat; border:none; cursor:pointer;}
.log_sign_reg_but:hover		{ width:140px; height:60px; float:left; position:relative; background:url(../images/log_sign_in_but.png) top no-repeat; margin:0px 0px 0px 0px; }
.log_sign_reg_but a		{ width:140px; height:60px; float:left; position:relative; background:url(../images/log_sign_in_but.png) top no-repeat; border:none;}



.log_user_verify, .sucess_user 		{width:365px;  height:130px; float:left; position:relative; padding-top:20px; background:url(../images/log_user_verify_bg.jpg) top repeat-x #dcdcdc; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; border:1px solid rgba(0,0,0,0.20); box-shadow:0px 0px 6px rgba(0,0,0,0.25); -webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.25); display:none; margin:0px 10px 0px 30px;}

.log_user_verify_icon   { width:100px; height:110px; float:left; background:url(../images/log_user_verify_icon.png) center no-repeat;} 

.log_user_verify h3, .sucess_user h3 	{ width:265px; height:30px; float:left; position:relative; font: normal normal 14px/25px Arial, Helvetica, sans-serif; color:#1f7bb4; margin-top:15px;   }
.log_user_verify h5, .sucess_user h5	 	{ width:265px; height:30px; float:left; position:relative;  color:#3c3c3c; font:normal bold 13px/25px Arial, Helvetica, sans-serif; }
.log_user_verify h6, .sucess_user h6	 	{ width:235px; height:30px; float:left; position:relative; color:#1f7bb4; font:normal bold 12px/25px Arial, Helvetica, sans-serif; text-align:right; padding-right:30px; margin-top:15px;   }
.log_user_verify h6 a  { text-decoration:none; color:#1f7bb4;}



.log_user_different 		{width:355px;  height:170px; float:left; position:relative; padding-top:20px; background:url(../images/log_user_diff_bg.png) top repeat-x #dcdcdc; -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; border:1px solid rgba(0,0,0,0.20); box-shadow:0px 0px 6px rgba(0,0,0,0.25); -webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.25);margin:10px 0px 0px 0px; display:none;}

.log_user_different h3	 	{ width:245px; height:30px; float:left; position:relative; font: normal normal 14px/25px Arial, Helvetica, sans-serif; color:#1f7bb4; margin-top:15px;   }
.log_user_different h5	 	{ width:245px; height:30px; float:left; position:relative;  color:#3c3c3c; font-family:Arial, Helvetica, sans-serif; }
.log_user_different h6	 	{ width:225px; height:30px; float:left; position:relative; color:#1f7bb4; font:normal bold 13px Arial, Helvetica, sans-serif; text-align:right; padding-right:30px; margin-top:15px; vertical-align:text-top;   }
.log_user_different h6 img { vertical-align:middle; margin-left:10px;}
.log_user_different h6 a   { text-decoration:none; color:#1f7bb4;}
.log_user_different input[type="password"]   { width:235px; height:30px; border:none; background:#dcdcdc;  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 1px 2px 3px rgba(0,0,0,.40), 1px 2px 3px rgba(255,255,255,.40); -webkit-box-shadow:inset 1px 2px 3px rgba(0,0,0,.40),1px 2px 3px rgba(255,255,255,.40); -moz-box-shadow:inset 2px 2px 3px rgba(0,0,0,.40),1px 2px 3px rgba(255,255,255,.40); outline:none;}

.log_user_different input[type="email"] {width:235px; height:30px; border:none; background:none;margin-bottom:20px; float:left; position:relative; bottom:10px; outline:none;}

.log_user_different_signin		{ width:195px; height:30px; text-align:center; float:left; background:url(../images/login_wrong_diff_sign.png) top repeat-x; border:1px solid #999999;font:normal normal 13px/28px Arial, Helvetica, sans-serif; color:#626262; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:30px 0px 0px 80px; }

.log_user_different_signin:hover		{ width:195px; height:30px; text-align:center; float:left; background:url(../images/login_wrong_diff_hsign.png) top repeat-x; border:1px solid #999999;font:normal normal 13px/28px Arial, Helvetica, sans-serif; color:#626262; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:30px 0px 0px 80px; cursor:pointer; }

/*register Page*/

.register			{ width:430px; height:auto; float:left; position:relative; padding-top:10px; font:normal normal 14px Arial, Helvetica, sans-serif}


.register span		{ width:auto; height:auto; position:relative; float:right;}

.register_tab_txt	{font:normal normal 14px/30px Arial, Helvetica, sans-serif; margin-top:10px;}
.register input[type=text],.register textarea,.register input[type=password] { 
	padding: 7px;
	border: solid 1px #E5E5E5;
	margin:0px 0px 0px 10px;
	outline: 0;
	
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 250px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
.register input[type=radio] {display: inline-block;
   font-size: 15px;
   line-height: 1em;
  	padding: 0;
   width: 50px;
   height:22px;
   -webkit-border-radius: 0.25em;
   vertical-align: text-top;
   -webkit-appearance:none;
   -moz-appearance:none; border:none;
 	background:url(../images/alarm_radio_but.png) top no-repeat;
	margin:0px 5px 10px 0px; font:normal bold 16px Arial, Helvetica, sans-serif; color:#474646;text-shadow:2px 2px rgba(255,255,255,0.2);}
	
	
.register input[type=radio]:checked {
 background:url(../images/alarm_radio_hbut.png) top no-repeat ;
   -webkit-background-size: 25px 22px; /* shrink high resolution background */
   -moz-background-size:25px 22px;
 }
	
	
	

.register textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

.register input:hover,.register textarea:hover,
.register input:focus,.register textarea:focus { 
	border-color: #C9C9C9; 
	/*-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;*/
	}

.form label { 
width:auto;
	margin-left:0px; 
	color: #646464; 
	margin-right:15px;
	float:left;
	text-align:
	position:relative;
	}

.reg_submit input {
	width: auto;
	height:40px;
	padding: 0px 25px;
	background: #617798;
	border: 0;
	line-height:15px;
	font-size: 14px;
	color: #FFFFFF;
	 -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
}

.reg_submit input:hover {
	width: auto;
	height:40px;
	padding: 0px 25px;
	background: #619098;
	border: 0;
	line-height:15px;
	font-size: 14px;
	color: #FFFFFF;
	 -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 	cursor:pointer;
}


.reg_submit input:active {
	width: auto;
	height:40px;
	padding: 0px 25px;
	background: #619098;
	border: 0;
	line-height:15px;
	font-size: 14px;
	color: #FFFFFF;
	position: relative; top: 3px;
    -webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	 	cursor:pointer;
}


select.select { 
	padding: 7px;
	border: solid 1px #E5E5E5;
	margin:0px 0px 15px 0px;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width:100px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));

	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
	
select.small { 
	padding: 7px;
	border: solid 1px #E5E5E5;
	margin:0px 0px 15px 0px;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width:60px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
	
select.select_big { 
	padding: 7px;
	border: solid 1px #E5E5E5;
	margin:0px 0px 15px 0px;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width:270px;
	background: #000 url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

	}



/*Switch Style*/

.field { width: 100%; float: left; margin:0px 0px 15px 0px; line-height:25px; }

	/* Used for the Switch effect: */
	.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.gif) repeat-x; display: block; float: left; }
	.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
	.cb-enable span { background-position: left -90px; padding: 0 10px; }
	.cb-disable span { background-position: right -180px;padding: 0 10px; }
	.cb-disable.selected { background-position: 0 -30px; }
	.cb-disable.selected span { background-position: right -210px; color: #fff; }
	.cb-enable.selected { background-position: 0 -60px; }
	.cb-enable.selected span { background-position: left -150px; color: #fff; }
	.switch label { cursor: pointer; }

.field label { 
	margin-left:0px; 
	color: #646464; 
	}
	
	.field label:nth-child(3) { 
	margin-left:160px; 
	color: #646464; 
	}

.log_user_reg 			{width:430px; height:auto; float:right; padding-top:0px; }
.log_user_reg h2 		{ font:normal normal 18px Arial, Helvetica, sans-serif; color:#3e3e3e; text-shadow:1px 1px 1px rgba(255,255,255,0.6);  border-bottom:1px dashed #000; height:40px;}

.Show_Error  {width:430px; height:auto; float:right; position:relative; margin-bottom:15px;}
.Show_Error h1  { font:normal normal 16px/30px Arial, Helvetica, sans-serif; color:#F60;}</pre></body></html>