@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media screen and (max-width: 360px){

*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    background-color: #FACFD9;
    margin: 0;
    padding: 0;
}
.masuk{
    position: relative;
    background-color: #E71D4D;
    display: flex;
    justify-content:center ;
    align-items: center;
    text-align: center;
    padding: 60px 1px;
    margin-top: 30px;
    box-shadow: 0 2px 11px #727272;
    border-radius: 40px;
}
.masuk h1{
    font-size: 40px;
    color: white;
    margin-top: -30px;
    text-align: center;
}
.masuk .input{
    position: relative;
    height: 50px;
    margin: 30px 0;
    width: 100%;
    color: white;
}
.input input{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: none;
    outline: none;
    border:solid 3px #28623C;
    font-size: 16px;
    padding: 20px 45px 20px 45px;
}
.input input::placeholder{
    color: #28623C;
}
.input i{
    position: absolute;
    right: 20px;
    top: 50%;
    color: #28623C;
    font-size: 20px;
    transform: translateY(-50%);
}
.masuk .simpan{
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: -15px 0 15px;
}
.simpan label input{
    color: white;
    margin-right: 5px;
}
.simpan a{
    color: white;
    text-decoration: none;
}
.simpan a:hover{
    text-decoration: underline;
}
.masuk .btn{
    margin-top: 40px;
    width: 100%;
    height: 45px;
    background: #28623C;
    color: white;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 20px;
    box-shadow: 0 1px 3px #727272;
}
p{
    color: white;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
}
.masuk .sosmed{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.masuk .sosmed img{
    padding: 7px 7px;
    background-color: white;
    margin-top: 15px;
    max-width: 50px;
    border-radius: 10px;
    box-shadow: 0 1px 3px #727272;
}
.bawah{
    color: white;
    font-size: 15px;
    margin-top: 20px;
}
.bawah a{
    color: white;
}
}
@media screen and (max-width: 480px){
    
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    }
    html {
        margin: 0;
        padding: 0;
        scroll-behavior: smooth;
    }
    body {
        background-color: #FACFD9;
        margin: 0;
        padding: 0;
    }
    .masuk{
        position: relative;
        background-color: #E71D4D;
        display: flex;
        justify-content:center ;
        align-items: center;
        text-align: center;
        padding: 60px 1px;
        margin-top: 80px;
        box-shadow: 0 2px 11px #727272;
        border-radius: 40px;
    }
    .masuk h1{
        font-size: 35px;
        color: white;
        margin-top: -30px;
        text-align: center;
    }
    .masuk .input{
        position: relative;
        height: 40px;
        margin: 32px 0;
        width: 100%;
        color: white;
    }
    .input input{
        width: 90%;
        height: 100%;
        border-radius: 30px;
        border: none;
        outline: none;
        border:solid 3px #28623C;
        font-size: 16px;
        padding: 20px 45px 20px 45px;
    }
    .input input::placeholder{
        color: #28623C;
    }
    .input i{
        position: absolute;
        right: 35px;
        top: 50%;
        color: #28623C;
        font-size: 20px;
        transform: translateY(-50%);
    }
    .masuk .simpan{
        color: white;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 70px;
        margin: 15px 0;
    }
    .simpan label input{
        color: white;
        margin-right: 5px;
    }
    .simpan a{
        color: white;
        text-decoration: none;
    }
    .simpan a:hover{
        text-decoration: underline;
    }
    .masuk .btn{
        margin-top: 40px;
        width: 90%;
        height: 45px;
        background: #28623C;
        color: white;
        font-size: 20px;
        font-weight: 500;
        border: none;
        outline: none;
        border-radius: 20px;
        box-shadow: 0 1px 3px #727272;
    }
    p{
        color: white;
        font-size: 15px;
        margin-top: 20px;
        font-weight: 400;
    }
    .masuk .sosmed{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    .masuk .sosmed img{
        padding: 7px 7px;
        background-color: white;
        margin-top: 15px;
        max-width: 50px;
        border-radius: 10px;
        box-shadow: 0 1px 3px #727272;
    }
    .bawah{
        color: white;
        font-size: 15px;
        margin-top: 20px;
    }
    .bawah a{
        color: white;
    }
}