.page-header {
	border: 0;
	padding-top: 20px;
	text-align: center;
}

.page-logo {
	display: inline-block;
	position: relative;
}

.installation-title-large,
.installation-title-medium {
	top: auto;
	right: 0;
}

.installation-title-large {
	font-size: 40px;
	bottom: -5px;
}

.installation-title-medium {
	font-size: 23px;
	bottom: -8px;
}

.login-form,
.reset-password-form {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	min-height: 185px;
	padding-top: 75px;
	position: relative;
}

.login-form a,
.reset-password-form a {
	color: #FFFFFF;
}

.login-form-large,
.reset-password-form {
	min-height: 220px;
}

.blackgray-gradient {
	/* Old browsers */
	background: #7D7E7D;
	/* FF3.6+ */
	background: -moz-linear-gradient(top, #7D7E7D 0%, #0E0E0E 100%);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7D7E7D), color-stop(100%, #0E0E0E));
	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top, #7D7E7D 0%, #0E0E0E 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #7D7E7D 0%, #0E0E0E 100%);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7D7E7D', endColorstr='#0E0E0E',GradientType=0 );
	/* IE10+ */
	background: -ms-linear-gradient(top, #7D7E7D 0%, #0E0E0E 100%);
	/* W3C */
	background: linear-gradient(to bottom, #7D7E7D 0%, #0E0E0E 100%);
}

#login-recovery-options,
#user-support-options {
	position: absolute;
	bottom: 10px;
	font-size: 90%;
}

#login-recovery-options {
	left: 20px;
}

#user-support-options {
	right: 20px;
}

#login-banner {
	width: 620px; /*span16*/
}

#login-banner > .alert {
	margin-bottom: 1px;
}

.btn-group {
	padding-top: 22px;
}

.row-spacer {
	padding-bottom: 20px;
}

.alert {
	color: #8A6D3B;
	background-color: #FCF8E3;
}

.muted-dark {
	color: #666666;
}

/*  NEW UI  */
body {
	background: linear-gradient(0deg, var(--Top-Nav-Buttons, #213F39) 0%, var(--Top-Nav-Buttons, #213F39) 100%), #FFF;
}

#metrc-body-content {
	background-image: url(../../Public/images/background.png);
	background-repeat: no-repeat;
	background-position: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

#metrc-body-content-container {
	border-radius: 10px;
	background: #F9F8F3;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 432px;
	height: 450px;
	padding-top: 25px;
}

.instalation-type-container {
	text-align: center;
	margin-bottom: 12px;
}

.instalation-type-container:hover, .instalation-type-container:focus {
	color: initial;
	text-decoration: none;
	outline: none;
}

.metrc-installation-title {
	color: #181D27;
	text-align: center;
	font-family: Arial;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.64px;
	display: block;
	margin-top: 10px;
}

.metrc-btn {
	border-radius: 4px;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	border: none;
	height: 30px;
	padding: 0 16px;
}

.metrc-btn-confirm {
	background: #213F39;
	color: white;
}

.metrc-btn-cancel {
	background: #DADFDE;
	color: black;
}

#metrc-footer {
	background-color: transparent;
	color: white;
	font-family: Arial;
	font-size: 11.2px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#metrc-footer-user-license-agreement {
	margin-left: 16px;
	visibility: hidden;
}

#metrc-footer-date {
}

#metrc-footer-build {
	margin-right: 16px;
	visibility: hidden;
}

.metrc-form {
	margin-bottom: 0;
}

.metrc-label {
	color: #2E2E2E;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.metrc-input-container input[type="text"], .metrc-input-container input[type="password"], .metrc-input-container input[type="email"] {
	border-radius: 4px;
	border: 1px solid #CCC;
	background: #FFF;
	height: 30px;
	width: 278px;
	min-height: 11px;
	padding: 0px 7px;
	color: #000;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.metrc-input-container input:focus {
	box-shadow: none;
}

.forget-link {
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

.forget-link a {
	color: #7E7F7F;
	font-family: Arial;
	font-size: 12.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

#metrc-signUp-training {
	display: flex;
	justify-content: space-between;
}

#metrc-signUp-training a {
	color: #2E2E2E;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-decoration: underline;
}

#metrc-first-time-user {
	text-align: center;
	margin: 8px 0 16px 0;
}

#metrc-first-time-user a {
	color: #2E2E2E;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	-webkit-text-decoration: none;
	text-decoration: none;
}

#metrc-first-time-user a span {
	font-weight: 700;
}