.login {
    max-width: 300px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    margin: auto;
    margin-top: 100px;
    text-align: center;

    box-shadow:
        0px 0px 3.6px rgba(0, 0, 0, 0.024),
        0px 0px 10px rgba(0, 0, 0, 0.035),
        0px 0px 24.1px rgba(0, 0, 0, 0.046),
        0px 0px 80px rgba(0, 0, 0, 0.07);


}

.login h1 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 10px;
}

.physical-product-table thead tr td {
    font-weight: bold;
    text-align: center;
    background-color: #ededed;
}

.physical-product-table tbody tr td {
    padding: 7px;
}

.physical-product-table tbody tr td:nth-child(1) .small {
    font-size: 0.7rem;
}

.physical-product-table tbody tr td:nth-child(3) ul {
    margin-left: -20px;
    font-size: 0.9rem;
}

.physical-product-table tbody tr td:nth-child(4) {
    position: relative;
}

.physical-product-table tbody tr td:nth-child(4) {
    font-size: 0.8rem;
}

.physical-product-table tbody tr td:nth-child(4) .hidden {
    display: none;
}

.physical-product-table tbody tr td:nth-child(4) #copy-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border-color: #ddd;
    color: #aaa;
}

.modal-ktp-step ul {
    list-style-type: none;
    margin-left: -20px;
}

.modal-ktp-step ul li .description {
    font-size: 0.8rem;
    margin-left: 25px;
    height: 30px;
}

.modal-ktp-step ul li {
    position: relative;
    margin-bottom: 20px;
}

.modal-ktp-step ul li::after {
    content: '';
    display: block;
    width: 1px;
    height: 35px;
    border-left: 3px dashed #aaa;
    position: absolute;
    top: 30px;
    left: 10px;
}

.modal-ktp-step ul li:last-child::after {
    display: none;
}


/** attachments */
.attachments .item {
    width: 400px;
    height: 250px;
    float: left;
    position: relative;
    margin-right: 5px;
    border: 2px solid #3960cf;
    border-radius: 10px;
    overflow: hidden;
}

.attachments .item iframe {
    width: 100%;
}

.attachments .item .text {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px 0 0 0;
    font-size: 0.7rem;
}