﻿body {
  margin-top: 65px;
}
.bgColor{
    background-color:#666666;
    background: url(/IdentitySrv/background.png) repeat;
}

.logoBox{
    text-align:center;
}

.loginBox{
    width:25%;
    margin-left:38%;
}

.loginFieldset{
    margin-top:5%;
}

.loginBtn{
    background: #ebebeb;
	/*font: 0.875em arial !important;*/
	color: #1a3a7f !important; /*text color*/
	display: inline-block;
	padding: 6px 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	/*inner and outer stroke*/
	-moz-box-shadow: inset 0px 0px 0px 2px #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
	box-shadow: inset 0px 0px 0px 2px #ffffff;
}

.txtBox{
  /*font-size: 0.875rem;*/
  font-style: normal;
  color:#666666;
  background-color:#f6f6f6;
  box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);
  -webkit-appearance:none;
  border-radius:0px;
}

.footer{
    position: fixed;
    bottom: 0;
    float: right;
    text-align: right;
    width: 77%;
    margin-bottom:1%;
}

.errorMsg {
    color: #FF0000;
    width:25%;
    margin-left:38%;
    text-align:center;
    margin-bottom:1%;
}

.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;
}

.warning-banner {
  text-align: justify;
  color: #FFFFFF;
  width: 75%;
  max-height: 150px;
  overflow-y: auto;
  margin-left: 13%;
  padding: 1%;
  font-family: Arial;
  font-size: 12px;
  white-space: pre-line;
}