.Out_Area{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #e8e8e8;
    height: 875px;
    flex-direction: column;
    /*background-image: url(../../Upfile/Skin/LoginBG.jpg?v1_1225);*/
  }
  .Login_contain{
    display: flex;
    background-color: #fff;
    width: 80%;
    height: 90%;
    border-radius: 15px;
    box-shadow: 2px 3px 5px 0px #aeaeae;
  }
  /*.Login_contain li{
    flex:1;
  }*/
  .Login_phone{
    background-color: #fafafa;
    font-size: 1.2rem;
    color: #333333;
    padding:10px 30px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: #aeaeae 1px dotted;
    line-height: 1.5;
  
  }
  .Login_left{
    display: flex;
    background-image: url("../../Upfile/Skin/LOGIN.png?v5");
        background-size: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    flex:1;
    background-position:right;
  }
  .Login_right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex:1;
  }
  .Login_right h2{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
  }
  .Login_type{
    display: flex;
    justify-content: center;
    min-width: 100%;
  }
  .Login_right h3{
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 7px;
    cursor: pointer;
  }
  .Login_right a{
    color: #b1b1b1;
  }
  .Login_right a:hover{
    color: #72b2e3;
  }
  
  .form_item{
    display: flex;
    flex-direction: column;
  }
  
  .form_item li{
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: fit-content;
    align-items: flex-start;
  }
  
  .Login_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .Login_input{
    height: 45px;
    padding: 8px 20px 8px 16px !important;
    border: 1px #dbdbdb solid;
    border-radius: 5px;
    margin-left: 0px;
    min-width: 80%;
    color: #000;
    background: #fff;
    font-size: 1.2rem!important;
    line-height: 1.5rem;
  }
  
  .Login_submit{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: baseline;
  }
  
  .Login_submit input{
    margin-right: 10px;
  }
  
  .system_contain{
    margin-top: 100px;
    width: 100%;
  }
  .form_border{
    height: 500px;
    width: 400px;
  }
  
  
  @media (max-width: 584px) {
    .Login_contain{
      width: 100%;
    }
    .Login_left{
      display: none;
    }
    
  }


/*登入口頁面*/
  .Login_Precautions{
    background-color:#ffffff;
    padding:15px;
    box-shadow:10px 10px 30px rgba(0,0,0,0.3);
}
.Login_Precautions>.Title{
    font-size:45px;
    font-weight:bold;
    color:#4D4D4D;
    margin-top:20px;
    margin-bottom:10px;
    letter-spacing:7px;
}
.Login_Precautions>.List{
    margin-top:30px;
}
.Login_Precautions>.List >li{
    font-size:1.2rem;
    font-weight:bold;
    color:#4D4D4D;
    letter-spacing:5px;
    margin-bottom:15px;
    text-indent: -2.4rem;
    padding: 0 0 0 2.4rem;
}
.Login_Precautions>.List >li>div{
    padding-left:35px;
}
.Login_Precautions>.List >li>img{
    border-radius:10px;
}

@media(max-width:1500px){
  .Login_Precautions>.Title{
    font-size:40px;
}
}

@media(max-width:1050px){
  .Login_Precautions>.Title{
    font-size:30px;
}
}

@media(max-width:900px){
  .Login_Precautions>.Title{
    font-size:26px;
}
}



/* 各系統連結 */
    .System_Login{
      margin-top:50px;
  }
  .System_Login>.Title{
      font-size:30px;
      font-weight:bold;
      color:#4D4D4D;
      letter-spacing:7px;
      margin-bottom:20px;
      padding-bottom:30px;
      border-bottom:4px solid;
      border-image-slice: 1;
  }
  .Login_ModuleSpace{
    width:13%;
    margin:15px;
  }
  .Login_ModuleArea{
      border-radius:10px;

      height:150px;
      padding: 10px;
      padding-top:25px;
      line-height:40px;
      margin-bottom:15px;
      box-shadow:5px 10px 20px rgba(0,0,0,0.3);
      background:#ffffff ;
  }
  .Login_ModuleArea>i{
      font-size:50px;
  }
  .Login_ModuleArea>.Title{
      margin-top:10px;
      font-size:18px;
      letter-spacing:3px;
      line-height:1.7rem;
  }

  .Login_ModuleArea:hover i, .Login_ModuleArea:hover .Title {
      color:#ffffff;
  }
  .Login_ModuleArea:hover{
      background:#0e1e7d;
  }

  @media(max-width:1500px){
    .Login_ModuleSpace{
      width:20%;
    }
  }

  @media(max-width:1050px){
    .Login_ModuleSpace{
      width:22%;
    }
  }

  @media(max-width:900px){
    .Login_ModuleSpace{
      width:38%;
      margin:15px 5px;
    }
  }
