﻿body {
  margin: 0 auto;
  width: 930px;
  font-family: Raleway, Avenir, Times, "Times New Roman", serif;
}
/*the main container colour-profile thead dialog input page content body*/
div.ContentBodyLogin {
  width: 930px;
  text-align: left;
  background-color: transparent;
  margin: 0 auto 0 auto;
  overflow-x: auto;
  font-family: Raleway, Avenir, Times, "Times New Roman", serif;
  font-size: 24px;
}
/*The left hand side container that holds the ribboned door image*/
div.LeftContainer {
  width: 300px;
  float: left;
}
/*The right hand side container that holds the distinction logo and the login controls*/
div.RightContainer {
  width: 630px;
  margin-left: 300px;
  margin-top: 15px;
}
img.RibbonedDoor {
  height: 500px;
}
div.HeaderImageContainer {
  width: 400px;
}
div.LoginControlContainer {
  background-color: #e8e8e8;
  width: 500px;
  height: 355px;
  position: relative;
  margin-top: 20px;
}
div.LoginControlContainer h2 {
  padding: 10px 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}
label.LoginControlLabel {
  width: 120px;
  display: inline-block;
  padding: 5px;
}
div.LoginControlContainer input {
  background-color: white;
  border-style: none;
  padding: 5px;
  vertical-align: top;
  font-size: 24px;
}
div.LogInControlRow {
  padding: 10px;
  position: relative;
}
.LogInButton {
  width: 170px;
  text-align: left;
  color: white;
  font-size: 15px;
}
.LogInButton img {
  height: 1em;
  float: right;
}
div.ButtonDiv {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 70px;
  text-align: right;
}
label.LogInButtonText {
  cursor: pointer;
}
div.ArrowRight {
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #FFF;
  float: right;
  margin-top: 2px;
}
img.LoginDistinctionLogo {
  height: 100px;
}
div.LogInFailure {
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: 225px;
}
label.LogInFailureText {
  color: #e11;
}
.ForgotPasswordText {
  padding: 5px;
  cursor: pointer;
}
.ForgotPasswordText:hover {
  text-decoration: underline;
}
p {
  margin: 10px;
}
body.JBKind {
  background-image: url("../JBKindBanner/JBHomeDoor.jpg?1");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body.JBKind div.LoginControlContainer {
  position: absolute;
  left: calc(70% - 200px);
  top: calc(50vh - 250px);
  display: inline-block;
  vertical-align: top;
  min-height: 500px;
  margin-top: 0;
  background-color: #DDD;
  opacity: 90%;
}
body.JBKind div.LogInFailure {
  position: static;
  text-align: center;
  max-width: 100%;
  padding: 5px;
}
body.JBKind div.ButtonDiv {
  position: static;
  text-align: center;
}