@media  (max-width: 667px){
    section{
        display: flex;
        width: 100%;
        /* height: 150vh; */
        /* overflow: hidden; */
    }
    section .h_login {
        width: 100%;
        height: 130vh;
        /* background-color: rgba(153, 76, 76, 0.331); */
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        /* align-items: center; */
        backdrop-filter: blur(25px);
    }
    section .h_login .h_login1 {
        flex-direction: column;
        width: 90%;
        background-color: rgba(195, 195, 195, 0.335);
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(10px);
        border-radius: 20px;
        font-size: 18px;
        color: aliceblue;
    }
    section .h_login .Log_in{
        display: flex;
        flex-direction: column;
        width: 80%;
        gap: 15px;
        padding: 30px;
        border-radius: 20px;
        box-shadow: -15px 10px 20px 10px rgba(96, 96, 96, 0);
        background-color: rgba(255, 255, 255, 0);
    }

    section .blum1{
        display: flex;
        position: absolute;
        transform: translate(100px, 50px);
        width: 200px;
        height: 200px;
        border-radius: 100%;
        background-color: blueviolet;
        animation: animasiblum1 2s 0.5s ease-in-out  infinite;
    }

    .cover_info{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 95%;
        max-height: 90vh;
        border-radius: 20px;
        overflow: hidden;
    }
    section .h_login .Log_in span{
        /* background-color: rgb(34, 200, 255); */
        border-radius: 5px;
        color: rgb(80, 179, 255);
        /* width: 100px; */
        text-align: center;
        right: 0px;
        transform:translateY(-50%) translateX(-20%);
    }

    section .h_login .Log_in span i{
        /* background-color: aquamarine; */
        font-size: 25px;
    }
    section .h_login .Log_in .check{
        width: 100%;
        position: relative;
        /* background-color: antiquewhite; */
    }
    
}