*{
    font-family: Roboto, Arial, Arial, Helvetica, sans-serif;
}
#form{
    display: flex;
    /* background-color: beige; */
    background-color: #FFFFFF;
    height: 900px;
    width: 66%;
    margin-left: 16%;
    margin-right: 18%;
}
.left{
    display: block;
    /* background-color: bisque; */
    height: 800px;
    width: 25%;
    margin-top: 20px;
    box-sizing: border-box;
    
}

#foodlover,#restaurantSignup,#whykindmeal {
    height: 200px;
    width: 100%;
    /* border: 1px solid black; */
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-sizing: border-box;
}

#foodlover, #restaurantSignup{
    display: flex;
    justify-content: center;
    justify-items: center;
}


#right{
    /* background-color: rgb(184, 122, 47); */
    height: 800px;
    width: 75%;
    margin-left: 50px;
    margin-top: 20px;
    box-sizing: border-box;
}
#month, #day, #year{
    height: 25px;
    width: 70px;
    border-radius: 5px;
    margin-left: 10px;
    text-align: center;
}
#country, #state{
    height: 30px;
    width: 100%;
    border-radius: 5px;
    margin-left: 10px;
    /* text-align: center; */
}
table{
    border-collapse: separate;
    border-spacing:  15px;
}

.input{
    height: 30px;
    width: 100%;
    border-radius: 5px;
    
}
.right1{
    text-align: center; 
    margin-bottom: 15px;
}

.signimg{
   height: auto;
   width: 60%;
   margin: 20px;
}
.signp{
    margin-left: 15px;
}