html, body {
	height:100%;
}

.well {
	border-radius:0;
	background:#FFF;
}

.align-vertical {
	position:relative;
}

	.align-vertical div:first-child {
		position:absolute;
		top:50%;
		transform:translateY(-50%);
	}

	/* Content box for information page */
	.container-responsive .content-box{
		margin-top:20px;
	}
	
/* For large screens */
@media (min-width:400px) {
	.container-responsive .content-box{
		margin-top:70px;
	}
}

.btn {
	border-radius:0;
}

.pickup {
    background-color: #1E8EF2;
    padding: 10px 20px;
    font-size: 30px;
    margin: 0px 10px 0px 0px;
    color: #fff;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
    transition: all .5s ease 0s;
    text-decoration: none;
    border-radius: 5px;
}

.delivery {
    background-color: #1FCA86;
    padding: 10px 20px;
    font-size: 30px;
    margin: 0px 10px 0px 0px;
    color: #fff;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
    transition: all .5s ease 0s;
    text-decoration: none;
    border-radius: 5px;
}

.dinein {
    background-color: #F95F21;
    padding: 10px 20px;
    font-size: 30px;
    margin: 0px 10px 0px 0px;
    color: #fff;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
    transition: all .5s ease 0s;
    text-decoration: none;
    border-radius: 5px;
}

.required > label:after {
	content:" *";
	color:red;
	font-size:18px;
	
};