:root {
    --primary-color : #37517E;
}

.modal-header {
    background-color: var(--primary-color);
}

.title-visi-misi {
    background-color: var(--primary-color);
    padding: 10px 20px;
    margin-bottom: 10px;
}

.card-img-size {
    object-fit: cover;
    height: 200px;
}

.card-info {
    font-size: 10pt;
    position: absolute;
    bottom: 0;
}

.card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.card-body-size {
    height: 110px;
}

/* Text Style */
.text-justify {
    text-align: justify;
}

/* Image Review */
.register-image-review {
    height: 25vh;
    width: 50%;
    border: 1px dashed  rgb(229, 221, 221);
    margin-bottom: 10px;
    object-fit: cover;
    padding: 0;
}

#profile-photo {
    width: 250px;
    height: 300px;
    object-fit: cover;
}

@media (max-width: 420px) {
    .register-image-review {
        width: 90%;
    }
}