@font-face {
  font-family: "Roboto-Light";
  src: url("/../../fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("/../../fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("/../../fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/../../fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 75%; /*12px*/
}

body {
  font: 400 1.17em "Roboto-Regular", Arial, Helvetica, sans-serif; /*14px*/
  line-height: 1.2;
  color: #47494d;
}

h1 {
  margin-bottom: 2rem;
  font-family: Roboto-medium;
  font-size: 2rem; /*24px*/
  color: #0d2240;
}

h2 {
  margin-bottom: 1.5rem;
  font-family: Roboto-medium;
  font-size: 1.5rem; /*18px*/
  color: #0d2240;
}

h3 {
  font-family: Roboto-medium;
  font-size: 1.35rem;
}

h4 {
  font-family: Roboto-bold;
  font-size: 1em; /*14px*/
  color: #0d2240;
}

a {
  color: #0072ba;
}

a:hover,
a:focus {
  color: #1e91d6;
  text-decoration: none;
}

.pseudo-link {
  border-bottom: 1px dashed #0072ba;
}

.p-note {
  color: #909090;
}

.output__label {
  color: #757575;
}

.output {
  margin-bottom: 1rem;
}

.output_tiny {
  margin-bottom: 0.25rem;
}

/* === panels === */
.pnl {
  margin-bottom: 3rem;
  padding: 3rem 2rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.pnl__header {
  position: relative;
}

.pnl__header_collapsible:hover {
  cursor: pointer;
}

.pnl__header__arrow {
  position: absolute;
  top: 0.15rem;
  right: 0;
  font-size: 2rem;
  color: #909090;
}

.pnl__content {
  padding-top: 2rem;
  border-top: 1px solid #e3e3e3;
}

.section {
  margin-bottom: 3rem;
}

/* === cards === */
.card {
  margin-bottom: 2rem;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.card__header {
  padding: 1rem;
  background: #e3e5e8;
  border-radius: 4px 4px 0 0;
}
.card__header h3 {
  margin-bottom: 0;
}

.card__content {
  padding: 1rem;
}

/* === toolbar === */
.toolbar {
  display: flex;
  margin-bottom: 2rem;
}

.toolbar__btn {
  margin-right: 2rem;
}

.toolbar-right {
  justify-content: flex-end;
}
.toolbar-right .toolbar__btn:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .toolbar-right {
    justify-content: flex-start;
  }
}
/* =====small preview images ==== */
.thumbnail-img {
  object-fit: cover;
  width: 48px;
  height: 48px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}

.img-placeholder {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  text-align: center;
}

.img-placeholder .icon-camera {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 1.8rem;
  color: #d0d0d0;
}

.alert {
  display: block;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  color: #47494d;
}

.alert-danger {
  border-left: 4px solid #D62828;
}

.alert-legend {
  background: #f9f9f9;
  border-left: 4px solid #4BB3FD;
}

.alert-success {
  background: #e7f8d7;
  border: 1px solid #d5ecc0;
  border-left: 4px solid #40CC8B;
}

.alert-dismissible .close {
  bottom: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../../../fonts/icomoon_v2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-],
.asset-document-list__link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-activity:before {
  content: "\e900";
}

.icon-airplay:before {
  content: "\e901";
}

.icon-alert-circle:before {
  content: "\e902";
}

.icon-alert-octagon:before {
  content: "\e903";
}

.icon-alert-triangle:before {
  content: "\e904";
}

.icon-align-center:before {
  content: "\e905";
}

.icon-align-justify:before {
  content: "\e906";
}

.icon-align-left:before {
  content: "\e907";
}

.icon-align-right:before {
  content: "\e908";
}

.icon-anchor:before {
  content: "\e909";
}

.icon-aperture:before {
  content: "\e90a";
}

.icon-archive:before {
  content: "\e90b";
}

.icon-arrow-down:before {
  content: "\e90c";
}

.icon-arrow-down-circle:before {
  content: "\e90d";
}

.icon-arrow-down-left:before {
  content: "\e90e";
}

.icon-arrow-down-right:before {
  content: "\e90f";
}

.icon-arrow-left:before {
  content: "\e910";
}

.icon-arrow-left-circle:before {
  content: "\e911";
}

.icon-arrow-right:before {
  content: "\e912";
}

.icon-arrow-right-circle:before {
  content: "\e913";
}

.icon-arrow-up:before {
  content: "\e914";
}

.icon-arrow-up-circle:before {
  content: "\e915";
}

.icon-arrow-up-left:before {
  content: "\e916";
}

.icon-arrow-up-right:before {
  content: "\e917";
}

.icon-at-sign:before {
  content: "\e918";
}

.icon-award:before {
  content: "\e919";
}

.icon-bar-chart:before {
  content: "\e91a";
}

.icon-bar-chart-2:before {
  content: "\e91b";
}

.icon-battery:before {
  content: "\e91c";
}

.icon-battery-charging:before {
  content: "\e91d";
}

.icon-bell:before {
  content: "\e91e";
}

.icon-bell-off:before {
  content: "\e91f";
}

.icon-bluetooth:before {
  content: "\e920";
}

.icon-bold:before {
  content: "\e921";
}

.icon-book:before {
  content: "\e922";
}

.icon-book-open:before {
  content: "\e923";
}

.icon-bookmark:before {
  content: "\e924";
}

.icon-box:before {
  content: "\e925";
}

.icon-briefcase:before {
  content: "\e926";
}

.icon-calendar:before {
  content: "\e927";
}

.icon-camera:before {
  content: "\e928";
}

.icon-camera-off:before {
  content: "\e929";
}

.icon-cast:before {
  content: "\e92a";
}

.icon-check:before {
  content: "\e92b";
}

.icon-check-circle:before {
  content: "\e92c";
}

.icon-check-square:before {
  content: "\e92d";
}

.icon-chevron-down:before {
  content: "\e92e";
}

.icon-chevron-left:before {
  content: "\e92f";
}

.icon-chevron-right:before {
  content: "\e930";
}

.icon-chevron-up:before {
  content: "\e931";
}

.icon-chevrons-down:before {
  content: "\e932";
}

.icon-chevrons-left:before {
  content: "\e933";
}

.icon-chevrons-right:before {
  content: "\e934";
}

.icon-chevrons-up:before {
  content: "\e935";
}

.icon-chrome:before {
  content: "\e936";
}

.icon-circle:before {
  content: "\e937";
}

.icon-clipboard:before {
  content: "\e938";
}

.icon-clock:before {
  content: "\e939";
}

.icon-cloud:before {
  content: "\e93a";
}

.icon-cloud-drizzle:before {
  content: "\e93b";
}

.icon-cloud-lightning:before {
  content: "\e93c";
}

.icon-cloud-off:before {
  content: "\e93d";
}

.icon-cloud-rain:before {
  content: "\e93e";
}

.icon-cloud-snow:before {
  content: "\e93f";
}

.icon-code:before {
  content: "\e940";
}

.icon-codepen:before {
  content: "\e941";
}

.icon-command:before {
  content: "\e942";
}

.icon-compass:before {
  content: "\e943";
}

.icon-copy:before {
  content: "\e944";
}

.icon-corner-down-left:before {
  content: "\e945";
}

.icon-corner-down-right:before {
  content: "\e946";
}

.icon-corner-left-down:before {
  content: "\e947";
}

.icon-corner-left-up:before {
  content: "\e948";
}

.icon-corner-right-down:before {
  content: "\e949";
}

.icon-corner-right-up:before {
  content: "\e94a";
}

.icon-corner-up-left:before {
  content: "\e94b";
}

.icon-corner-up-right:before {
  content: "\e94c";
}

.icon-cpu:before {
  content: "\e94d";
}

.icon-credit-card:before {
  content: "\e94e";
}

.icon-crop:before {
  content: "\e94f";
}

.icon-crosshair:before {
  content: "\e950";
}

.icon-database:before {
  content: "\e951";
}

.icon-delete:before {
  content: "\e952";
}

.icon-disc:before {
  content: "\e953";
}

.icon-dollar-sign:before {
  content: "\e954";
}

.icon-download:before {
  content: "\e955";
}

.icon-download-cloud:before {
  content: "\e956";
}

.icon-droplet:before {
  content: "\e957";
}

.icon-edit:before {
  content: "\e958";
}

.icon-edit-2:before {
  content: "\e959";
}

.icon-edit-3:before {
  content: "\e95a";
}

.icon-external-link:before {
  content: "\e95b";
}

.icon-eye:before {
  content: "\e95c";
}

.icon-eye-off:before {
  content: "\e95d";
}

.icon-facebook:before {
  content: "\e95e";
}

.icon-fast-forward:before {
  content: "\e95f";
}

.icon-feather:before {
  content: "\e960";
}

.icon-file:before {
  content: "\e961";
}

.icon-file-minus:before {
  content: "\e962";
}

.icon-file-plus:before {
  content: "\e963";
}

.icon-file-text:before {
  content: "\e964";
}

.icon-film:before {
  content: "\e965";
}

.icon-filter:before {
  content: "\e966";
}

.icon-flag:before {
  content: "\e967";
}

.icon-folder:before {
  content: "\e968";
}

.icon-folder-minus:before {
  content: "\e969";
}

.icon-folder-plus:before {
  content: "\e96a";
}

.icon-gift:before {
  content: "\e96b";
}

.icon-git-branch:before {
  content: "\e96c";
}

.icon-git-commit:before {
  content: "\e96d";
}

.icon-git-merge:before {
  content: "\e96e";
}

.icon-git-pull-request:before {
  content: "\e96f";
}

.icon-github:before {
  content: "\e970";
}

.icon-gitlab:before {
  content: "\e971";
}

.icon-globe:before {
  content: "\e972";
}

.icon-grid:before {
  content: "\e973";
}

.icon-hard-drive:before {
  content: "\e974";
}

.icon-hash:before {
  content: "\e975";
}

.icon-headphones:before {
  content: "\e976";
}

.icon-heart:before {
  content: "\e977";
}

.icon-help-circle:before {
  content: "\e978";
}

.icon-home:before {
  content: "\e979";
}

.icon-image:before {
  content: "\e97a";
}

.icon-inbox:before {
  content: "\e97b";
}

.icon-info:before {
  content: "\e97c";
}

.icon-instagram:before {
  content: "\e97d";
}

.icon-italic:before {
  content: "\e97e";
}

.icon-layers:before {
  content: "\e97f";
}

.icon-layout:before {
  content: "\e980";
}

.icon-life-buoy:before {
  content: "\e981";
}

.icon-link:before {
  content: "\e982";
}

.icon-link-2:before {
  content: "\e983";
}

.icon-linkedin:before {
  content: "\e984";
}

.icon-list:before {
  content: "\e985";
}

.icon-loader:before {
  content: "\e986";
}

.icon-lock:before {
  content: "\e987";
}

.icon-log-in:before {
  content: "\e988";
}

.icon-log-out:before {
  content: "\e989";
}

.icon-mail:before {
  content: "\e98a";
}

.icon-map:before {
  content: "\e98b";
}

.icon-map-pin:before {
  content: "\e98c";
}

.icon-maximize:before {
  content: "\e98d";
}

.icon-maximize-2:before {
  content: "\e98e";
}

.icon-menu:before {
  content: "\e98f";
}

.icon-message-circle:before {
  content: "\e990";
}

.icon-message-square:before {
  content: "\e991";
}

.icon-mic:before {
  content: "\e992";
}

.icon-mic-off:before {
  content: "\e993";
}

.icon-minimize:before {
  content: "\e994";
}

.icon-minimize-2:before {
  content: "\e995";
}

.icon-minus:before {
  content: "\e996";
}

.icon-minus-circle:before {
  content: "\e997";
}

.icon-minus-square:before {
  content: "\e998";
}

.icon-monitor:before {
  content: "\e999";
}

.icon-moon:before {
  content: "\e99a";
}

.icon-more-horizontal:before {
  content: "\e99b";
}

.icon-more-vertical:before {
  content: "\e99c";
}

.icon-move:before {
  content: "\e99d";
}

.icon-music:before {
  content: "\e99e";
}

.icon-navigation:before {
  content: "\e99f";
}

.icon-navigation-2:before {
  content: "\e9a0";
}

.icon-octagon:before {
  content: "\e9a1";
}

.icon-package:before {
  content: "\e9a2";
}

.icon-paperclip:before {
  content: "\e9a3";
}

.icon-pause:before {
  content: "\e9a4";
}

.icon-pause-circle:before {
  content: "\e9a5";
}

.icon-percent:before {
  content: "\e9a6";
}

.icon-phone:before {
  content: "\e9a7";
}

.icon-phone-call:before {
  content: "\e9a8";
}

.icon-phone-forwarded:before {
  content: "\e9a9";
}

.icon-phone-incoming:before {
  content: "\e9aa";
}

.icon-phone-missed:before {
  content: "\e9ab";
}

.icon-phone-off:before {
  content: "\e9ac";
}

.icon-phone-outgoing:before {
  content: "\e9ad";
}

.icon-pie-chart:before {
  content: "\e9ae";
}

.icon-play:before {
  content: "\e9af";
}

.icon-play-circle:before {
  content: "\e9b0";
}

.icon-plus:before {
  content: "\e9b1";
}

.icon-plus-circle:before {
  content: "\e9b2";
}

.icon-plus-square:before {
  content: "\e9b3";
}

.icon-pocket:before {
  content: "\e9b4";
}

.icon-power:before {
  content: "\e9b5";
}

.icon-printer:before {
  content: "\e9b6";
}

.icon-radio:before {
  content: "\e9b7";
}

.icon-refresh-ccw:before {
  content: "\e9b8";
}

.icon-refresh-cw:before {
  content: "\e9b9";
}

.icon-repeat:before {
  content: "\e9ba";
}

.icon-rewind:before {
  content: "\e9bb";
}

.icon-rotate-ccw:before {
  content: "\e9bc";
}

.icon-rotate-cw:before {
  content: "\e9bd";
}

.icon-rss:before {
  content: "\e9be";
}

.icon-save:before {
  content: "\e9bf";
}

.icon-scissors:before {
  content: "\e9c0";
}

.icon-search:before {
  content: "\e9c1";
}

.icon-send:before {
  content: "\e9c2";
}

.icon-server:before {
  content: "\e9c3";
}

.icon-settings:before {
  content: "\e9c4";
}

.icon-share:before {
  content: "\e9c5";
}

.icon-share-2:before {
  content: "\e9c6";
}

.icon-shield:before {
  content: "\e9c7";
}

.icon-shield-off:before {
  content: "\e9c8";
}

.icon-shopping-bag:before {
  content: "\e9c9";
}

.icon-shopping-cart:before {
  content: "\e9ca";
}

.icon-shuffle:before {
  content: "\e9cb";
}

.icon-sidebar:before {
  content: "\e9cc";
}

.icon-skip-back:before {
  content: "\e9cd";
}

.icon-skip-forward:before {
  content: "\e9ce";
}

.icon-slack:before {
  content: "\e9cf";
}

.icon-slash:before {
  content: "\e9d0";
}

.icon-sliders:before {
  content: "\e9d1";
}

.icon-smartphone:before {
  content: "\e9d2";
}

.icon-speaker:before {
  content: "\e9d3";
}

.icon-square:before {
  content: "\e9d4";
}

.icon-star:before {
  content: "\e9d5";
}

.icon-stop-circle:before {
  content: "\e9d6";
}

.icon-sun:before {
  content: "\e9d7";
}

.icon-sunrise:before {
  content: "\e9d8";
}

.icon-sunset:before {
  content: "\e9d9";
}

.icon-tablet:before {
  content: "\e9da";
}

.icon-tag:before {
  content: "\e9db";
}

.icon-target:before {
  content: "\e9dc";
}

.icon-terminal:before {
  content: "\e9dd";
}

.icon-thermometer:before {
  content: "\e9de";
}

.icon-thumbs-down:before {
  content: "\e9df";
}

.icon-thumbs-up:before {
  content: "\e9e0";
}

.icon-toggle-left:before {
  content: "\e9e1";
}

.icon-toggle-right:before {
  content: "\e9e2";
}

.icon-trash:before {
  content: "\e9e3";
}

.icon-trash-2:before {
  content: "\e9e4";
}

.icon-trending-down:before {
  content: "\e9e5";
}

.icon-trending-up:before {
  content: "\e9e6";
}

.icon-triangle:before {
  content: "\e9e7";
}

.icon-truck:before {
  content: "\e9e8";
}

.icon-tv:before {
  content: "\e9e9";
}

.icon-twitter:before {
  content: "\e9ea";
}

.icon-type:before {
  content: "\e9eb";
}

.icon-umbrella:before {
  content: "\e9ec";
}

.icon-underline:before {
  content: "\e9ed";
}

.icon-unlock:before {
  content: "\e9ee";
}

.icon-upload:before {
  content: "\e9ef";
}

.icon-upload-cloud:before {
  content: "\e9f0";
}

.icon-user:before {
  content: "\e9f1";
}

.icon-user-check:before {
  content: "\e9f2";
}

.icon-user-minus:before {
  content: "\e9f3";
}

.icon-user-plus:before {
  content: "\e9f4";
}

.icon-user-x:before {
  content: "\e9f5";
}

.icon-users:before {
  content: "\e9f6";
}

.icon-video:before {
  content: "\e9f7";
}

.icon-video-off:before {
  content: "\e9f8";
}

.icon-voicemail:before {
  content: "\e9f9";
}

.icon-volume:before {
  content: "\e9fa";
}

.icon-volume-1:before {
  content: "\e9fb";
}

.icon-volume-2:before {
  content: "\e9fc";
}

.icon-volume-x:before {
  content: "\e9fd";
}

.icon-watch:before {
  content: "\e9fe";
}

.icon-wifi:before {
  content: "\e9ff";
}

.icon-wifi-off:before {
  content: "\ea00";
}

.icon-wind:before {
  content: "\ea01";
}

.icon-x:before {
  content: "\ea02";
}

.icon-x-circle:before {
  content: "\ea03";
}

.icon-x-square:before {
  content: "\ea04";
}

.icon-youtube:before {
  content: "\ea05";
}

.icon-zap:before {
  content: "\ea06";
}

.icon-zap-off:before {
  content: "\ea07";
}

.icon-zoom-in:before {
  content: "\ea08";
}

.icon-zoom-out:before {
  content: "\ea09";
}

input[type=text]::placeholder {
  color: #BCBCBE;
}

.form-group {
  position: relative;
  margin-bottom: 2rem;
}

.login-form-group {
  position: relative;
  margin-bottom: 0.8rem;
}

.form-control {
  padding: 0.55rem 1rem;
  border-color: #d0d0d0;
  font-size: 1em;
}
.form-control:focus {
  background: #fff;
  border-color: #1e91d6;
  box-shadow: none;
}

.form-label {
  align-self: center;
  color: #757575;
}

.required:after {
  content: "*";
  margin: 0 0 0 2px;
  color: #D62828;
}

select.form-control:not([size]):not([multiple]) {
  height: 3rem;
}

.legend {
  display: block;
  margin: 0.2em 0 0 0.2em;
  font-size: 1rem;
  color: #909090;
}

.icon-info {
  color: #4BB3FD;
}
.table .icon-info, .custom-control-label + .icon-info {
  margin-left: 0.5rem;
  vertical-align: sub;
}

.form-group > .btn {
  margin-right: 2rem;
}

.input-group-text {
  background: #fff;
}

.form-inline .form-label {
  margin-right: 1rem;
}

.l-size-field {
  font-size: 1.75rem;
}

/*validation*/
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.field-error {
  display: block;
  margin: 0 0 0 0.2em;
  font-size: 1rem;
  color: #D93B3B;
  white-space: pre-wrap;
}

.input-validation-error {
  border-color: #D93B3B;
}

.input-validation-error ~ .input-group-append {
  background: #D93B3B;
  border-color: #D93B3B;
  color: #fff;
}

.password-confirm .valid ~ .input-group-append {
  background: #66BD84;
  border-color: #66BD84;
  color: #fff;
}

.field-validation-valid.alert-danger,
.field-validation-valid.field-error {
  display: none;
}

.fieldset {
  padding: 2rem 2rem 0;
  background: #f9f9f9;
}

.alert-legend + .fieldset {
  margin-top: -2rem;
}

.btn {
  padding: 0.55rem 1.5rem;
  background: #f3f3f3;
  border: 1px solid #d0d0d0;
  line-height: 1.5;
  font-size: 1em;
  color: #0072ba;
  font-family: Roboto-medium, serif;
}
.btn:hover, .btn:focus {
  background: #2E8BC6;
  border-color: #2E8BC6;
  color: #fff;
}
.btn:disabled, .btn.disabled {
  background: #d8d8d8;
  border-color: #d8d8d8;
  color: #909090;
  opacity: 1;
}
.btn:not(:disabled):not(.disabled).active {
  background: #0072ba;
  border: #0072ba;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #0072ba;
  border-color: #0072ba;
  color: #fff;
}

.btn-accent {
  background: #f15d22;
  border-color: #f15d22;
  color: #fff;
}
.btn-accent:hover {
  background: #F26B36;
  border-color: #F26B36;
  color: #fff;
}

.btn-l {
  padding: 0.9rem 2rem;
}

.btn-negative,
.btn-negative:hover {
  background: none;
  border: none;
  text-decoration: underline;
}

.btn-negative:hover {
  color: #0072ba;
}

.btn-text {
  padding: 0;
  background: none;
  border: none;
}
.btn-text:hover, .btn-text:focus {
  background: none;
  color: #2E8BC6;
}

.btn-icon {
  padding: 0.25rem 0.75rem;
  border: none;
  background: none;
  vertical-align: middle;
  opacity: 0.8;
  cursor: pointer;
  font-size: 1.7rem;
}

.btn-icon:hover {
  background: none;
  border: none;
  opacity: 1;
  color: #0072ba;
}

.btn-icontext [class*=icon-] {
  margin: 0 0.5rem 0 0;
  vertical-align: sub;
}

.meatball-menu .dropdown-toggle::after {
  display: none;
}

.btn-delete {
  color: #757575;
}

/*checkbxes, this classes use in bootstrap as well*/
.custom-control {
  padding-left: 2.5rem;
  line-height: 1.5rem;
}

.custom-control-label::before {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: inset 1px 1px 4px 0 rgb(219, 219, 219);
  -moz-box-shadow: inset 1px 1px 4px 0 rgb(219, 219, 219);
  box-shadow: inset 1px 1px 4px 0 rgb(219, 219, 219);
}

.custom-control-label::after {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #0072ba;
  box-shadow: none;
  border: none;
}

/*===  custom ====*/
.checkbox-group .custom-control {
  margin-bottom: 0.5rem;
}

.login {
  margin: auto;
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login h1 {
  top: 4.3rem;
  left: 2rem;
  position: absolute;
}
.login .form-control,
.login .btn {
  font-size: 1.35rem;
}

@media (max-width: 381px) {
  .login {
    width: 100%;
  }
}
.login__logo {
  margin-bottom: 3.5rem;
  text-align: right;
}

/*----- label helper -----*/
.label-helper {
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-bottom: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-size: 1.35rem;
  color: #909090;
  pointer-events: none;
}

.form-control:focus + .label-helper,
.form-control:valid + .label-helper,
.label-helper.autofill {
  top: -20px;
  left: 0.2em;
  font-size: 1rem;
  color: #757575;
}

/*  chrome autofill fixes*/
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
  transition: background-color 5500s ease-in-out 0s;
  -webkit-box-shadow: inset 0 0 0 500px transparent;
}

/*  /chrome autofill fixes*/
/*login validation*/
@media (min-width: 768px) {
  .login .field-error {
    z-index: 2;
    position: absolute;
    top: -1px;
    left: 350px;
    width: 260px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    font-family: Roboto-medium, sans-serif;
  }
  .login .field-error span {
    position: relative;
    display: block;
    padding: 1em;
    background: #fff;
    border-radius: 4px;
  }
  .login .field-error::before {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    left: -6px;
    top: 12px;
    content: "";
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*------*/
.login__actions {
  justify-content: space-between;
  margin: 1rem 0 0 0;
}

.login__actions a {
  color: #757575;
  text-decoration: underline;
}

.login__actions a:hover {
  color: #a0a0a0;
}

.login__footer,
.sign-in__footer {
  text-align: center;
}

.login__register-link {
  margin-top: 1rem;
}

.login__app-downloads {
  margin-top: 1rem;
  text-align: center;
  color: #757575;
}

.login__app-downloads .form-inline {
  justify-content: center;
}

.app-badges-btn {
  margin: 0 0.5rem;
  padding: 0.9rem 1rem;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  color: #47494d;
}

.app-badges-btn i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.app-badges-btn:hover {
  background: #47494d;
  color: #fff;
  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;
}

/* ----- background  ----- */
.banner-text {
  position: absolute;
  top: 82%;
  left: 2%;
  line-height: 1.2;
  color: #1b1d21;
  font-size: 2.4em;
}

.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  list-style-type: none;
}

.cb-slideshow li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 18s linear infinite 0s;
  -moz-animation: imageAnimation 18s linear infinite 0s;
  -o-animation: imageAnimation 18s linear infinite 0s;
  -ms-animation: imageAnimation 18s linear infinite 0s;
  animation: imageAnimation 18s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) {
  background-image: url(../../images/backgrounds/background-aerospace.png);
}

.cb-slideshow li:nth-child(2) {
  background-image: url(../../images/backgrounds/background-life-science.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) {
  background-image: url(../../images/backgrounds/background-tego.png);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    -o-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li {
  opacity: 1;
}