/* body {
  padding-top: 70px;
  padding-bottom: 30px;
} */

/* .theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
} */
html {
  position: relative;
  min-height: 100%;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
  color: #33b6cd;
}

.form-horizontal .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  }
  
  .form-horizontal .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  }
  
  .form-horizontal .form-group .help-block {
  margin-bottom: 0;
  }
  
  /*form validation*/
  
  .form-validate .form-group label.error {
  display: inline;
  margin: 5px 0;
  color: #d9534f;
  font-weight: 300;
  }
  
  input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .form-validate .form-group input.error , .form-validate .form-group textarea.error, .form-validate .form-group select.error{
  border-color: #d9534f !important;
  }
  
  #nominee_form label.error {
  display: inline;
  margin:5px 0px;
  width: auto;
  color: #d9534f;
  /* color: #00a0df; */
  }
  
  .form .required{
  font-size: 16px;
  color: #d9534f;
  }

  .round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
  }
 
  .img-responsive{
    display: block;
    height: auto;
    max-width: 100%;
    margin:0 auto;
  }

  .fontstyle{
    font-size:20px;
    font-family: "FontAwesome";
    font-weight: 400;
    color: #000;
    text-align: justify;
  }
  .fontstyle h4{
    font-size:18px;
    font-family: "FontAwesome";
    font-weight: 600;
    color: #000;
  }

  .centered{
    display: block;        
    text-align: center;    
    font-weight: 300;
  }
  .font-guidline{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; 
    font-size:18px;   
    font-weight: 600;
    color:#1c629e;
  }
  .bg-4 { 
    background-color: #2f2f2f;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* .content-fill{
    height: 760px;   
    position:relative; 
  } */
  .mainHeader {
    height: 30px;
    width: 100px;
    
  }
  /* .footer{
    position:relative;
    height:100%;
    width:100%; 
    bottom:0px;
    margin-top:345px; 
  } */
    .home a img{
    width: auto;
    height: 18px;
  }
  
 
  .paragraphs{
    background-color: #f2e2c9;
    padding: 20px 10px;
    text-align:justify
  }
  .font4{
    font-size:18px; 
    font-weight: 600;
  }
  .clearfix::after {
    
    clear: both;   
    overflow: auto; 
  }
  .textdecoration{
    text-decoration: none;
    color: #d9534f;
  }
  
  .font-guidln{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; 
    font-size:18px;   
    font-weight: 600;
    color:#8a0d0b;
  }
  .last_date{
    font-size:18px;   
    font-weight: 600;
    color:#d9534f;
  } 
  .hvr:hover{
    background-color:#fff;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.19), 0 6px 6px rgba(0,0,0, 0.23);  
  }
