*{
    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);
    }

    
   

}



/* .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-align: none;
    color: white;
}