@import url("https://brandguide.asu.edu/profiles/openasu/libraries/fontawesome/css/font-awesome.css");
@import url("https://brandguide.asu.edu/profiles/openasu/themes/innovation/fonts/roboto/css/roboto.css");

html {
	background: #fff;
	font: 12px arial,sans-serif;
	margin: 0;
	padding: 0;
}

body {
	/* background: transparent url(images/bg_shadow.png) center top no-repeat; */
	background-color: #fff;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #8C1D40;
}

a:hover {
	color: #d23153;
	transition: all 0.25s ease-in-out 0s;
}

iframe {
	border: none;
}

#wrapper {
	margin: 0 auto;
}

#login_container {
	background: #fff;
}

#header {
	background: #FFC627;
	height: 38px;
	padding: 11px 0;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	display: block;
	height: 38px;
	overflow: hidden;
	text-indent: -1000px;
	width: 234px;
}

#ad {
	height: 80px;
	overflow: hidden;
}

.login_body h2, .login_body h2 {
	font-size: 32px;
	margin: 0;
	text-align: center;
}

.error#status {
	text-align: center;
	margin: 0 auto;
	width: 360px;
}

.error#status .required {
	display: none;
}

.error#status .required:first-child {
	display: block;
	background: transparent url(images/warning_48.png) left top no-repeat;
	color: #dd3c10;
	font-size: 16px;
	font-weight: bold;
	margin: 0 60px;
	padding: 15px 15px 15px 45px;
}

.error#status br {
	display: none;
}

.error#status .title {
	background: transparent url(images/warning_48.png) left top no-repeat;
	color: #dd3c10;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 15px 15px 45px;
}

.error#status .subtext {
	font-weight: bold;
	margin: 5px 5px 0;
}

#login .login-title {
	padding-top: 20px;
	padding-botton: 20px;
}

#login .content {
	border: 0;
	margin: 0;
}

#login .content.generic_success {
	background: transparent url(images/green_checkmark.png) 20px 20px no-repeat;
	line-height: 200%;
	padding: 20px 20px 50px 65px;
}

#login .content.internal_error {
	background: transparent url(images/warning_48.png) 20px 20px no-repeat;
	line-height: 200%;
	padding: 20px 20px 50px 75px;
}

#login .content .headline {
	font-size: 1.3em;
	font-weight: bold;
    min-width:320px;
}

#login .content .subtext {
	font-size: 1.3em;
}

#login .content .section .label {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	width: 125px;
    padding-bottom: 2px;
}

#login .content .section input.text {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	height: 30px;
	padding: 0 5px;
}

#login .content .section .hint {
	line-height: 32px;
	padding-right: 20px;
    text-align: right;
}

#login_submit input.submit {
    background-color: #8C1D40;
	border: none;
	color: #FFF;
	cursor: pointer;
    border-radius: 4px;
	font-size: 16px;
	padding: 0px 20px !important;
	height: 36px;
	line-height: 1;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#login_submit input.submit:hover {
	background-color: #d23153;
	transition: all 0.25s ease-in-out 0s;
}

/*
input.checkbox#rememberid {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

#rememberid:active, #rememberid:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

#rememberid:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}
*/

#rememberid_label {
	font-size: 14px;
}

#password_warning {
	margin: 20px auto;
	padding: 0;
	width: 500px;
}

#password_warning .content {
	line-height: 210%;
	padding: 20px 0 10px 75px;
}

#password_warning .headline {
	font-size: 1.4em;
	font-weight: bold;
}

#password_warning .subtext {
	font-size: 1.4em;
}

#password_warning .more {
	color: #ccc;
	font-size: 0.95em;
	line-height: 150%;
	margin: 10px 0;
	width: 330px;
}

#password_warning #button_container {
	margin: 16px 0;
	overflow: auto;
}

#password_warning form#chpwd {
	float: left;
	overflow: auto;
}

#password_warning form#chpwd input.submit {
	font-size: 16px;
	padding: 7px 20px;
	background-color: #8C1D40;
	border: none;
	color: #FFF;
	cursor: pointer;
    border-radius: 4px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;}

#password_warning form#chpwd input.submit:hover {
	background-color: #d23153;
	transition: all 0.25s ease-in-out 0s;
}

#password_warning form#skip {
	float: left;
	overflow: auto;
}

#password_warning form#skip input.submit {
	background: none;
	border: none;
	cursor: pointer;
	color: #8C1D40;
	font-size: 13px;
	margin: 9px;
}

#password_warning form#skip input.submit:hover {
	color: #d23153;
	transition: all 0.25s ease-in-out 0s;
}

#lockout {
	margin: 20px auto;
	padding: 0;
	width: 500px;
}

#lockout .content {
	background: transparent url(images/clock_48.png) 20px 20px no-repeat;
	line-height: 200%;
	padding: 20px 0 50px 75px;
}

