
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
}
/********************************************************************/
/********************************************************************/
/*** PANEL PRIMARY ***/
.panel-primary{
     border-color: #128C7E;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px  rgba(0, 0, 0, 0.3);
}
.panel-primary>.panel-heading{
    color: #fff;
    background-color: #128C7E;
    border-color: #128C7E;
}
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: black;
    background-color: #d6e9c6;
    border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #444;
    font-weight:500;
    background-color: #d6e9c6;
    border-color:  #3071a9;
    border-bottom-color: transparent;
}

/********************************************************************/
.container{
   padding-top: 65px;

}

#login_section{
}
#login_section .container{
   padding-top: 0px;
   padding-bottom: 0px;

}
 


#kelbook{
  animation-name: example;
  animation-duration: 4s;
  background: #fff;

}

@keyframes example {
  from {background-color: #f4f4ff;}
  to {background-color: #f7f7f7;}
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 5px;
  
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.main_title{
    background-color: #128C7E;
   
}
.main_title > h2{
    color: #f7f7f7;
    font-family: Roboto,sans-serif;
}

.main_title > h5{
    color: #f2f2f2;
    
}

.btn-success {
    color: #fff;
    background-color: #128C7E;
    border-color: #128C7E;
}


#spin {
  padding-top: 10px;
  font-size: 18px;
  color: #128C7E;
  font-weight: 600;

}

#spin:after {
  content:"Welcome to TIK TOK LOUNGE where to find";
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% { content:"Base liquors (gin, vodka, whiskey, tequila, rum, brandy)"; }
  10% { content:"Liqueurs (amaretto, Kahlua, Campari, Baileys, and more)"; }
  20% { content:"Wines and fortified wines (vermouth, sherry, marsala)"; }
  30% { content:"Water, soda, beer and more "; }
40% { content:" All in  Extremely Affordable Price!"; }
 /*   50% { content: "adipisicing"; }
  60% { content: "elit"; }
  70% { content: "Hic"; }
  80% { content: "atque"; }
  90% { content: "fuga"; }*/
}

.index_title{
  padding-top: 60px;
}


/*mobile style*/
@media (max-width: 760px) {
  .container{
   padding-top: 25px;

  }

.index_title{
  padding-top: -2px;
   }

   .index_title h1{
     font-size: 25px; 
     text-align: center;
   }
   .index_title h2{
     font-size: 26px; 
     text-align: center;
     padding: 10px;
   }

  #spin {
  padding-top: 5px;
  color: #128C7E;
  text-align: center;
  font-weight: 700;

}



}
/*enf mobile style*/

#footer {
  bottom: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}