
.login_wrap{
    position: fixed;
    left: 0;
    
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    /* display: none; */
    background-color: #0000008f;
    transition: 0s;
    
}

.login_timer{
    margin-top: 300px;
    width: 320px;
    height: 300px;
    background-color: #d8d1c8;
    border-radius: 10px;
}
.login_text p{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-top: 30px;
    text-align: center;
}
.login_time{
    padding-top: 50px;
    text-align: center;
}
.login_time b{
    font-size: 20px;
    font-weight: 500;
    color: #fff;

}
.login_time span{
    font-size: 20px;
    font-weight: 500;
    color: rgb(255, 81, 0);

}
.logintimer_btn{
    display: flex;
    align-items: center;
    padding-top: 50px;
    text-align: center;
}
.logintimer_btn a button{
   
    color: #fff;

    border-radius: 10px;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;

}
.logintimer_btn a:nth-child(1) button{
    background-color: rgba(0, 119, 255, 0.4);
    border: none;
}

.logintimer_btn a:nth-child(2)  button{
    background-color: transparent;
    border: 2px solid #707070;
}

.progress-label{
    margin-top: 300px;
    width: 320px;
    height: 300px;
    background-color: #D8D1C8;
    border-radius: 10px;
}

.login_text02{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-top: 30px;
    text-align: center;

}
.login_text02 span{
    display: block;
    padding-bottom: 30px;
}

.logintimer_btn02{
    text-align: center;
    padding-top: 45px;
}

.logintimer_btn02 a button{
    background-color: transparent;
    border: 2px solid #707070;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
}




#myChart1{
    margin-left: 0;
}


