@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.ttf"); }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: bolder; }

body {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px; }

h1 {
  font-weight: bolder;
  font-size: 20px;
  line-height: 38px;
  text-transform: uppercase;
  color: #5940c4; }

h2 {
  font-weight: bolder;
  font-size: 16px;
  line-height: 19px;
  color: black; }

h4 {
  font-size: 18px;
  margin-bottom: 5px; }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-info-sign:before {
  content: "\e086"; }

html {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  line-height: 1.42857143; }

main {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background-color: #f2f2f2;
  background-image: url("../img/bg-desktop.png");
  background-size: 75%;
  background-position: right 0 top 0;
  background-repeat: no-repeat; }

footer {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: #5940c4;
  color: #f2f2f2; }

.main_section #sign_in .main-panel {
  padding-top: 0; }

.container {
  min-width: 100%; }

.page-main-panel {
  margin-left: auto;
  margin-right: auto;
  width: 1070px; }

.media-left {
  padding-right: 10px; }

.nodisplay {
  display: none; }

@media (max-width: 767px) {
  main {
    background-image: none;
    padding: 0;
    background: white; }
  footer {
    background-color: white;
    color: #363636; }
  .page-main-panel {
    margin: 0;
    width: 100%; } }

a {
  color: #5940c4; }

.link {
  font-weight: bolder;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase; }

.container.container-nav {
  min-width: 0; }

.navbar-inverse {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #5940c4;
  color: #f2f2f2;
  height: 80px; }

.navbar-inverse .navbar-nav > li > a {
  color: #f2f2f2;
  font-size: 16px;
  text-transform: uppercase; }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #e6e6e6; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #f2f2f2;
  background-color: transparent; }

.navbar-brand {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .navbar-brand > img {
    width: 150px;
    height: auto; }

.navbar-toggler {
  border: none; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.dropdown-header {
  font-weight: bolder;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #331C86;
  margin-bottom: 10px; }

.dropdown-item:active {
  background-color: white; }

.dropdown-toggle::after {
  margin-left: 8px; }

.navbar-nav > li > .dropdown-menu {
  right: 10%;
  left: auto;
  padding: 16px;
  border-radius: 0;
  min-width: 400px; }
  .navbar-nav > li > .dropdown-menu > li > a {
    font-size: 16px;
    line-height: 25px;
    color: #363636; }
    .navbar-nav > li > .dropdown-menu > li > a:hover {
      color: #968cff;
      text-decoration: underline;
      background-color: transparent; }
  .navbar-nav > li > .dropdown-menu::after {
    content: "";
    position: absolute;
    right: 48px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent; }

.navbar-nav > li.dropdown {
  padding-right: 10px; }

@media (max-width: 1199px) {
  .navbar-nav > .dropdown-open-right > .dropdown-menu {
    left: 0%; }
    .navbar-nav > .dropdown-open-right > .dropdown-menu::after {
      right: initial;
      left: 40px; }
  .navbar-nav > .dropdown-open-middle > .dropdown-menu {
    left: -175%; }
    .navbar-nav > .dropdown-open-middle > .dropdown-menu::after {
      right: 50%;
      left: initial; }
  .navbar-nav > li > .dropdown-menu > li > a {
    white-space: initial; }
  .container.container-nav {
    min-width: 95%; } }

@media (max-width: 767px) {
  .navbar-header {
    width: 100%; }
  .navbar-nav > li > .dropdown-menu {
    padding: 0;
    border: none; } }

@media (max-width: 767px) {
  .navbar-inverse {
    background-color: white;
    color: #363636;
    height: 64px; }
    .navbar-inverse > .container {
      width: 100%; }
    .navbar-inverse .navbar-toggle {
      border: none; }
      .navbar-inverse .navbar-toggle > .icon-bar {
        background-color: #363636; }
      .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent; }
        .navbar-inverse .navbar-toggle:hover > .icon-bar, .navbar-inverse .navbar-toggle:focus > .icon-bar {
          background-color: #968cff; }
    .navbar-inverse .navbar-nav > li > a {
      color: #363636 !important;
      font-size: 16px;
      text-transform: initial; }
      .navbar-inverse .navbar-nav > li > a:hover {
        color: #968cff !important; }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
      color: #5940c4 !important; }
    .navbar-inverse .navbar-nav > .open .dropdown-menu {
      min-width: 0;
      padding: 0 0 0 16px; }
      .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
        color: #363636;
        margin: 0 1rem 0 0;
        white-space: initial; }
        .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus {
          color: #968cff; }
    .navbar-inverse .navbar-brand {
      margin: 0 0 0 16px; }
  .dropdown-header {
    display: none; }
  #navbar {
    z-index: 1000;
    border: 0;
    width: 100%;
    left: 0;
    position: absolute;
    top: 64px;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3);
    background-color: white;
    color: #363636;
    margin-left: 5px;
    padding-bottom: 10px;
    padding-left: 10px; } }

.panel.panel-default {
  border: none;
  box-shadow: none;
  background-color: transparent; }
  .panel.panel-default .panel-heading {
    border: none;
    color: #5940c4;
    background-color: transparent;
    font-size: 20px;
    text-transform: uppercase; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.media {
  margin-top: 15px; }

.media-heading {
  color: #5940c4;
  font-size: 16px;
  text-transform: uppercase; }

.media-body > a {
  color: #363636;
  font-size: #363636; }
  .media-body > a:hover {
    color: inherit;
    text-decoration: underline; }

@media (min-width: 768px) {
  .panel.panel-default {
    border-radius: 0;
    padding: 24px;
    box-shadow: 0px 0px 12px 0px #707070;
    background-color: white; } }

.alert {
  border-radius: 0;
  border: none;
  margin-top: 16px; }
  .alert ul {
    line-height: 0; }
  .alert.alert-danger p {
    margin-bottom: 1rem; }
  .alert.alert-warning p {
    margin-bottom: 0; }

.btn.btn-primary {
  border-radius: 0;
  border: none;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px;
  padding-right: 64px;
  color: #f2f2f2;
  background-color: #5940c4; }
  .btn.btn-primary:hover {
    color: #f2f2f2;
    background-color: #826FD2; }
  .btn.btn-primary:focus {
    color: #f2f2f2;
    background-color: #331C86; }
  .btn.btn-primary::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
    top: 35%;
    left: -23px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f2f2f2; }

.btn-caret {
  position: relative; }
  .btn-caret::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
    top: 35%;
    left: -23px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f2f2f2; }

.form-group > input {
  margin-top: 8px; }

.form-control {
  border-radius: 0;
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none;
    border-color: #968cff; }

textarea.form-control:disabled {
  resize: none;
  cursor: default; }

label {
  font-weight: bold; }

.selfmgmt-icon {
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  background-size: 24px; }

.self-registration {
  background-image: url("../img/user.svg"); }

.self-assignment {
  background-image: url("../img/check-circle.svg"); }

.digipass-activation {
  background: url("../img/file-plus.svg"); }

.account-management {
  background-image: url("../img/settings.svg"); }

.selfservice_section.main_section {
  width: 100%; }

/*# sourceMappingURL=../../../target/custom.css.map */