@import url(https://fonts.googleapis.com/css?family=Hind+Vadodara:400,500&display=swap);
@import url(https://indestructibletype.com/fonts/Jost.css);

.block-auth {
  font-family: Hind Vadodara, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
  background: #f4f7f9;
}

.block-auth .h2 {
  margin-bottom: 0.5rem !important;
  font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif !important;
  font-weight: 500 !important;
  line-height: 31.4999px !important;
  color: #203a45 !important;
  font-size: 26.2499px !important;
  margin-top: 0 !important;
}

.block-auth .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 3.2px;
}

.block-auth .card {
  box-shadow: 0 2px 4px rgb(126 142 177 / 12%) !important;
  margin-bottom: 24px !important;
}

.block-auth .card-body {
  flex: 1 1 auto !important;
  min-height: 1px !important;
  padding: 20px !important;
}

.block-auth .card-body {
  padding-top: 12px !important;
}

.block-auth .logo {
  max-width: 300px;
  width: auto !important;
}

@media (min-width: 576px) {
  .block-auth .m-sm-4 {
    margin: 24px !important;
  }
}

.block-auth .btn {
  display: inline-block;
  font-weight: 400;
  color: #3e4676;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 5.6px 16px;
  font-family: Hind Vadodara, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  border-radius: 4.8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.block-auth .btn-primary {
  color: #fff !important;
  background-color: #3b7ddd !important;
  border-color: #3b7ddd !important;
}

.block-auth .small,
.block-auth small {
  font-size: 12px;
  font-weight: 400;
}

.block-auth .btn-primary.focus,
.block-auth .btn-primary:focus,
.block-auth .btn-primary:hover {
  color: #fff;
  background-color: #2469ce;
  border-color: #2264c3;
}

.block-auth .btn-primary.focus,
.block-auth .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(88 145 226 / 50%);
}

.block-auth a {
  color: #3b7ddd;
  text-decoration: none;
  background-color: transparent;
}

.block-auth a:hover {
  color: #1e58ad;
  text-decoration: underline;
}

.block-auth .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.block-auth .input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.block-auth .input-group .form-control,
.block-auth .input-group-addon,
.input-group-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.block-auth .input-group .form-control,
.block-auth .input-group-addon,
.block-auth .input-group-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.block-auth .input-group-addon,
.block-auth .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.block-auth .input-group-addon {
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.block-auth .form-control+.input-group-addon:not(:first-child) {
  border-left: 0;
}

.block-auth #show_hide_password .fa {
  width: 20px;
}

.block-auth-text {
  font-family: Hind Vadodara, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}

.block-auth label {
  font-size: 15px;
  line-height: 22.5px;
  display: inline-block;
  margin-bottom: 8px;
}

.block-auth .form-control {
  display: block;
  width: 100%;
  height: 40.1875px;
  padding: 5.6px 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4.8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.block-auth .form-group {
  margin-bottom: 16px;
}

@media (min-width: 992px) {

  .block-auth .mb-lg-4,
  .block-auth .my-lg-4 {
    margin-bottom: 24px !important;
  }
}

.block-auth .mt-3,
.block-auth .my-3 {
  margin-top: 16px !important;
}

.block-auth .fa-eye-slash:before {
  content: '\f070';
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: Font awesome\5 Free;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/local/templates/centered/assets/css/../fonts/fa-regular-400.eot);
  src: url(/local/templates/centered/assets/css/../fonts/fa-regular-400.eot?#iefix) format('embedded-opentype'), url(/local/templates/centered/assets/css/../fonts/fa-regular-400.woff2) format('woff2'),
    url(/local/templates/centered/assets/css/../fonts/fa-regular-400.woff) format('woff'), url(/local/templates/centered/assets/css/../fonts/fa-regular-400.ttf) format('truetype'),
    url(/local/templates/centered/assets/css/../fonts/fa-regular-400.svg#fontawesome) format('svg');
}

.far {
  font-weight: 400;
}

/*!
   * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   */
@font-face {
  font-family: Font awesome\5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/local/templates/centered/assets/css/../fonts/fa-solid-900.eot);
  src: url(/local/templates/centered/assets/css/../fonts/fa-solid-900.eot?#iefix) format('embedded-opentype'), url(/local/templates/centered/assets/css/../fonts/fa-solid-900.woff2) format('woff2'),
    url(/local/templates/centered/assets/css/../fonts/fa-solid-900.woff) format('woff'), url(/local/templates/centered/assets/css/../fonts/fa-solid-900.ttf) format('truetype'),
    url(/local/templates/centered/assets/css/../fonts/fa-solid-900.svg#fontawesome) format('svg');
}

.fa,
.far,
.fas {
  font-family: Font awesome\5 Free;
}

.fa,
.fas {
  font-weight: 900;
}

/*!
   * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   */
@font-face {
  font-family: Font awesome\5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/local/templates/centered/assets/css/../fonts/fa-brands-400.eot);
  src: url(/local/templates/centered/assets/css/../fonts/fa-brands-400.eot?#iefix) format('embedded-opentype'), url(/local/templates/centered/assets/css/../fonts/fa-brands-400.woff2) format('woff2'),
    url(/local/templates/centered/assets/css/../fonts/fa-brands-400.woff) format('woff'), url(/local/templates/centered/assets/css/../fonts/fa-brands-400.ttf) format('truetype'),
    url(/local/templates/centered/assets/css/../fonts/fa-brands-400.svg#fontawesome) format('svg');
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 16px;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  animation: fa-spin 1s steps(8) infinite;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: '\f26e';
}

.fa-eye:before {
  content: '\f06e';
}

.fa-bell:before {
  content: '\f0f3';
}

.block-auth .alert {
  position: relative;
  display: flex;
  padding: 0;
  margin-bottom: 16px;
  border: 0 solid transparent;
  border-radius: 3.2px;
}

.block-auth .alert-danger {
  color: #721c24;
  background-color: #dc3545;
  border-color: #f5c6cb;
}

.block-auth .alert-outline,
.block-auth .alert-outline-coloured {
  color: #3e4676;
  background: #fff;
}

@media (min-width: 992px) {

  .block-auth .mb-lg-3,
  .block-auth .my-lg-3 {
    margin-bottom: 16px !important;
  }
}


.block-auth .alert-icon {
  padding: 15.2px;
  background: hsla(0, 0%, 100%, 0.1);
}

.block-auth .alert-outline-coloured .alert-icon,
.block-auth .alert-outline .alert-icon {
  border-top-left-radius: 3.2px;
  border-bottom-left-radius: 3.2px;
  color: #fff;
}


.block-auth .alert-outline-coloured.alert-danger .alert-icon,
.block-auth .alert-outline.alert-danger .alert-icon {
  background-color: #dc3545;
}

.block-auth .alert-message {
  padding: 15.2px;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
}

.block-auth .alert-outline-coloured .alert-message,
.block-auth .alert-outline .alert-message {
  border-top-right-radius: 3.2px;
  border-bottom-right-radius: 3.2px;
  border-top-left-radius: 3.2px;
  border-bottom-left-radius: 3.2px;
  border: 1px solid #ced4da;
}

.block-auth .alert-outline-coloured .alert-message:not(:first-child),
.alert-outline .alert-message:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.block-auth .alert-outline-coloured.alert-danger .alert-message {
  border-color: #dc3545;
}

.block-blue {
  background: var(--color-blue);
  color: #fff;
}

.block-green {
  background: #28a745;
  color: #fff;
}

.block-red {
  background: #dc3545;
  color: #fff;
}

.block-info {
  background: var(--color-darkblue);
  color: #fff;
}

.col-sm-10.col-md-8.col-lg-6 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.border-black {
  border-color: #000 !important;
}

.bg-gray {
  background-color: var(--gray-dark);
  color: var(--white);
}