body{
    margin: 0;
}
.nav {
  background-color: black;
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.nav-links {
  list-style: none;
  display: flex;
  

 
}

.nav-links a {
  text-decoration: none;
  color: white;
  margin: 0 15px;
}

.background-image{
    
    background-image: url('download\ \(3\).jpg'); 
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
    height: 100vh; 
    width: 100%;
  
    display: flex;
    flex-direction: column;
   justify-content: center;
    align-items: center;
    color: white; 
    float: left;
}

.content{
    width: 100%;
    height: 100%;
     
}


.left-side{
    width: 68%;
    height: 700px;
    float: left;

}
.right-side{
    width: 30%;
   
    padding-top: 180px;
    padding-left: 29px;
    
    
    float:left ;
    
    
}
.form1{
    width: 300px;
    float: left;
    height: 350px;

    padding: 30px;
    padding-left: 40px;
    
 background: linear-gradient(
  
  rgba(0, 0, 0, 0.7),   
  rgba(0, 0, 0, 0.6) );

     border-radius: 60px;
     
}

form{
    padding:20px

}
.btn{
     color:white; 
     background-color: blue;
      width: 130px;
       height: 30px;
        font-size: medium;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
        border-radius: 20px; 
        cursor: pointer;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        line-height: 30px;
        margin: 0 auto;
        display: block;

}

