﻿body {
  margin-top: 50px;
}
.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: '';
}
.backgroundimage {
    background-image: url('../img/background.png');
    height: 100%;
    width: 100%;
    position:fixed;
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    padding-left: 7%;
    overflow-y: auto;
}

.wrap-login {
    width: 500px;
    background-color: rgba(16,16,16,0.75);
    overflow: hidden;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 65px;
    padding-bottom: 54px;
    min-height: 100%;
}

.loginform {
    width: 100%;
    padding-top:60%;
}

.formtitle {
    display: block;

    font-size: 36px;
    color: #eeeeee;
    line-height: 1.2;
    text-align: center;
}
.formsubtitle {
    color: #eeeeee;
    font-size: 17px;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}
.wrap-input {
    width: 100%;    
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 23px;
}
.labelinput {    
    font-size: 16px;
    color: #eeeeee;
    line-height: 1.5;
    padding-left: 7px;
}
.input {    
    font-size: 16px;
    color: #eeeeee;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: transparent;
    padding: 0 7px 0 43px;
    border:none;
}

.loginbutton {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;  
    display: flex;
    
    align-items: center;
    justify-content: center;
    
    padding: 0 20px;
    width:100%;
    height: 50px;
    background-color:transparent;
    border: none;
    
}
.loginbuttonbg {
    background: -webkit-linear-gradient(right, rgba(16,16,16,0.75), #b8860b);
    border-radius:25px;
    
    
    height:100%;
    top: 0;
    
    
}

.wraploginbutton {
    width:100%;
    display: block;
    position: relative;
    z-index:0;
    border-radius:25px;
    overflow: hidden;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 20px;
}

.welcome-page {
    padding: 50px;
}

.grants {
    padding: 50px;
}
.h1color {
    color: white;
}
.loginfontsize {
    font-size:26px;
}