
.main-color1{
    color:rgb(23, 23, 149);
}

.sec-color1-bg {
  /*  background-color: rgb(12, 113, 195) !important; */
  background-color:#7486B8 !important; 
}

.sec-color2-bg {
    background-color: rgb(0, 215, 207) !important;
}

.sec-color3-bg {
    background-color: rgb(97, 97, 97) !important;
}

.sec-color4-bg {
    background-color: #7486B8 !important;
}

.sec-color5-bg {
    background-color: rgb(151, 197, 23) !important;
}

.btn-bg{
    background-color:#7486B8 !important; 
    border-color:rgb(97, 97, 97) !important;
}

.btn-bg:hover{
    background-color:#7486B8 !important; 
}

.form-label {
    font-size:14px !important;
    color:rgb(23, 23, 149) !important;
  }
  
