body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    background-image:url(../images/login-bgG.jpg) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul {
    padding: 0;
    margin: 0;
  }
  
  li {
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  .clear {
    clear: both;
  }
  .legals-policy{
    padding: 150px 0px 100px 0px;
  }
  .content{
    background-color: #fff;
    padding: 50px 20px;
  }
.content .leagls-title{
    padding: 10px 0px 20px 0px;
    font-weight: bold;
    font-size: 40px;
    text-decoration: underline;
    color: #000;
    text-align: center;
}  