.bg-login {
    background-image: url('../img/cover3.jpg');
    height: 400px;
    width: 500px;
}

.kontenmateri {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    font-size: 17px;
    line-height: 1.5;
    /*padding: 2%;*/
    text-align: justify;
    float: left;
    color: black;

}

.isimateri {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /* font-family: candara; */
    font-size: 17px;
    line-height: 1.5;
    padding: 3%;
    text-align: justify;
    float: left;
    color: black;
}

.gambarkonten {
    align-self: center;
}

.tls {
    text-indent: 0.3in;
    text-align: justify;
}

.bord {
    border: 2px solid blue;
    padding-bottom: 10px;
}

.mengamati {
    width: 20%;
    color: white;
    border: 2px solid blue;
    background: blue;
    padding: 5px;
}

.video {
    width: 60%;
    height: auto;
    margin-top: -10px;
}

/*
pop up konten
*/

.content {
    font-family: Segoe UI;
    border: 1px solid #ddd;
    padding: 30px;
    box-sizing: border-box;
    line-height: 27px;
}

.v-content-modal {
    position: fixed;
    background: #fff;
    box-shadow: 0 3px 20px 0 #ddd;
    width: 350px;
    border-top: 3px solid #ddd;
    display: none;
    box-sizing: border-box;
}

.v-content-modal .modal-title {
    background: #f5f5f5;
    padding: 0 1.25rem;
    font-size: .95rem;
    letter-spacing: .03rem;
    line-height: 38px;
    height: 35px;
    border-bottom: 1px solid #ddd;
}

.v-content-modal .modal-content {
    padding: 1.75rem 1.25rem;
}

.v-content-modal::before {
    content: "";
    position: fixed;
    top: -23px;
    left: 30px;
    border: 10px solid transparent;
    border-color: transparent transparent #ddd transparent;
}