.container {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    box-shadow: 0 0 10px #ff8912;
}

.btn-kirim {
    width: 100%;
    background-color: #ff8912;
    color: white;
    transition: transform 0.2s ease-in-out;
}

.btn-kirim:hover {
    transform: scale(1.05);
    color: white;
}

.text-ulang {
    color: orange;
    text-decoration: none;
}

.text-ulang:hover {
    color: #ff8912;
}

.alert .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem;
    cursor: pointer;
    color: black;
    font-size: 1.25rem;
    line-height: 1;
}

.bg-gelap{
    background-color: #22272b !important;
}
