/* Page Tenant */
.panel-default {
  box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.2);
}

.titre {
  font-size: 1.5rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:not(:focus),
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px white inset !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (max-width: 1250px) {
    .logo-error {
        max-width: 10vw;
        max-height: 10vh;
    }
}

@media (min-width: 1251px) {
    .logo-error {
        max-width: 5vw;
        max-height: 5vh;
    }
}

.container-auth {
  height: 100vh;
  width: 100vw;
}

.login-page {
  width: 400px;
  max-width: 400px;
  min-height: 205px;
}

.e-btn.e-primary {
  background-color: #00aadb;
  border-color: transparent;
  color: #fff;
  border-radius: 2px;
}

.e-btn.e-secondary {
  border: 1px solid #00aadb;
  background-color: transparent;
  color: #000;
  font-size: 1.5rem;
  border-radius: 2px;
}

.e-btn.e-primary:hover {
  background-color: #2391C9;
}

.e-btn.e-secondary:hover {
  border-color: #2391C9
}

.user-input-wrp {
  position: relative;
  width: 100%;
  font-size: 1.5rem;
}

  .user-input-wrp .inputText {
    width: 100%;
    height: 20px;
    outline: none;
    border: none;
    border-bottom: 1px solid;
    border-color: rgba(0,0,0,.42);
    box-shadow: none !important;
  }

    .user-input-wrp .inputText:focus {
      border-color: #00aadb;
      border-width: medium medium 2px;
    }

  .user-input-wrp .floating-label {
    position: absolute;
    pointer-events: none;
    top: 18px;
    left: 5px;
    transition: 0.2s ease all;
    color: rgba(0,0,0,.42);
  }

  .user-input-wrp input:focus ~ .floating-label,
  .user-input-wrp input:not(:focus):valid ~ .floating-label {
    color: #00aadb;
    font-size: 1.2rem;
    top: 0px;
    left: 5px;
    opacity: 1;
  }

  .user-input-wrp input:not(:focus):valid ~ .floating-label {
    color: rgba(0,0,0,.42);
  }

.deconnexion-message {
  font-size: 1.5rem;
}

.navbar-header {
  position: relative;
  top: -4px;
}

.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: '';
    }
