/*body {*/
/* background-image: url("images/bg_new.jpg");*/
/* background-color: #cccccc;*/
/*}*/
.readonly {
    background-color: #ccc !important; /* Light background color for readonly fields */
}
.note
{
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}
.form-content
{
    /*padding: 5%;*/
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}
.form-control{
    border-radius:1.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}

span.error{
  color: red;
}
.red {
  color:red;
}
.card-header {
    background-color:rgb(88 138 177);
    color:#fff;
}

.bg-img {
  /* The image used */
  /*background-image: url("./../images/summer_camp.jpeg");*/

  /*min-height: 380px;*/

  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*position: relative;*/
}
.container-fluid{
    border-bottom-left-radius: 38px !important;
    border-bottom-right-radius: 38px !important;
    /*border-top-left-radius: 38px !important;*/
    /*border-top-right-radius: 38px !important;*/
}

.container-fluid1{
     
    border-top-left-radius: 38px !important;
    border-top-right-radius: 38px !important;
}

#footer {
    position: sticky !important;
    padding: 10px 10px 0px 10px !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 40px !important;
}