input[type="text"],input[type="date"],select,input[type="number"]{
    width:100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding:10px 5px;
    border:1px solid #ccc;
    border-radius: 0;
    margin-bottom: 20px;


}
.frm-button{
    width:100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 10px;
    border:1px solid red;
    color:red;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    border-radius: 0;
    margin-top: 10px; 
}
.frm-button:hover{
    color:#fff;
    background-color: red;
}
input[type="submit"]{
    width:100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 10px;
    border:1px solid red;
    color:red;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    border-radius: 0;
    margin-top: 10px;
}
input[type="submit"]:hover{
    color:#fff;
    background-color: red;
}
#reservation img{
    width:330px;
    height:220px;
   object-position: center;
    object-fit: cover;
}
@media(max-width:900px)
{
    .roomdesc{
        padding-top: 20px;
    }
    #reservation img{
    width:100%;
    height:220px;
   object-position: center;
    object-fit: cover;
}
}
@media(max-width:600px)
{
    .roomdesc{
        padding-top: 20px;
    }
     #reservation img{
    width:100%;
    height:220px;
   object-position: center;
    object-fit: cover;
}
}
@media(max-width:450px)
{
    .roomdesc{
        padding-top:20px;
}
 #reservation img{
    width:100%;
    height:220px;
   object-position: center;
    object-fit: cover;
}
}