body {
  background-image: url('../assets/img/backgrounds/white.jpg');
  background-repeat: no-repeat;
  height: 50%;
  background-position: center;
  background-size: cover;
}

.progress-line, .progress-line:before {
  height: 3px;
  width: 100%;
  margin: 0;
}

.progress-line {
  background-color: #B3DDFC;
  display: -webkit-flex;
  display: flex;
}

.progress-line:before {
  /*background-color: #3f51b5;*/
  background-color: #2584DD;
  content: '';
  -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes running-progress {
  0% { margin-left: 0px; margin-right: 100%; }
  50% { margin-left: 25%; margin-right: 0%; }
  100% { margin-left: 100%; margin-right: 0; }
}

@keyframes running-progress {
  0% { margin-left: 0px; margin-right: 100%; }
  50% { margin-left: 25%; margin-right: 0%; }
  100% { margin-left: 100%; margin-right: 0; }
}

.divshadow {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.google-font-style {
  /*font-family: 'Satisfy', cursive;*/
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
}

.google-font-style-cool {
  /*font-family: 'Satisfy', cursive;*/
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
}

.google-font-style-p {
  /*font-family: 'Comfortaa', cursive;*/
  font-family: 'Raleway', sans-serif;
  /*font-size: 40px;*/
}

.google-font-style-text {
  font-family: 'Comfortaa', cursive;
  /*font-family: 'Raleway', sans-serif;*/
  /*font-size: 40px;*/
}

.justify-content-center {
    position: absolute;
    top: 20%;
    min-width:100%;
}

.help {
    margin-bottom: -10px;
}

.pengumumanTH {
    width: 150px;
}