body { 
    background: #c6f1ff url(../img/foreground.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-logo {
    width: 100%;
    max-width: 350px;
}

.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: 6px 30px;
}

.form-menu {
    background: rgba(25, 25, 25, 0.8);
    padding: 15px;
    margin-top: 23%;
    margin-bottom: 15px;
    border-radius: 30px;
}

.full-img {
    width: 100%;
}

.footer {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 11px;
    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;
}