  
          .MoveBackgrounds{
        
         animation: bgcolor-change 10s infinite;
        }
  
  
          
        @keyframes bgcolor-change {
    0% {
        background-color:rgba(71,93,119,0.6); /* 赤系 */
    }
    20% {
        background-color: rgba(36,65,149,0.6); /* ピンク系 */
    }
    40% {
        background-color:rgba(71,93,119,0.6);/* 青系 */
    }
    60% {
        background-color: rgba(71,93,119,0.6);/* 水色系 */
    }
    80% {
        background-color: rgba(71,93,119,0.6); /* 緑系 */
    }
    100% {
        background-color: rgba(71,93,119,0.6);/* 赤系 */
    }
        
    }    
  
  
  
  
  
  
  
  
  
  
  
  
  
  .title {
	color: #FFFDDF;
	position: fixed; /* 画面の上に固定 */
	top: 0;
	
	left: 0;
	
	width: 100%;
	
	height:40px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	gap:10px;
	/*border-radius: 0px 20px 20px -20px;*/
	/*background-image: url('Back_Study.jpg');
	/* background-size: cover;    
  background-repeat: repeat;      
 /* background-position: center; */
 display: flex;
 background-color:rgba(71,93,119,0.6);
 justify-content: left;
    align-items: center;
	/*background-image: url(../img/Back_Study.jpg);
  background-repeat: repeat;    

*/

}


  
  
  
  body {
            font-family: Arial, sans-serif;
            background-image: url(../img/LoginBack.jpg);
            background-size: cover; 
    background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            /* animation: bgcolor-change 10s infinite;*/
        }
        


        
    
        .login-container {
            background-color: #fff;
            
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            max-height:700px;
            height:auto;
            max-width: 300px;
            width:auto;
            text-align: center;
            
            
            
        }
        /*
        .login-container input {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        */
        .login-container button {
            background-color: #4CAF50;
            color: white;
            border: none;
            padding: 10px;
            width: 80%;
            cursor: pointer;
            border-radius: 4px;
        }
        .login-container button:hover {
            background-color: #45a049;
        }
        
        
        .inputspace{
       /* margin-left:30px;
        margin-right:30px;*/
        margin-bottom:10px;
         width:80%;
         height:40px;
         
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        
        
        .company-name{
        
        align-items: flex-end; 
        /*margin-top:;
       */
       margin-bottom:10px;;
         font-size: 14px;
            
        
        }
        