.body{
       
    }
    .main2 {
        width:100%;
        /* margin-left: 7%; */
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        background: url('background\ images.jpeg') repeat;
        background-size:100%;
        animation: moveBackground 30s linear infinite;
        transition: margin-left 0.3s ease;
        flex-direction: column;
        /* background-color: rgba(0, 0, 0, 0.864); */
        position: relative;
    }

    @keyframes moveBackground {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -1000px 0;
        }
    }
.main3{
    width:100%;
    /* margin-left: 7%; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* background: url('background\ images.jpeg') repeat; */
    background: rgba(1, 11, 12, 0.248);
    background-size:100%;
    animation: moveBackground 30s linear infinite;
    transition: margin-left 0.3s ease;
    flex-direction: column;
    /* background-color: rgba(0,0,0,0.5); */
    position: relative;
}
.img_1 {
    height: 100px;
    width: 170px;
    margin-top: 20px;
    /* margin-bottom: 50px; */
  }
  
  .extra-margin {
    margin-top: 150px;
  }
  
  .btn {
    width: 350px;
    margin-top: 20px;
  }
  
  
  
  
  form {
    border: 1px solid lightgrey;
    padding-left: 25px;
    padding-right: 25px;
    background: hsla(230, 64%, 11%, 0.805);
    padding-top: 16px;
    padding-bottom: 25px;
    border-radius: 5px;
    /* height: 80vh; */
  }
  
  #words_1 {
    font-weight: 500;
    font-size: 15px;
    color: rgb(241, 241, 243);
  }
  
  #words_2 {
    font-weight: 500;
    font-size: 15px;
    color: rgb(241, 241, 243);
  }
  #words_3 {
    font: 7px;
    color: rgb(241, 241, 243);
  }
  
  .sign-in {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    color: gold;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  
  .conditions {
    font-size: 8px;
    color: blue;
    margin-top: 30px;
    z-index: 2;
    
    
   
   
  }
  
  .footer_1 {
    width: max;
    height: 350px;
    background-color: #fff;
    margin-top: 30px;
    
  }
  
  #exampleCheck1 {
    margin-left: 3px;
    margin-top: 11px;
  }
  
  .keep-sign-in {
    margin-left: 24px;
    margin-top: 8px;
    font-size: 14px;
  }
  
  #sign-in {
    margin-bottom: 10px;
  }
  
  #grey-button {
    background-color:blue;
    border: black;
    color: azure;
      
    
  }
  
  
  