html {
	height: 100%;
	font-family: "Open Sans", sans-serif;
	background-image: url(https://www.in.gov/core/sso/files/assets/img/access-indiana-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

body {
	margin: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 64em) {
	body {
		min-height: 600px;
	}
}

@media screen and (max-width: 63.9375em) {
	body {
		display: block;
	}
}

header {
	height: 55px !important;
	width: 100%;
	position: fixed !important;
	left: 0;
	top: 0;
}

@media screen and (max-width: 63.9375em) {
	header {
		position: static !important;
	}
}

.container {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22313f+0,22313f+100&0.25+0,1+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-radial-gradient(center, ellipse, rgba(34, 49, 63, 0.25) 0%, #22313f 100%);
	background: radial-gradient(ellipse at center, rgba(34, 49, 63, 0.25) 0%, #22313f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4022313f", endColorstr="#22313f", GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #FFF;
	text-align: center;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 200px;
	margin-top: 55px;
	max-width: 1200px;
}

@media screen and (max-width: 63.9375em) {
	.container {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-top: 0;
		padding-bottom: 5%;
	}
}

.container.signin .form {
	width: 35%;
	margin-left: 5%;
}

@media screen and (max-width: 63.9375em) {
	.container.signin .form {
		margin-bottom: 5%;
	}
}

.container.signin .text {
	width: 60%;
}

.container.signin .text .text-content {
	padding-bottom: 10rem;
}

@media screen and (max-width: 63.9375em) {
	.container.signin {
		padding-bottom: 8rem;
	}
}

.container.signup .form {
	width: 50%;
	margin-right: 5%;
}

.container.signup .form .form-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.container.signup .text {
	width: 45%;
}

.container .form {
	-webkit-box-flex: 0;
	-ms-flex: 0 auto;
	flex: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #FFF;
	min-width: 300px;
	position: relative;
	z-index: 100;
	margin-top: -1rem;
	margin-bottom: -1rem;
	color: #236199;
}

@media screen and (max-width: 63.9375em) {
	.container .form {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 0rem;
		margin-bottom: 0;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 90% !important;
	}
}

.container .form .form-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 3rem;
}

.container .form .form-content ol,
.container .form .form-content p {
	font-size: 0.8rem;
	text-align: left;
}

.container .form .form-content .note {
	font-size: 0.7rem;
	font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
	.container .form .form-content {
		padding: 2rem;
	}
}

.container .form h1 {
	margin: 0 0 1rem;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.4rem;
	color: #236199;
	text-align: left;
}

.container .form #api .intro h2,
.container .form #api .intro p {
	display: none;
}

.container .form #api .error[aria-hidden=true] {
	display: none;
}

.container .form #api input {
	border: none;
	border-bottom: solid 1px #CCC;
	font-size: 1rem;
	font-weight: 100;
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	width: calc(100% - 2.5rem);
	height: 25px;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center left;
}

.container .form #api input::-webkit-input-placeholder {
	font-style: italic;
}

.container .form #api input#logonIdentifier,
.container .form #api input#email {
	background-image: url(../img/email.svg);
}

.container .form #api input#password,
.container .form #api input#newPassword,
.container .form #api input#reenterPassword {
	background-image: url(../img/pw.svg);
}

.container .form #api input#givenName,
.container .form #api input#surname {
	background-image: url(../img/user.svg);
}

.container .form #api input#extension_phoneNumber {
	background-image: url(../img/phone.svg);
}

.container .form #api input#email_ver_input {
	background-image: url(../img/check.svg);
}

.container .form #api input:focus {
	outline-style: none;
}

.container .form #api label {
	display: none !important;
}

.container .form #api ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.container .form #api .buttons button {
	background-color: #236199;
	color: #FFF;
	border: none;
	border-radius: 5rem;
	padding: 1rem 2rem;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 100;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.container .form #api .buttons button:hover {
	background-color: #1a476f;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.container .form #api .buttons button[disabled] {
	opacity: 0.5;
	cursor: default;
}

.container .form #api .buttons.verify {
	margin-bottom: 1rem;
}

.container .form #api .error {
	background-color: #FFCCCC;
	color: #333;
	padding: 0.5rem 1rem;
}

.container .form #api .error p {
	font-size: 0.8rem;
	text-align: left;
	margin: 0;
}

.container .form #api .entry .entry-item {
	margin-bottom: 2rem;
}

