.bgm {
	width: 100%;
     height: 100%;
     position: fixed;
     z-index: 1;
     float: left;
     left: 0;
}
	 
.bg-bluesky {
  background-color: #87CEFA !important;
}

.bg-silver {
  background-color: #C0C0C0 !important;
}

.container {
  width: 70%;
  padding-right: auto;
  padding-left: auto;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .container {
    width: 90%;
  }
}




.bg-pwrblue {
  background-color: #B0E0E6 !important;
}

.bg-aliceblue {
  background-color: #F0F8FF !important;
}

.bg-wood {
  background-color: #FFDEAD !important;
}

.bg-darkblue {
  background-color: #00008B !important;
}

.bg-gold {
  background-color: #FBAB30 !important;
}

.text-darkblue {
  color: #00008B !important;
}

.text-indigo {
  color: #6610f2 !important;
  }

.carousel-caption {
  bottom: -40px;
}  

.carousel-indicators li {
  background-color: #6610f2;
}

.carousel-control-prev,
.carousel-control-next {
 color:#6610f2;
}

.animated2 {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

hr.drop {
   border:#fff;
}   

Masih blm jalan
hr.grad {
	border:0;
	height:1px;
	background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.no-border {
border: 0px;
}	

.f40 {
font-size: 40px;
white-space:nowrap;
}

.f50 {
font-size: 50px;
white-space:nowrap;
}
.f60 {
font-size: 60px;
white-space:nowrap;
}

.f70 {
font-size: 70px;
white-space:nowrap;
}

.f80 {
font-size: 80px;
white-space:nowrap;
}

.bgfull {
background-image: url (testbg.jpg);
}

.body {
			background-image:url('bgimg.png');
		}
	
.txtwelcome {
font-size: 40px;
font-weight: bold;
}

.efek-ketik {
font-size: 40px;
width: 100%;	
white-space:nowrap;
overflow:hidden;
-webkit-animation: ketik 5s steps(50, end);
animation: ketik 5s steps(50, end);
}
 
.efek-ketik-d {
font-size: 40px;
width: 100%;	
white-space:nowrap;
overflow:hidden;
-webkit-animation: ketik 3s steps(50, end);
animation: ketik 3s steps(50, end);
}
 
@keyframes ketik{
from { width: 0; }
}
 
@-webkit-keyframes ketik{
from { width: 0; }
}

.efek-ketik.berulang {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}

img.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 70px;
}

.simulasi{
	width: 400px;
	background: #2F495A;
	margin: 0px 0px;
	padding: 10px 20px 20px 20px;
	border-radius: 5px;
	box-shadow: 0px 10px 20px 0px #D1D1D1;
}
 
.bil{
	width: 130px;
	margin: 3px;
	border: none;
	font-size: 12pt;
	border-radius: 3px;
	padding: 5px;	
}
 
.opt{
	font-size: 12pt;
	border: none;
	width: 130px;
	margin: 3px;
	border-radius: 3px;
	padding: 5px;
}

.btn-sm {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.1rem 0.1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-sm {
    transition: none;
  }
}
.btn-sm:hover {
  color: #212529;
  text-decoration: none;
}

.btn-sm:focus, .btn-sm.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-sm.disabled, .btn-sm:disabled {
  opacity: 0.65;
}

.btn-sm:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.card-body-0 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.25rem;
}

.card-header {
  padding: -0.10rem -0.25rem;
}