#krs .gambar-profil {
    border-radius: 50%;
}

/* nilai error */
#krs .warna-card {
    background-color: #FCA5A5;
}

#krs .card-title {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
}

#krs .card-text {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}

#krs .alert-danger {
    color: white;
    background-color: #CF212A;
    border-color: #CF212A;
    height: 35px;
}

#krs .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .3rem 1.25rem;
    color: inherit;
}