

.playfair {
  font-family: 'Playfair Display', serif;
}

a {
  text-decoration: none !important;
}
p.hover {
  cursor: pointer;
}

.button_badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
 
  padding: 1px 3px;
  font-size: 10px;
  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
}


nav {
  width: 100%;
  display: flex; /* 1 */
  justify-content: space-between; /* 2 */
  padding: 0.8rem 0.5rem; /* 3 */
  background:  #008029; /* 4 */
  color: #ffffff;
  top: 0;
  position: fixed;
  z-index: 10;
  height: 4rem;
} 

.main {
  margin-top: 5rem; /* Add a top margin to avoid content overlay */
  /*padding:0.5rem;
}

nav ul {
  display: flex; /* 5 */
  list-style: none; /* 6 */
}

nav li {
  padding-left: 0.5rem; /* 7! */
}


.bg-color {
  background-color: #008029;
  color: #ffffff;
}


.login-form {
  width: 340px;
  margin: 30px auto;
  font-size: 15px;
}
.login-form form {
  margin-bottom: 15px;
  background: #f7f7f7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.login-form h2 {
  margin: 0 0 15px;
}
.login-form .hint-text {
  color: #777;
  padding-bottom: 15px;
  text-align: center;
  font-size: 13px;
}
.form-control,
.btn {
  min-height: 38px;
  border-radius: 2px;
}
.login-btn {
  font-size: 15px;
  font-weight: bold;
}
.or-seperator {
  margin: 20px 0 10px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.or-seperator i {
  padding: 0 10px;
  background: #f7f7f7;
  position: relative;
  top: -11px;
  z-index: 1;
}
.social-btn .btn {
  margin: 10px 0;
  font-size: 15px;

  line-height: 24px;
}
.social-btn .btn i {
  margin: 4px 15px 0 5px;
  min-width: 15px;
}
.input-group-addon .fa {
  font-size: 18px;
}
.includer {
  position: relative;
}
