
@media (min-width: 992px) {
	#evisaForm fieldset {
		margin: 0 auto;
		width: 500px;
	}
}

@media screen and (max-width: 425px) {
	#evisaForm fieldset {
		margin: 0 auto;
		width: 80%;
	}
}

.daftar-pertanyaan
.select2-container
.select2-selection
.select2-selection__rendered {
	font-weight: bold;
	font-size: 24px;
	color: #F5CA84;
}
.daftar-pertanyaan
.select2-container
.select2-selection
.select2-selection__rendered
.select2-selection__placeholder {
	font-weight: normal;
}
