.theme-bg {
  background: #0a1992;
}
.form-group .input-focus-effect,
.tab-style-2 .nav-item .nav-link.active,
.m-btn-theme,
.theme-g-bg {
    background-image: -webkit-linear-gradient(left, #080f62 0%, #2b56f5 100%);
    background-image: linear-gradient(to right, #080f62 0%, #2b56f5 100%);
}
.m-btn-theme:hover {
  background-image: -webkit-linear-gradient(left, #2b56f5 0%, #080f62 100%);
    background-image: linear-gradient(to right, #2b56f5 0%, #080f62 100%);
}

.tab-style-2 .nav-item .nav-link {
  border-color: #080f62;
}

.theme-color {
  color: #2b56f5;
}