﻿html {
  position: relative;
  min-height: 100%;
}
body {
  background: #475d62 url("../images/home2-dolomiti-emergency.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.welcome-page {
  background-color: #fff;
}
.welcome-page img.icon {
  height: 10vh;
  max-height: 98px;
}
.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: '';
}
.login-dark form {
  max-width: 420px;
  width: 90%;
  background-color: #1e2833;
  padding: 40px;
  border-radius: 4px;
  /* transform: translate(-50%, -50%); */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.login-dark .illustration {
  text-align: center;
  padding: 15px 0 20px;
  font-size: 100px;
  color: #2980ef;
}
.login-dark form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #434a52;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
}
.login-dark form .btn-primary {
  background: #214a80;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}
.login-dark form .btn-primary:hover,
.login-dark form .btn-primary:active {
  background: #214a80;
  outline: none;
}
.login-dark form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}
.login-dark form .forgot:hover,
.login-dark form .forgot:active {
  opacity: 1;
  text-decoration: none;
}
.login-dark form .btn-primary:active {
  transform: translateY(1px);
}
/*body > .container {
    padding-top: 60px;
}*/
.footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
}
.validation-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.my-std {
  margin-top: 3em;
}
.reset-password.login-dark .illustration {
  color: #d43f3a;
}
.g-recaptcha > div {
  margin: 0 auto;
}