#lockout .headline {
	font-size: 1.3em;
	font-weight: bold;
}

#lockout .subtext {
	font-size: 1.3em;
}

#lockout .more {
	margin-top: 20px;
}

#logout {
	margin: 10px;
	padding: 25px 0;
}

#logout .content {
	padding: 10px;
}

#logout .content .headline {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	padding: 5px 5px 5px 75px;
}

#logout .content .headline.loading {
	background: transparent url(images/loader.gif) 20px 2px no-repeat;
}

#logout .content .headline.success {
	background: transparent url(images/green_checkmark.png) 25px 5px no-repeat;
}

#logout .content .headline.warning {
	background: transparent url(images/warning_48.png) 18px 0 no-repeat;
}

#logout .content .subtext {
	font-weight: bold;
	margin: 0 0 25px 75px;
}

.content#logout_pending {
	padding-bottom: 94px;
}

.content#logout_complete {
	display: none;
}

#help {
    color: #999;
	text-align: center;
}

#help .teaser {
    padding-top: 20px;
    padding-bottom: 5px;
	color: #666;
	font-weight: bold;
}

#help .advice {
}

#footer {
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
	text-align: center;
    padding-top:15px;
    padding-bottom: 15px;
}

#footer li {
	border-right: 1px solid #999;
	display: inline;
	font-weight: bold;
	padding: 0 5px;
}

#footer li:last-child {
	border: 0;
}

#footer li a {
	color: #999;
}

#footer li a:hover {
}

.mfa-notice {
	display: flex;
	color: #999;
	padding: 10px 0;
}

.mfa-notice-info {
	flex: 3;
}

.mfa-notice-info .padlock {
	vertical-align: text-bottom;
}

.mfa-challenge-cancel {
	flex: 1;
	text-align: right;
	margin-top: 4px;
}

#duo_iframe {
	width: 100%;
	height: 330px;
}

.mfa-retry {
	font-size: 1.3em;
	color: #333;
	text-align: center;
}

.mfa-retry-message {
	
}

/* New standards and responsive */
#ad {
	background-color: #DDD;
}

#login_submit {
	padding-top: 10px;
}

.login_body {
	
}

.login_body h2, .login_body h2 {
	font-weight: normal;
	font-size: 36px;
}

#rememberid_label {
	padding-left: 5px;
}

.form-type-checkbox {
	padding-left: 25px;
}

/* DESKTOP AND LAPTOP SCREENS*/
@media only screen and (min-width : 768px) {
	#wrapper {
		padding: 50px 0;
		width: 542px;
	}
	#header {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	#header h1 a {
		background:
			url(images/asu_university_horiz_rgb_maroongold_150_275px.png)
			left top no-repeat;
		background-size: cover;
		height: 75px;
		width: 275px;
		margin-top: -20px;
	}
	.main {
		background-color: #fbfbfb;
		border: 1px solid #d7d7d7;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		padding: 0 9px;
	}
	#login .content .section .label {
		float: left;
		text-align: right;
	}
	#login .content .section .hint {
		float: left;
		font-size: 12px;
	}
	#login .content .section input.text {
		float: left;
		margin: 0 8px;
		width: 200px;
	}
	#login .content .section {
		margin: 8px 0;
		overflow: hidden;
	}
	#login .content {
		padding: 10px 0;
	}
	#login {
		margin: 0 auto;
	}
	#login_submit {
		margin-left: 133px;
	}
	.form-type-checkbox label::before {
		left: 3px;
	}
	#footer {
		font-size: 11px;
	}
	#help {
		margin: 50px 0 30px 0;
	}
	.teaser {
		display: inline;
	}
}

/* TABLET OR PORTRAIT SMARTPHONE */
@media only screen and (max-width : 768px) {
	html, body {
		height: 100%;
	}
	#header h1 a {
		background: url(images/asu_sunburst_logo_mobile_125px.png)
			left top no-repeat;
		background-size: cover;
		height: 55px;
		width: 125px;
		margin-top: -18px;
	}
	#ad {
		/* height: 57px; */
		display: none;
	}
	#login .content .section input.text {
		width: 95%;
	}
	#login .content {
		padding: 0px;
	}
	#login {
		margin: 0px 25px;
	}
	#wrapper {
		/* min-width: 285px; */
		min-height: 100%;
		position: relative;
	}
	#login .content .section .hint {
		font-size: 14px;
	}
	#login .content .section input.text {
		height: 40px;
		border-radius: 4px;
		box-shadow: inset 1px 1px 2px #F2F2F2;
		border-color: #DEDEDE;
	}
	#login_container {
		padding-bottom: 100px;
	}
	.login_body {
		padding-bottom: 30px;
	}
	#rememberid_label {
		color: #999;
	}
	#footer {
		font-size: 10px;
	}
	#help {
		background-color: #E5E5E5;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

