.w-100 {
  width: 100%;
  height: auto;
}
.w-50 {
  width: 50% !important;
  height: auto;
}
.w-45 {
  width: 45% !important;
  height: auto;
}
.w-35 {
  width: 35% !important;
  height: auto;
}
.h-100 {
  height: 100% !important;
}
/*--------------------------------------------------*/
/*           Added by AKB 11/14/2024                 */
.dnnFormMessage, .dnnFormMessage.dnnFormError, .dnnFormMessage.dnnFormValidationSummary {
    display: none !important;
}
/*--------------------------------------------------*/
