@import url("bootstrap.css"); /* Main style */
@import url("bootstrap-theme.css"); /* Main theme style */

/* Color themes. Uncomment selected theme */
/* @import url('colors/bootstrap-theme-radiantOrchid.css'); /* Radiant Orchid. Pantone Color of the Year 2014  */
@import url("colors/bootstrap-theme-blue.css");
/* @import url('colors/bootstrap-theme-brown.css'); /* Brown */
/* @import url('colors/bootstrap-theme-lime.css'); /* Lime, Green */
/* @import url('colors/bootstrap-theme-grayscale.css'); /* Grayscale */

body {
  /* background-color: rgba(3, 49, 189, 0.65); */
  background: linear-gradient(
    90deg,
    rgba(8, 67, 140, 1) 0%,
    rgba(3, 120, 254, 1) 100%
  );
}
.bg-glass-theme {
  border: none;
}
.bg-theme {
  padding: 50px;
}
