.clear {
  clear: both;
}

* {
  font-family: 'Poppins', sans-serif;
}

p {
  margin-bottom: 0!important;
}

.modal-body{
  color : #000 !important;
}

.modal-body p{
  color : #000 !important;
}

header, footer {
  padding: 13px 50px;
  background-color: #006681;
}

header>p, footer, p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

footer>p {
  color: #fff!important;
}

nav {
  margin: 30px auto;
  text-align: center;
}

#container, #vote_container, #already_voted, #notnow{
  padding: 50px;
  margin: 0 auto 50px auto;
  width: calc(100% - 100px);
  background-color: #f1f1f1;
  text-align: center;
}

 h1 {
  margin-bottom: 13px;
  font-family: 'DM Serif Display', serif!important;
  font-size: 36px;
  line-height: 41px;
}

#container input {
  border: none;
  border-radius: 0;
  /*margin: 0 auto;*/
  width: 50%;
  font-size: 14px;
  text-align: center;
}

.form-group {
  margin-bottom: 30px;
}

.btn {
  padding: 7px 17px!important;
  border: none!important;
  border-radius: 0!important;
  background-color: #006681!important;
  font-weight: bold!important;
}

.info {
  padding-bottom: 30px;
  color: #000;
}

#container_form{
  padding: 17px 0;
  border: 1px solid #999!important;
  margin: 0 auto 30px auto;
  width: 50%;
}

#secure{
  margin-bottom: 50px;
}

@media (max-width: 799px) {
  header, footer {
    padding: 13px 30px;
  }

  #container, #vote_container, #already_voted {
    padding: 30px;
    margin: 0 auto 30px auto;
    width: calc(100% - 60px);
  }

  #container input {
    width: 100%;
  }

  #container_form{
    width: 100%;
  }
}

#container_form:nth-of-type(2), #container_form:nth-of-type(3), #container_form:nth-of-type(4), #container_form:nth-of-type(5) {
  display: none!important;
}

/*new property*/
.box-l {
  padding-left: 50px;
  width: 80%;
  float: left;
  text-align: left;
}

.box-r {
  padding-right: 50px;
  width: 20%;
  float: left;
  text-align: right;
}

ul {
  padding: 0;
  margin: 0!important;
  list-style-type: none;
}

.menu, #logout {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

.menu {
  margin-right: 50px;
}

.menu>a, #logout>a {
  color: #333;
  text-decoration: none!important;
}

.menu>a:hover, #logout>a:hover {
  color: #006681;
}

.box-3 {
  border-right: 1px solid #fff!important;
  padding: 30px!important;
  min-height: 144px;
  width: 33.333%!important;
  float: left;
  background-color: #006681;
}

.box-3 {
  border: none;
}

.box-3>p {
  margin-bottom: 17px!important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.box-3>h2 {
  margin-bottom: 0!important;
  color: #fff;
}

.row{
  padding : 30px 0px;
  background-color: #006681;
}

.fab {
  font-family: "Font Awesome 5 Brands"!important;
}

.bootstrap-table {
    padding: 30px;
    margin-top: 13px;
    background-color: #fff;
}

.dropdown-item span {
  font-size: 14px;
  line-height: 19px;
}

