/*
.base-color {
  color: $brand-primary;
}

.card .card-title {
  text-transform: none;
}

h4 {
  font-size: 17px;
}

.btn-submit {
  background-color: #2494be;
  color: #ffffff;
}

.btn-submit:hover {
  background-color: #107ea4;
}

form .form-section {
  color: #1d2b36;
  line-height: 2rem;
  margin-bottom: 18px;
  border-bottom: 1px solid #1d2b36;
}

.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
  border-top: 3px solid #607d8b;
}

.nav.nav-tabs.nav-top-border .nav-item a {
  color: #607d8b;
}

.title_accordion {
  font-size: 16px;
}

html body.bg-full-screen-image {
  //background-image: url("/../img/info-account.jpg");
  //height: 100%;
  //background-position: center;
  //background-repeat: no-repeat;
  //background-size: cover;

  background: url(/../img/info-account.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.error_msg_modal{
  font-size: 14px;
  color:red;
}
*/

.required_input {
  border-left: 1px solid red !important;
}

