﻿body {
    background-color:#808080 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}
.bg-campusmeet {
    --bs-bg-opacity: 1;
    background-image: linear-gradient(to right,#ff2b29, #feb500);
}
.mainbody{
    position:absolute;
    width:350px;
    max-width:100%;
    height:550px;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color:white;
}
.fixed-bottom-custom {
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    z-index: 1000;
    padding: 0.5rem;
    text-align: center;
    font-weight: bold;
}