
	#login-window{
			height:100%; width:100%; right:0px; top:0px; z-index: 999 !important; border: 0px none; background-color: rgba(200,200,200,0.89) 
			
			}
	
	
	.round8{ 
		
		border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	
	.round5{
		
		border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#login-window-box {
		
		position: relative; 
		z-index: auto;
		
		 
		 
		
		height:auto; width:200px;
		margin-left: auto; margin-right: auto;  top:11%;  
		border: 0px none; 
		
		background-color: rgb(250,250,250);
		
		
		
		 
		box-shadow: 0px 3px 10px 2px rgba(70, 70, 70, 0.8); -webkit-box-shadow: 0px 3px 10px 2px rgba(70, 70, 70, 0.8);  
		
		
		  }
		  
		  /*.panel{ border-radius: 8px !important; -webkit-border-radius: 8px !important; }*/
	
	#login-window-box input ,
	input[type='text'] ,
	input[type='button'] , 
	input[type=submit] ,
	input[type=password]{ 
		
			
			z-index: auto;  margin:8px; position: relative;  height: 30px;
			border: 0px none; line-height: 30px; font-size: 8pt; 
			font-family: 'Rajdhani', sans-serif; 
			float: none; clear: none; 
			
			
			}
	
	input[type=password],
	input[type=text]{
		
		              padding: 2px; line-height: 30px; width: 180px !important;
		              border-radius: 5px; -webkit-border-radius: 5px;   
		               
		              
		              }
		              
	input[type=password]::placeholder{ padding-left: 4px;  font-size: x-small; color: rgb(205,205,205); text-align: left; }
	input[type=password]{ text-align: center;   }
	
	
	input.login_button[type=button],
	input.login_button[type=reset],
	input.login_button[type=submit]{
		
		 color: white;   margin-top:10px !important; margin-left: 10px !important; margin-right:1px !important; margin-bottom: 10px !important; 
		 padding: 2px; line-height: 30px; 
		 width: 80px;  height: 40px !important;   
		 border-radius: 5px; -webkit-border-radius: 5px;   
		 background-color: rgb(100,100,100); border: 0px none;
		
		font-family: 'Rajdhani', sans-serif;
		
		cursor: pointer;
	}
	
	 input.button_key[type=button]{
		  border-radius: 3px; -webkit-border-radius: 3px; padding: 2px; margin:2px !important; width: 30px !important; height: 30px; cursor: pointer; 
		   }
 
	
	 input.button_key:hover{ opacity: 0.8; }
	 
	 input.button_key[type=button],
	 input.button_key[type=submit]{
		 
		 padding: 2px; line-height: 30px;
		 border-radius: 4px; -webkit-border-radius: 4px;
		 
		 background-color: rgb(130,130,130); color: white; border: 0px none;
		 
		 
		 
		  }
	
	input.button_key[type=button]{
		 width: 30px; height: 30px; } 
	
	form.my_login_window_form{ margin: 0px !important; padding: 0px !important; position: relative; z-index: auto; z-index: auto; 
		
		 
		
		/*float: left; z-index: auto; position: relative;*/ }
	
	.message{ padding:5px 3px; color: red; font-family:'ABeeZee' ; font-style: 11pt; background-color: rgba(255, 255, 255, 0.2);  color:rgb(43, 31, 133); text-align: left;
		
		border-radius: 10px !important; -webkit-border-radius: 10px !important;   position: relative; z-index: auto; cursor: pointer;  
		 /*position: relative; float: left; clear: left;*/
		
		}
		
		.div_checked {
			
			 
			
			z-index: auto;
			
			position: relative; 
			
			line-height: 30px; height: 30px;  padding: 10px; padding-bottom: 0px;   cursor: pointer; 
			
			 }
		
		/*#Checked_remember_me*/
		.MyCheckedBox{
			
				
				 z-index: auto; position: relative; top:0px;
				 
				 /*	
				  -webkit-appearance: none;
				  appearance: none; 
				  */ 
				 
				 padding: 0px !important; margin: 0px !important;
				 cursor: pointer;
				  
			  
			  
				  
				 width: 20px;
				 height: 20px;
				 line-height: 20px;
				  
				 text-align: center;
				 float: left; clear: left; 
			
			}
			
			.MyCheckedBox #Checked_remember_me{ z-index: auto; padding: 0px !important; margin: 0px; top: 0px; position: absolute; left: 0px; width: 20px; height: 20px;  }
		
			/*#Checked_remember_me:before {
			 content:"✓";  
			}*/
		
		.ch_label,.ch_link{ 
			z-index: auto; position:relative;      padding-left:3px; padding-right: 2px; cursor: pointer;
			background-color: rgba(185, 185, 185, 0.4);
			margin-left: 2px; /*top:15px;*/
			float: left; clear: none;
			line-height: 20px;
			height: 20px;
			
			}
			
			a.ch_link{
				background-color: rgba(185, 185, 185, 0.2);
				color: rgb(43, 31, 133);
			}
		
		
			
			a.ch_link:hover{
				color: white;
				background-color: rgba(43, 31, 133,1);
			}
		
			.footer{ font-family: 'ABeeZee', sans-serif; background-color: rgba(210,210,210,0.8); z-index: auto; position: absolute; color: rgba(50, 50, 50,0.7); left: 130px; bottom: 8px; height: 20px; line-height: 20px; padding: 0px 10px; cursor:auto; overflow: hidden; }
		
	
	