body { 
    background: #c6f1ff url(../img/bg.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
  height: 100vh;
  background-size: cover;
  background-repeat: repeat-x;
  animation: animate 85s linear infinite;
  margin: 0;
  padding: 0;
  
}

@keyframes animate{
  from{
    ;background-position: 0 0 
  }to{
    background-position: 100% 0
  }
}

.img-logo {
    width: 100%;
    max-width: 550px;
}

.form-container {
    max-width: 500px;
}

.form-carinya {
    margin-top: 15px;
}

.form-cari {
    background: #eaf8fc;
    padding: 5px;
    border-radius: 30px;
    border: 2px solid #FFF;
}

.form-inputnya {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    padding-left: 15px;
    width: 70%;
}

.form-btn {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    padding-right: 15px;
    width: 27%;
}

.btn-masuk {
    border-radius: 30px;
    font-weight: bolder;
    padding: 20px 50px;
}

.form-menu {
    background: rgba(25, 25, 25, 0.6);
    padding: 20px;
    margin-top: 3%;
    margin-bottom: 30px;
    border-radius: 45px;
}

.full-img {
    width: 100%;
}

.footer {
    background: rgba(25, 25, 25, 0.6);
    border-radius: 45px;
    width: 350px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #ffffff;
}

.form-menu a {
    cursor: pointer;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #5CB85C;
    border-color: #ddd;
    font-weight: bolder;
}

.panel-default .panel-body ul li a{
    color: #000;   
   
    font-weight: bolder;
  line-height:25px;
}

.twentyseventeen-panel {
    overflow: hidden;
    position: relative;
}
.panel-image {
    position: relative;
    height: 100vh;
    max-height: 200px;
}
