body {
    background: #c9ccd1;
}

.form-style input {
    border: 0;
    height: 50px;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
}

.form-style input:focus {
    border-bottom: 1px solid #007bff;
    box-shadow: none;
    outline: 0;
    background-color: #ebebeb;
}

.sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ccc;
}

button {
    height: 50px;
}

.sideline:before,
.sideline:after {
    content: '';
    border-top: 1px solid #ebebeb;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.sideline:after {
    margin: 0 0 0 20px;
}

/* Tambahkan gaya CSS untuk gambar */
img {
    display: block; /* Membuat gambar menjadi elemen blok */
    margin: 0 auto; /* Memberikan margin otomatis di kiri dan kanan untuk memposisikan gambar di tengah */
    max-width: 100%; /* Menjamin gambar tidak melebihi lebar parent */
    height: auto; /* Menjaga proporsi gambar */
}
