/*!
 * Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.pager li .active_link{
    background: #000 !important;
}
.rounded-circle{

    border-radius: 50%;
  
  }
  .form-gap{
    padding-top: 30px;
  }

 body{
    /* background-color: #e2eaef !important; */
    /* background-image: url("/cms/images/background.jpg"); */
    /* background-size: cover; */

   
 }
 
 .back-image{
  /* opacity: 0.5; */
  /* z-index: 2; */
  background: url("/cms/images/background.jpg");
  width: 100%;
  height: 100%;
  position: fixed;
      background-size: cover;
      opacity: 0.4;


  
 }
 
 .line-heading {

    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    border-radius: 1px;
    background-color: #7ac400;
    color: #7ac400;
    left: 0;
    right: 0;
 }