*{
    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);
    }

  
   

}





   .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;
    text-decoration: none;
}

#Redressal{
    height: 200px;
    width: 300px;
    background-color: white;
    border-radius: 10px;
}

#raisebtn{
    height: 50px;
    width: 150px;
    border-radius: 10px;
    
}