|  |  | @@ -1,5 +1,6 @@ | 
		
	
		
			
			|  |  |  | <template> | 
		
	
		
			
			|  |  |  | <div class="login-container"> | 
		
	
		
			
			|  |  |  | <div class="Version">Version 1.0.1</div> | 
		
	
		
			
			|  |  |  | <div class="videoBox"> | 
		
	
		
			
			|  |  |  | <video | 
		
	
		
			
			|  |  |  | src="https://video.metavatar.cc/sv/4aaaaa5e-18832dbb5e6/4aaaaa5e-18832dbb5e6.mp4" | 
		
	
	
		
			
				|  |  | @@ -575,6 +576,13 @@ onMounted(() => { | 
		
	
		
			
			|  |  |  | overflow: hidden; | 
		
	
		
			
			|  |  |  | // background-color: #2d3a4b; | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | .Version { | 
		
	
		
			
			|  |  |  | position: absolute; | 
		
	
		
			
			|  |  |  | bottom: 20px; | 
		
	
		
			
			|  |  |  | right: 20px; | 
		
	
		
			
			|  |  |  | color: #ffffff; | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | .login-form { | 
		
	
		
			
			|  |  |  | position: absolute; | 
		
	
		
			
			|  |  |  | top: 46%; | 
		
	
	
		
			
				|  |  | 
 |