body{
	background-color: #0f385a;
	margin: 0 auto;
}

nav.navbar.navbar-expand-lg.navbar-light{
	background-color: rgb(223, 226, 33);
}


h1.regis-text{
	color: white;
	text-align: center;
	font-family: Montserrat,sans-serif;
	margin-bottom: 30px;
	margin-top: 130px;
	font-weight: bold;
}

.card{
	border-radius: 20px;
	padding: 20px;
}

p.regis-baris{
	font-size: 18px;
	color: black;
	font-weight: bold;
	margin-top: 30px;
}

label.form-label{
	font-size: 15px;
	color: #757575;
	margin-bottom: 2px;
	margin-top: 10px;
}

.form-text{
	font-size: 12px;
	color: #ababab;
}

.form-control{
	background-color: #e5e5e5;
	color: black;
	border-radius: 10px;
	padding: 12px;
}

.form-select{
	background-color: #e5e5e5;
	color: black;
	border-radius: 10px;
	padding: 12px;
}

hr{
	color: #dfe221;
	border: 3px solid;
	margin-bottom: 2px;
}

.text-menyetujui{
	font-size: 15px;
	margin-top: 20px;
}

.btn.btn-registrasi{
	background-color: red;
	color: white;
	border-radius: 30px;
	margin-top: 40px;
	padding: 15px;
	font-size: 18px;
}

.btn.btn-registrasi:hover{
	background-color: #c30707;
	transition: 0.4s;
	color: white;
	border-radius: 30px;
	margin-top: 40px;
	padding: 15px;
	font-size: 18px;
}

.invoice-text{
	font-size: 15px;
	text-transform: capitalize;
}

.pembayaran-text{
	font-size: 15px;
	text-transform: capitalize;
}

.btn.btn-konfirmasi{
	background-color: #25D366;
	color: white;
	border:none;
	padding: 8px;
	font-weight: 16px;
	font-weight: bold;
}

.btn.btn-konfirmasi:hover{
	background-color: #1eb155;
	transition: 0.4s;
	color: white;
	border:none;
	padding: 8px;
	font-weight: 16px;
	font-weight: bold;
}


.nav-pills .nav-link.active{
	background-color: #0f385a;
	color: white;
	font-size: 14px;
}

.nav-pills .nav-link{
	color: #6c757d;
	font-size: 14px;
}

.nav-tabs .nav-link.active{
	color: black;
	font-size: 14px;
}

.nav-tabs .nav-link{
	color: #adb5bd;
	font-size: 14px;
}