@media screen and (max-width: 39.9375em) {
	.container .form #api .entry .entry-item {
		margin-bottom: 1rem;
	}
}

.container .form #api .entry .entry-item:first-child {
	margin-top: 3rem;
}

@media screen and (max-width: 39.9375em) {
	.container .form #api .entry .entry-item:first-child {
		margin-top: 2rem;
	}
}

.container .form #api .entry .entry-item:nth-child(2) {
	margin-bottom: 4rem;
}

@media screen and (max-width: 39.9375em) {
	.container .form #api .entry .entry-item:nth-child(2) {
		margin-bottom: 3rem;
	}
}

.container .form #api .entry #forgotPassword {
	position: absolute;
	bottom: 3.25rem;
	max-width: 45%;
	color: #236199;
	text-transform: uppercase;
	font-size: 0.8rem;
	text-decoration: none;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.container .form #api .entry .buttons {
	text-align: right;
}

.container .form #api #attributeVerification .helpLink {
	display: none;
}

.container .form #api #attributeVerification input {
	margin-bottom: 1rem;
}

.container .form #api .divider {
	display: none;
}

.container .form #api .create {
	position: absolute;
	right: -171.5%;
	bottom: 3rem;
	height: 5rem;
	width: 171.5%;
}

.container .form #api .create p {
	text-align: center;
	color: #FFF;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

.container .form #api .create #createAccount {
	display: block;
	color: #FFF;
	text-decoration: none;
	border: solid 2px #FFF;
	padding: 0.5rem 1rem;
	font-weight: normal;
	text-transform: uppercase;
	width: 10rem;
	margin: 0.5rem auto 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 5rem;
}

.container .form #api .create #createAccount:hover {
	background-color: #236199;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 63.9375em) {
	.container .form #api .create {
		left: 0;
		bottom: -7rem;
		right: 0;
		width: 100%;
	}
}

.container .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media screen and (max-width: 63.9375em) {
	.container .text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100% !important;
	}
}

.container .text .text-content {
	padding: 3rem 3rem;
}

@media screen and (max-width: 63.9375em) {
	.container .text .text-content {
		padding: 2rem !important;
	}
}

.container .text #access-indiana-logo {
	width: 200px;
	height: 63px;
}

.container .text h2 {
	font-weight: normal;
	margin: 1rem 0 0.5rem;
}

@media screen and (max-width: 63.9375em) {
	.container .text h2 {
		font-size: 1.2rem;
	}
}

.container .text p {
	font-weight: 100;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 63.9375em) {
	.container .text p {
		font-size: 0.8rem;
	}
}

.container.signup .text ol,
.container.signup .text ul {
	padding-left: 15px;
}

.container.signup .text ol li,
.container.signup .text ul li {
	margin-bottom: 0.5rem;
}

.container.signup .text ol,
.container.signup .text ul,
.container.signup .text p {
	font-size: 0.9rem;
	text-align: left;
}

.container.signup .text .note {
	font-size: 0.7rem;
	font-weight: bold;
}

html.iot-password-management {
	background-image: url(../img/iot-pw-bg-fade.jpg);
}

@media screen and (max-width: 63.9375em) {
	html.iot-password-management {
		background-size: cover;
		height: auto;
	}
}

