@media screen and (min-width: 280px) and (max-width: 324px) {

#modal-daftar .modal-body {
max-height: 60vh;
}

#modal-daftar p {
font-size: 12px;
}

#modal-daftar .modal-body,
#modal-daftar form,
#modal-daftar button {
font-size: 10px;
}
}


@media screen and (min-width: 325px) and (max-width: 800px) {

#modal-daftar .modal-body {
max-height: 60vh;
}

#modal-daftar p {
font-size: 12px;
}

#modal-daftar .modal-body *,
#modal-daftar form,
#modal-daftar button {
font-size: 12px !important;
}
}