*, *:before, *:after {
	box-sizing: border-box;
}

.hidden {
	display: none;
}

.login-container {
	position: relative;
	width: 800px;
	height: 381px;
	margin: 220px auto -50px auto;
}

.login-left-content-wrapper {
	float: left;
}

.login-left-content {
	position: relative;
	float: left;
	width: 400px;
	height: 300px;
	background-color: #FFFFFF;
	opacity: 1;text-indent: 0;
	border-radius: 25px 0 0 25px;
}

.copyright-text {
	position: absolute;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: .6875rem;
	color: #3D1152;
	opacity: .4;
	bottom: 28px;
	left: 45px;
}

.lmm-logo {
	position: absolute;
	width: 400px;
	height: 300px;
	background-image: url(/images/Legacy_black_and_gold_logo.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: 45px;
}

.login-right-content {
	box-sizing: content-box;
	float: left;
	width: 350px;
	height: 300px;
	padding: 0 38px 0 38px;
	background-color: #54575A;
	border-radius: 25px 25px 0 25px;
	position: absolute;
	left: 375px;
}

.login-title {
	color: #FFFFFF;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 1.25rem;
	top: 10px
}

.login-error-text {
	position: absolute;
	text-align: center;
	padding: 10px;
	background-color: #FF0000;
	border-radius: 7px;
	width: 400px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: .815rem;
	color: #FFFFFF;
	top: 13px;
	left: 10px;
	visibility: hidden;
}

/* Top of page link to Refresh Page load */
.refresh-page {
	position: relative;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: black;
	width: 800px;
	margin: 0px auto 30px auto;
	text-align: center;
	cursor: pointer;
}

/* Bottom of page link to Forgotten Password */
.forgot-password {
	position: relative;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: black;
	width: 800px;
	margin: 30px auto auto auto;
	text-align: center;
	cursor: pointer;
}

.abort-forgot-password {
	position: relative;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: black;
	width: 800px;
	margin: 30px auto auto auto;
	text-align: center;
	cursor: pointer;
}

#instanceId {
	text-transform: uppercase;
}

#userId #userID {
	text-transform: lowercase;
}

.login-right-content .form-container input[type="text"], .login-right-content input[type="password"] {
	font-size: 1.125rem;
	color: #999999;
	margin-top: 40px;
	margin-left: -38px;
	width: 415px;
	border: none;
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
}

.login-right-content .spacer {
	margin: 10px 12px 0px 0px;
}

input[type="text"], input[type="password"] {
    height: 32px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 0.815rem;
    border: 1px solid #acb3bc;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
}

.showPassword {
	position: relative;
}

.btn.btn-block {
	width: 100%;
	padding: 10px 20px;
	font-size: 0.815rem;
	text-align: center;
	vertical-align: middle;
	line-height: 5px;
	border-radius: 7px;
}

.btn.btn-lg {
	height: 36px;
	min-width: 140px;
}

.btn.btn-primary {
	background-color: var(--lmm-gold);
	box-sizing: border-box;
	-webkit-box-align: center;
	color: #FFFFFF;
}

.btn-block {
	display: block;
}

/* .btn-primary {
	border-color: #FFFFFF;
} */

.btn {
	margin-bottom: 0;
	font-weight: normal;
	touch-action: manipulation;
	border: 1px solid transparent;
	white-space: nowrap;
	user-select: none;
}

/* Modal dialog */
.modal {
	margin: 100px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #666;
	width: 500px;
	border-radius: 6px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	position: relative;
  }
  .modal h2 { margin-top: 0; }
  .modal .close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	opacity: 0.8;
	transition: all 200ms;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #777;
  }
  .modal .close:hover { opacity: 1; }
  .modal .content {
	max-height: 400px;
	overflow: auto;
  }
  .modal p {
	margin: 0 0 1em;
  }
  .modal p:last-child { margin: 0; }

  .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
  }
  .overlay .cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
  }
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }

.img_help_link {
	filter: brightness(0) invert(1);
	position: absolute;
	margin-top: 20px;
	margin-left: 163px;
	height: 24px;
	box-sizing: border-box;
	-webkit-box-align: center;
	cursor: pointer;
}

.img-help-text {
	color: white;
	position: absolute;
	margin-top: 42px;
	margin-left: 157px;
	box-sizing: border-box;
	-webkit-box-align: center;
	cursor: pointer;
}