@media screen and (max-width: 63.9375em) {
	html.iot-password-management body {
		/* FF3.6-15 */
		/* Chrome10-25,Safari5.1-6 */
		background: -o-radial-gradient(center, ellipse, rgba(0, 24, 50, 0.25) 0%, #001832 100%);
		background: radial-gradient(ellipse at center, rgba(0, 24, 50, 0.25) 0%, #001832 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40001832", endColorstr="#001832", GradientType=0);
		/* IE6-9 fallback on horizontal gradient */
		padding-bottom: 2rem;
	}
}

html.iot-password-management .agency-header.agency-ingov {
	background-color: #001832;
}

html.iot-password-management .agency-header .agency-navigation .nav-item:not(:last-child):before {
	border-left: solid 1px #fff;
}

html.iot-password-management .container {
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-radial-gradient(center, ellipse, rgba(0, 24, 50, 0.25) 0%, #001832 100%);
	background: radial-gradient(ellipse at center, rgba(0, 24, 50, 0.25) 0%, #001832 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40001832", endColorstr="#001832", GradientType=0);
	/* IE6-9 fallback on horizontal gradient */
}

@media screen and (max-width: 63.9375em) {
	html.iot-password-management .container {
		background: none;
	}
}

@media screen and (max-width: 63.9375em) {
	html.iot-password-management .container.signin {
		padding-bottom: 0;
	}
}

html.iot-password-management .container.signin .form {
	width: 30%;
	margin-left: 3%;
}

html.iot-password-management .container.signin .form .form-content {
	padding: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

html.iot-password-management .container.signin .form .form-content h1 {
	text-transform: none;
	font-weight: 400;
	font-size: 1.1rem;
	text-align: center;
	width: 100%;
	color: #333;
	padding: 0;
	margin: 0 0 1rem;
}

html.iot-password-management .container.signin .form .form-content p {
	text-align: center;
	color: #333;
	padding: 0;
	margin: 0 0 1rem;
}

html.iot-password-management .container.signin .form .form-content a {
	color: #304789;
}

html.iot-password-management .container.signin .form .form-content a.button {
	/* display: block; */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	background-color: #304789;
	color: #FFF;
	border: none;
	border-radius: 0.3rem;
	padding: 1.5rem 1rem;
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

html.iot-password-management .container.signin .form .form-content a.button:hover {
	background-color: #4061B2;
}

html.iot-password-management .container.signin .form .form-content a.button img {
	width: 2rem;
	height: 2rem;
	padding-right: 0.3rem;
	vertical-align: middle;
}

html.iot-password-management .container .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	padding: 2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

html.iot-password-management .container .text .remote-instructions {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 1rem;
	/* margin-right: 3rem; */
	margin-bottom: 2rem;
	text-align: left;
	font-size: 0.8rem;
	border-radius: 0.3rem;
}

@media screen and (max-width: 63.9375em) {
	html.iot-password-management .container .text .remote-instructions {
		margin-right: 0.75rem;
		margin-left: 0.75rem;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 39.9375em) {
	html.iot-password-management .container .text .remote-instructions {
		width: calc(90% - 2rem);
		margin: 1.5rem auto;
	}
}

html.iot-password-management .container .text .remote-instructions a {
	color: #fff;
}

@media screen and (max-width: 63.9375em) {
	html.iot-password-management .container.signin .form .form-content a.button {
		display: block;
	}

	html.iot-password-management .container.signin .form .form-content a.button img {
		width: 1.5rem;
		height: 1.5rem;
	}

	html.iot-password-management .container .text {
		padding: 2rem 0;
		width: 90% !important;
	}
}

@media screen and (max-width: 39.9375em) {
	html.iot-password-management .container .text {
		padding: 0;
		display: block;
		width: 100% !important;
	}
}

html.iot-password-management .container .text a.button {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	/* flex-grow: 1; */
	flex: 1 1 20%;
	background-color: #304789;
	color: #FFF;
	border: none;
	border-radius: 0.3rem;
	padding: 2rem 1rem;
	font-size: 1rem;
	font-weight: 100;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* margin: 0 1rem 1rem 0; */
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.85);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.85);
	text-decoration: none;
}


html.iot-password-management .container .text a.button.okta {
	background-color: #3661d9;
}

html.iot-password-management .container .text a.button.okta:hover {
	background-color: #304789;
}


html.iot-password-management .container .text a.button:hover {
	background-color: #4061B2;
}

html.iot-password-management .container .text a.button:last-child {
	margin-right: 0;
}

html.iot-password-management .container .text a.button img {
	width: 4rem;
	margin-bottom: 0.5rem;
	height: 4rem;
}

@media screen and (max-width: 63.9375em) {
	html.iot-password-management .container .text a.button {
		width: 13rem;
		text-align: center;
		margin: 0 0.75rem 1.5rem 0.75rem;
	}
}

@media screen and (max-width: 39.9375em) {
	html.iot-password-management .container .text a.button {
		width: 90%;
		padding: 0rem;
		margin: 1.5rem auto;
	}

	html.iot-password-management .container .text a.button:last-child {
		margin-right: auto;
	}

	html.iot-password-management .container .text a.button img {
		vertical-align: middle;
		width: 1.8rem;
		margin: 0 1rem 0 0;
	}

	html.iot-password-management .container .text a.button br {
		display: none;
	}
}

/*# sourceMappingURL=custom-site.css.map */