body {
  width: 100%;
  height: 100%;
  background-color: #f9fafb;
  padding: 0;
  margin: 0;
	font-family: Lato,'Lucida Sans Unicode','Lucida Grande',sans-serif;
}

#header {
 width: 100%;
 height: auto;
 background-color: #ffffff;
 background-position: left 260px top 0px;
}

img {
  padding: 25px 35px;
}

#clientlogo {
	height: 80px;
	float: left;
}

#d2llogo {
	height: 80px;
	float: right;
}

#panel {
  width: 400px;
  background-color: #ffffff;
  display: block;
  margin: 50px auto 0 auto;
  color: #565a5c;
	border-radius: 5px;
  -moz-box-shadow:    0px 0px 3px 0px #999;
  -webkit-box-shadow: 0px 0px 3px 0px #999;
  box-shadow:         0px 0px 3px 0px #999;
}

#panel .content {
  padding: 5px 5px 5px 5px;
  text-align: center;
}

#panel .content p {
  font-size: .9em;
  margin: 15px 0 15px 0;
  padding: 0;
  line-height: 200%;
}

#panel .content .sso p , #panel .content #loginform p{
  margin: 20px 0;
  line-height: 100%;
}

#SAMLsso {
  margin: 20px 0;
  border-bottom: #efefef 1px solid;
}

#d2lLogin {
  margin: 20px 0;
}

#panel .content p a {
	color: #006fbf;
	text-decoration: none;
}

#panel .content p a:hover{
	text-decoration: underline;
}

h3 {
	font-size: 1.2em;
	margin: 10px 0;
	color: #E87511;
	letter-spacing: .05rem;
}

h4 {
	font-size: .75em;
	font-weight: normal;
	line-height: 140%;
	margin: 10px 20px;
}

#login, #samlLoginLinkId, #localLogin {
	font-size: .8em;
	letter-spacing: .05rem;
	font-weight: bold;
	background-color: #006fbf;
	color: #fff;
	border: 1px solid #1c5295;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: rgba(100,100,100,0.5) 0px 1px 0px;
	padding: 10px 30px;
	text-decoration: none;
  display: inline-block;
}

#login:hover, #samlLoginLinkId:hover, #localLogin:hover {
	background-color:#1c5295;
	text-decoration: none;
}

#systemCheck {
	color: #006fbf;
	text-decoration: none;
}

#systemCheck:hover {
	text-decoration: underline;
}

.footer {
	text-align: center;
	color: #565A5C;
	font-size: .7em;
	margin-top: 60px;
	letter-spacing: .01rem;
}

.copyright-logo {
	height: 40px;
	padding: 0px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  #panel {
    width: unset;
    margin: 25px 5px 0 5px;
  }
  
  #header {
    text-align: center;
  }
  
  #clientlogo, #d2llogo {
    display:block;
    height: 60px;
    margin: 0 auto;
    float: none;
  }
  
  #clientlogo {
     padding: 15px 0 0 0;
  }
  
  #d2llogo {
    padding: 15px 0;
  }
  
}