
 input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
 transition: background-color 5000s ease-in-out 0s;
 -webkit-transition: background-color 9999s ease-out;
 -webkit-box-shadow: 0 0 0px 1000px#3C424E inset ;
 -webkit-text-fill-color: #fff ;  
 padding: 5px;  

} 


.login_bar{
    position: fixed;
    left: 50%;
    transform: translatex(-50%);
    top:0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #0000008f;
    transition: 0s;
}
.login_bar02{
    z-index: 9999999;
 
    margin-top: 240px;
    width: 320px;
    height: 300px;
    background-color: #4F545F;
    border-radius: 10px;
}
/* �긽�떒 */
.login_close{
 
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    background-color: #3C424E;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.login_close p{
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.login_close svg{
    width: 14px;
    float: right;
    cursor: pointer;
}


/* 以묐떒 */
.login_grid{
    margin-top: 20px;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-row-gap: 20px;
}


.login_inner{
    background-color: #3C424E;
    padding: 10px 10px;
    border-radius: 27px;
    display: flex;
    align-items: center;
    width: 260px;
    height: 34px;
    
}
.login_id img{
    margin-right: 20px;
 
}
.login_password img{
    margin-right: 20px;
 
}
.login_state{
    margin-left: 24px;
    color: #fff;
    font-size: 10px;
}

.login_id input[type="id"]{
    border: none;
    background-color: transparent !important;
    outline: none;
    color: #fff;

}
.login_password input[type="password"]{
    border: none;
    background-color: transparent !important;
    outline: none;
    color: #fff;

}
.login_id input[type="id"]::placeholder {
    color: #fff;
    font-size: 14px;
  }
  .login_password input[type="password"]::placeholder {
    color: #fff;
    font-size: 14px;
  }


  /* �븯�떒 */
  .login_Practice{
      margin-top: 5px;
      text-align: center;
      cursor: pointer;
  }
  .login_Practice p{
      width: 130px;
      border-radius: 27px;
      font-size: 17px;
      font-weight: 600;
      color: #fff;
      background-color: rgba(0, 119, 255, 0.6);
      cursor: pointer;
  }










/* 
.login_state input[type="checkbox"] {

    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.login_state input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.login_state input[type="checkbox"]+label:before {
    content: ' ';
    display: inline-block;
    width: 10px;

    height: 10px;

    line-height: 10px;

    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #707070;
    border: 3px solid #333;
    border-radius: 50%;

}


.login_state input[type="checkbox"]:checked+label:before {

    color: #333;

    background: #0077ff;
    border: 3px solid #333;
    border-color: #333;

} */