.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cover {
    object-fit: cover;
    height: 600px;
}

.iklancover {
    object-fit: cover;
    width: 336px;
    height: 600px;
}
.iklancover2{
    object-fit: cover;
    width: 900px;
    height: 250px;
}

.cover2 {
    object-fit: cover;
    width: 100%;
    height: 288px;
}
.cover3{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner1 {
    margin-top: 80px;
}

.iklan9 {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.card {
    width: 350px
}

input[type="text"] {

    padding-right: 35px
}

input[type="password"] {

    padding-right: 35px
}

.fa-eye {
    position: absolute;
    top: 40px;
    right: 12px;
    cursor: pointer
}

.abu{
    color: #CCC5B9;
    font-size: 14px;

}
.abu2{
    background-color:#F9F9F9;
}
.abu3{
    color: #CCC5B9;
}
.line{
height:2px;
background-color: #EBEBEB;
width:215px;
}
@media only screen and (max-width: 600px) {
    .cover {
        height: 400px;
    }

    .iklancover {
        object-fit: cover;
        width: 336px;
        height: 600px;
    }
    .iklancover2{
    object-fit: cover;
    width: 970px;
    height: 250px;
}


    .iklan9 {
        object-fit: cover;
        width: 100%;
        height: auto;
    }

    .cover2 {
        object-fit: cover;
        width: 100%;
        height: 224px;
    }
    .cover3{
    object-fit: cover;
    width: 100%;
    height: 192px;
}

    .banner1 {
        margin-top: 475px;
    }
}
