.login-form {
    height: 100vh;
}
#navbar_custom a{
    color:#eeb902!important;
  }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #EA5C17 !important;
}

.topnav .navbar-nav .nav-item .nav-link.active {
    color: #EA5C17 !important;
}
.select2{
    width: 100% !important;
}
body .navbar-light .navbar-nav .nav-link {
    color:#000;
}
body .header-item, body .header-item {
    color:#000 !important;
}
form .select2-container .select2-selection--single {
    height:38px;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

form .select2-search .select2-search__field {
    width: 220px !important;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Demi.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }