.reg_content select {
    height: calc(3.091rem);
  }

  .dropdown-menu > li > a {
    display: block;
  }

  .home-info {
    height: unset;
  }

  .home-info .col-8 {
    flex: 0 0 69%;
    max-width: 69%;
  }

  .home-info .col-4 {
    flex: 0 0 31%;
    max-width: 31%;
  }

  .col-md-left {
    margin: unset !important;
    width: unset !important;
    padding-left: 15px;
  }

  .col-md-right {
    margin-left: unset !important;
    width: unset !important;
    padding-right: 15px;
  }

  .bs-popover-auto[x-placement^=bottom] .arrow::after,
  .bs-popover-bottom .arrow::after {
    border-bottom-color: #3c3c3c;
  }

  .popover-body {
    color: #fff;
  }

  .form-control {
    height: calc(3.091rem);
  }

  .form-control:focus {
    background: #fff;
    color: #000;
  }

  .form-control-feedback {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .has-feedback-left .form-control {
    padding-left: 34px;
  }

  .has-feedback-left .form-control-feedback {
    position: absolute;
    top: unset;
    margin-top: -34px;
    width: 34px;
    height: 34px;
  }

  .modal-backdrop.fade {
    filter: unset;
    opacity: 0.75;
  }

  .modal-backdrop.in {
    filter: unset;
    opacity: 0.75;
  }

  .modal-backdrop.error.in {
    filter: unset;
    opacity: 0.75;
  }

  .modal-header .close {
    margin-top: unset;
  }
