h1 {
	color: #1C1D33;
	font-size: 1.25em;
	margin: 0;
}
.login{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	/* background-color: #eee; */
	text-align: left;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: space-between;
	font-size: 2em;
}
.login-bg {
	width: 98%;
}
@media screen and (min-width: 768px) {
	.login-bg {
		background: url(/johnsmanville/common/images/Background-mockup-motion-capture-a4d5a85cd9f66899acf9905e79040e21.jpg);
		background-position-y: 25%;
		background-position-x: 85%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.background-purpleOverlay {
		position: absolute;
	    height: 100%;
	    width: 100%;
	    background: #545CA5;
	    opacity: 0.24;
	    left: 0;
	    top: 0;
	}
}
.loginSection  {
	padding: 1rem 2rem; 
}
.loginSection:last-child {
	padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
	.loginSection {
		padding: 2rem 3rem;
		border-bottom: 1px solid #EEEEEE;
	}
	.loginSection:last-child {
		padding-bottom: 3rem;
		border-bottom: none;
	}
	.loginSection:last-child.pb4 {
		padding-bottom: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.login > div {
		margin-top: 1em;
	}
/* 	.logo {
		display: none;
	} */
/* 	.lang-box {
		display: none;
	} */
}
.logo{
	/* width: 385px; */
	/* height: auto; */
	/* margin: 10px 0 0 40px; */
}
div.content{
	width: 540px;
	height: 260px;
}
form{
	text-align: center;
	position: relative;
}
form.label {
	color: #505162;
}

.login-content{
	max-width: 62.5rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;      /* Horizontal centering */
	justify-content: center;  /* Vertical centering */
	margin:auto;
}
.content-bg{
	background-color: #fff;
	border-radius: 0.5rem;
	margin: 0 auto 0 auto;
}

.login .bootstrap-iso {
	background: none;
}

.disclaimer-bg{
	background-color: rgba(0,0,0,0.7);
	border-radius: 9px;
	margin: 20px auto 0 auto;
	padding: 15px;
	width: 85%;
	height: auto;
	visibility: hidden;
}
.disclaimer{
    color: rgb(255,255,255);
}
span.copyright{
	position: absolute;
	left: 40px;
	bottom: 20px;
	color: rgb(255,255,255);
	font-size: 1.5rem;
}

input.inline-button{
	position: absolute;
    right: 50px;
    bottom: 170px;
    width: 30px;
    height: 30px;
}

label {
	display: inline-block;
	padding: 0;
	margin-bottom: 5px;
}
.textFaded {
    color: #505162;
    font-weight: normal;
}
.input{
	text-align: left;
  	/* height: 50px; */
 	width: 100%;
	padding: 0.5rem 10px;
	/* font-size: 2em; */
	background-color: rgb(255,255,255);
  	border: #BEC0D1 solid 1px;
  	border-radius: 3px;
  	box-sizing: border-box;
  	height: 4.875rem;
}
.inputInvalid, .input.inputInvalid {
	border: solid 1px #B3081C;
}
select.input, select.input option {
	color: rgb(167,169,172);
}

select.input option[selected]{
	color: rgb(0,0,0);
}

select.input option[default]{
	display:none;
}
::-webkit-input-placeholder{
	color: rgb(167,169,172);
}
:-moz-placeholder{
	color: rgb(167,169,172);
	opacity: 1.0;
}
::-moz-placeholder{
	color: rgb(167,169,172);
	opacity: 1.0;
}
:-ms-input-placeholder{
	color: rgb(167,169,172);
	/*text-indent: -22px;*/
}
span.left-no-float{
	padding-left: 52px;
}
span.lang-link{
	float: left;
	padding-left: 23px;
}
span.user-link a{
	color: rgb(255,255,255);
	text-decoration: none;
}
span.user-link a:visited{
	color: rgb(255,255,255);
	text-decoration: none;
}
span.user-link a:hover{
	color: rgb(255,255,255);
	text-decoration: underline;
}
.iter-list{
	text-align: left;
}
.iter-list > div {
	padding-bottom: 1rem;
}
.iter-list > div:last-child {
	padding-bottom: 0.5rem;
}
.iter-list span.link-divider{
	padding: 0 5px;
}
.iter-list a{
	font-size: 1.75rem;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	border-right: 1px solid #3D4BCC;
	color: #3D4BCC;
}
.iter-list a:last-child {
	border:none;
}

.language-left {
	width: 40px;
	font-size: 30px;
	cursor: pointer;
}
.language-left i {
	font-size: 30px;
	color: #545CA5;
}
.language-left a:hover i, .language-left a:focus i {
	color: #3D4699;
}
.language-right {
	float:right;
	width: 500px;
}
