body{
    margin: 0;
    padding: 0;
    background-color: rgb(244, 244, 244);
    font-family: Poppins;
}

.hc1{
    background-color: #A70000;
    padding: 10px 0;
}

.hc2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background-color: #00a6dc;
    padding: 10px; 
}

.hc2 img{
    height: 80px;
}

.lifc{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
    width: 100%;
    height: 100vh;
}

.li_pc img{
    width: 450px;
}

.li_pc{
    display: flex;
    position: relative;
}

.apn_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 70px;
    left: 70px;
    background-color: white;
    font-weight: bold;
    font-size: 20px;
    color: #074680;
    text-decoration: none;
    height: 40px;
    width: 150px;
    border-radius: 20px;
    transition: .15s;
    z-index: 2;
}

.apn_btn:hover{
    transform: scale(105%);
}

.li_sc{
    margin-top: 10px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}

.li_sc img{
    height: 30px;
    width: 30px;
}

.li_sc img:hover{
    opacity: .8;
}

.lifvb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    padding: 0 50px 0 50px;
    height: 450px;
    border-radius: 5px;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.083);
    z-index: 3;
}

.lifh{
    font-size: 35px;
    color: #00a6dc;
    font-weight: 700;
    text-align: center;
}

.li_mhc_mv{
    display: none;
}

.lif_ic{
    display: flex;
    flex-direction: column;
    width: 230px;
}

.lif_if{
    display: flex;
    width: 100%;
}
.lif_if input{
    outline: none;
    border: 0;
    border-bottom: 1px solid #00a6dc;
    height: 30px;
    width: 100%;
    padding: 0;
}

.lif_il{
    display: flex;
    column-gap: 5px;
    align-items: center;
    color: #00a6dc;
}

.lif_il img{
    height: 18px;
}

#key{
    padding-right: 25px;
}

#pwc, #ic_c{
    position: relative;
}

.pw_huc{
    position: absolute;
    right: 0;
    top: 0;
}
.pw_huc img{
    height: 12px;
    cursor: pointer;
}

#slash::before{
    position: absolute;
    content: '';
    bottom: 11.3px;
    left: -1px;
    height: 1.5px;
    width: 22px;
    transform: rotate(130deg);
    background-color: #00a6dc;
    transition: 2s;
}

.lif_sb{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.lif_sb button{
    font-family: Poppins;
    background: #00a6dc;
    color: white;
    font-size: 20px;
    height: 35px;
    outline: none;
    border: none;
    border-radius: 5px;
    flex:1;
    cursor: pointer;
    transition: .15s;
}

.lif_sb button:hover{
    opacity: .8;
    transform: scale(1.02);
}

.error{
    font-size: 12px;
    color: red;
    font-weight: 600;
}

@media (max-width:500px){
    
    body{
        background-color: white;
    }
    .li_pc{
        display: none;
    }

    .lifc{
        align-items: baseline;
        height: fit-content;
    }

    .lifvb{
        width: 100%;
        border-radius: 0px;
        box-shadow: none;
        height: 100%;
        padding: 30px 50px;
    }

    .li_hcm_mv{
        display: flex;
    }
    .li_mhc_mv{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
        background-color: #00a6dc;
    }

    .li_mhc_mv img{
        height: 80px;
    }

    .lif_ic{
        width: 100%;
    }

    .lif_ic input{
        width: 100%;
    }
}