﻿body {
  padding-top: 0px;
  position: relative;
  display: block;
  background-image: url(../images/default/background.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000;
  z-index: 1;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif !important;
}
body::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(193, 26, 47, 0.84);
  top: 0;
  z-index: -1;
}
* {
  margin: 0;
  padding: 0;
  position: relative;
}
.container-fluid {
  width: 100%;
}
.navbar {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 100px;
  justify-content: left;
}
.navbar-header {
  position: relative;
  margin: 60px 0px 0px 60px !important;
}
.navbar-header .logo-text {
  font-weight: 600;
  width: 224px;
  position: relative;
  display: block;
}
img {
  width: auto;
  max-width: 100%;
}
.logo-panel {
  width: 224px;
  position: relative;
  display: block;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
.body-content {
  position: relative;
  display: flex;
  min-height: 98vh;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.body-content .welcome-page .logo-hubbec {
  font-weight: 700;
}
.body-content .welcome-page .content-info {
  padding: 38px 14px 14px;
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}
.button {
  display: block;
  text-align: center;
  margin-top: 42px;
}
.button .btn.btn-login {
  background-color: transparent;
  border: solid 1px #ffffff;
  min-width: 100px;
  color: #ffffff;
}
.panel.panel-default {
  width: 320px;
  margin: 0 auto;
  border-color: #b10b27;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.6);
}
.panel .panel-heading {
  background-color: #ffffff;
  border-color: #ddd;
  text-align: center;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #bf3827;
}
.panel .panel-heading .panel-title p {
  margin-bottom: 0;
  font-weight: 600;
}
.panel .panel-footer {
  padding: 12px 16px;
  border: 0px;
  background: #b10b27;
}
.panel .panel-footer .options {
  width: 49%;
  display: inline-block;
  color: #ffffff;
}
.panel .panel-body {
  background: #b10b27;
  padding: 0;
}
.panel .panel-body .form-login {
  position: relative;
  display: block;
  width: 66%;
  margin: 0 auto;
  padding-top: 36px;
  margin-bottom: 42px;
}
.panel .panel-body .form-login .form-group .form-control {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #ffffff;
  border-radius: 0px;
  outline: 0px !important;
  box-shadow: 0 0 !important;
  color: #ffffff;
  font-size: 14px;
}
.panel .panel-body .form-login .form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: lighter;
}
.panel .panel-body .form-login .form-group .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.panel .panel-body .form-login .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.panel .panel-body .form-login .form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background-color: transparent !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-22 {
  font-size: 22px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-32 {
  font-size: 32px;
}
.f-34 {
  font-size: 34px;
}
.f-36 {
  font-size: 36px;
}
.c-red {
  color: #bf3827 !important;
}
.c-white {
  color: #ffffff !important;
}
.bg-red {
  background: #b10b27 !important;
}
.cont-g {
  width: 100%;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.alert {
  position: absolute;
  width: 100%;
  top: 20px;
}
.alert-danger {
  background: rgba(177, 11, 39, 0.9);
  color: #ffffff;
  z-index: 1;
}
.alert-danger ul {
  list-style: none;
}
@media (max-width: 768px) {
  .show-desk {
    display: none;
  }
}
@media (max-width: 440px) {
  .navbar-header {
    margin: 0px 0px 0px 0px !important;
    text-align: center;
  }
  .navbar-brand {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .navbar-header {
    display: none;
  }
  .navbar-brand {
    width: 100%;
  }
}