#peringatan .warning {
    background-color: #fce7e9;
    color: #721c24;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 0 20px 0;
}