*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    height: 100vh;
    width: 100wh;
    background-color:rgba(195, 236, 245, 0.944);
    background-image: url("image/bg-bike-car.png");
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.form{
    height: 500px;
    width: 35%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 1px rgb(239, 239, 239);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
button{
    background-color: white;
    border: 1px solid rgb(108, 108, 108);
}
button:hover{
    background-color: rgb(32, 26, 87);
    color: white;
}
@media only screen and (max-width:750px){
    input{
        width: 100%;
    }
    .form{
        height: 600px;
        width: 80%;
    }
    .form div{

        width: 100%;
    }
    .container{
        height: 100wh;
    }
    input{
        border: 1px solid rgb(110, 109, 109);
    }

   
   

}

.main{
    display: none;
}
@media(max-width:450px){
    .main{
        display: block;
    }
}


/* .menu{
    display: none;
}



.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
    .menu{
        display: block;
    }


  }
   */

   .last{
    height: 100px;
    width: 100%;
    /* background-color: #425cbb; */
    background-color: white;
    /* background-color: #425cbb; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-weight: 600;
   }

   @media(max-width:450px){
   .last{
    flex-direction: column;
    height: 500px;
   }
}

.last  a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.bodymain{
    
    height: 1000px;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;

}
#bodyone{
    height: 950px;
    width: 20%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    
    

   
}
#list{
    height: 350px;
    width: 100%;
    background-color: white;
}
#listp{
    height: 350px;
    width: 100%;
    background-color: white;
}
#bodytwo{
    height: 1000px;
    width: 80%;
    background-color: rgb(166, 209, 214);
}
#bodytwo{
    display: flex;
    flex-direction: column;
}
label{
    font-size: 20px;
    font-weight: 600;
}
#formbtn{
    height: 50px;
     width: 150px;
     background-color: rgba(22, 22, 112, 0.968);
     font: 20px;
     font-weight: 600px;
     border: none;
     border-radius: 40px;
     color: white;
}



@media(max-width:450px){

    .bodymain{
        flex-direction: column;
    }
    #bodyone{
       display: none;
    }
    #bodytwo{
        flex-direction: column;
        width: 100%;
    }
    #bodyform{
        /* display: flex; */
        flex-direction: column;
        width: 100%;
        
    }
    #formbtn{
        height: 30px;
        width: 100px;
    }
    #formtwo{
        font-size: 10px;
    }
    
    
}
