/* google fonts
@import url('https://fonts.googleapis.com/css?family=Aleo:400,400i,700,700i|Roboto:400,400i,700,700i&display=swap'); */

html {
	height: 100%;
}

body {
	margin: 0 1.5em;
	padding: 0;
	height: 100%;
	/*font-family: "Roboto", sans-serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #f2f2f2;
}

p {
	/*font-family: "Roboto", sans-serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
}

h1,h2,h3,h4,h5,h6 {
	/*font-family: "Aleo", serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	width: 100%;
}

#login_attached-header {
	max-width: 600px;
	margin: 2em auto;
	display: flex;
	flex-direction: column;
}

#login_attached-header img {
	max-width: 400px;
}

#attached-header {
	background-image: url('images/plu-horizontal-logo_black.png');
	height: 90px;
	background-repeat: no-repeat;
	background-size: contain;
}

#login_attached-header .title {
	font-size: 20px;
	border-top: 1px dotted rgba(0,0,0,0.7);
	padding-top: 12px;
	margin-top: 12px;
	letter-spacing: 0.5px;
	color: #000000;
	margin-bottom: 1em;
}

#login_attached-header .inner-login h3 {
	background: #faebd7;
	padding: 1em;
	font-size: 15px;
	margin-bottom: 10px;
}

#login_attached-header .inner-login iframe {
	border: 0;
	background: #fff;
	padding: 1em;
	width: calc(100% - 2em);
	min-height: 330px;
	border-radius: 4px;
}

#login_attached-header .inner-login #plu-its-notice {
	margin-top: 15px;
}

#login_attached-header .inner-login #plu-its-notice > a {
	color: #111;
	background: #ff6347 url(https://weblogin.plu.edu/idp/css/images/warning.png) no-repeat 6px center;
	padding: 6px 6px 6px 30px;
	text-decoration: none;
	display: block;
}

#login_attached-header .inner-login #plu-its-notice > a:hover {
	text-decoration: underline;
}

/* change password */
#login_attached-header .inner-login #password-change-header > p {
	background: #fff;
	padding: 1.5em 1.5em 10px 1.5em;
	line-height: 1.5;
	margin: 0;
	border-radius: 4px 4px 0 0;
}

#login_attached-header .inner-login #password-change-options {
	background: #fff;
	display: flex;
	padding: 0 1.5em 1.5em 1.5em;
	flex-direction: column;
	border-radius: 0 0 4px 4px;
}

#login_attached-header .inner-login #password-change-options > a {
	width: calc(100% - 20px) !important;
	text-align: center;
	font-size: 14px;
}

#login_attached-header .inner-login #change-password-ui {
	background: #fff;
	padding: 1.5em;
	border-radius: 4px;
}

#login_attached-header .inner-login #change-password-ui p {
	font-family: 'Tahoma', Geneva, sans-serif;
	display: block;
	color: #222;
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 0.5px;
	position: relative;
}

#login_attached-header .inner-login #change-password-ui input {
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	margin: 5px 0 0 0;
	color: #000;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: transparent !important;
	width: calc(100% - 40px) !important;
}

#login_attached-header .inner-login #change-password-ui #password-strength-meter {
	margin: 15px 0 5px 0;
}


#login_attached-header .inner-login #change-password-ui #password-expiration-info {
	background: #ccc;
	padding: 10px;
	border-radius: 3px;
}

#login_attached-header .inner-login #change-password-ui #current-password-status,
#login_attached-header .inner-login #change-password-ui #new-password-1-status,
#login_attached-header .inner-login #change-password-ui #new-password-2-status {
	display: block;
	max-width: 16px;
	position: absolute;
	right: 25px;
	top: 35px;
}

#login_attached-header .inner-login #change-password-ui #new-password-errors,
#login_attached-header .inner-login #change-password-ui #new-password-2-mismatch {
	margin: 10px 0 10px 17px;
	padding: 0;
}

#login_attached-header .inner-login #change-password-ui #mfa-options {
	width: calc(100% - 10px) !important;
	margin-top: 20px;
	margin-bottom: 20px !important;
}

#login_attached-header .inner-login #change-password-ui #change-password-button {
	border: 0;
	border-radius: 4px;
	background: #000;
	color: #fff;
	padding: 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
}
#login_attached-header .inner-login #change-password-ui #change-password-button[disabled="disabled"],
#login_attached-header .inner-login #change-password-ui #change-password-button:disabled {
	opacity: 0.5;
}

#login_attached-header .inner-login #change-password-finished > p {
	background: #fff;
	padding: 1.5em;
	line-height: 1.5;
	margin: 0;
	border-radius: 4px;
}

#form-wrapper {
	background: #fff;
	padding: 1.5em;
	margin-bottom: 1em;
	border-radius: 4px;
}
#form-wrapper p {
	display: none;
}

#plu-login > form {
	overflow-x: hidden;
	display: block;
}

.epass-login-notices {
	background: #ff7e67;
	padding: 5px;
	margin-bottom: 1em;
	display: none;
}

.epass-login-notices .epass-error {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.epass-login-duo-authentication,
.duo-screenshot {
	display: none;
}

.epass-login-duo-authentication {
	background: #faebd7;
	padding: 5px;
	margin-bottom: 1em;
}

.epass-login-duo-authentication .duo-header {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#plu-login .field:first-child {
	margin: 0 0 15px 0;
}

#plu-login label {
	/*font-family: "Aleo", serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	color: #222;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
    margin: 20px 0 5px 0;
}

#plu-login label:first-child {
    margin: 0px 0 5px 0;
}

#username,
#password {
	display: flex;
}

#username,
#password {
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	width: calc(100% - 52px);
	padding: 10px 25px 10px 27px;
	margin: 0;
	color: #000;
	background-image: url('https://weblogin.plu.edu/idp/css/images/login-fields-sprite.png') !important;
	background-repeat: no-repeat !important;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: transparent !important;
}

#username {
	background-position: 6px -6px !important;
}

#password {
	background-position: 6px -56px !important;
}

#password .epass-toggle-password-visibility {
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#password .epass-toggle-password-visibility .toggle-checkbox {
	margin-right: 5px;
}

#plu-login input[type="text"]:-webkit-autofill,
#plu-login input[type="text"]:-webkit-autofill:hover,
#plu-login input[type="text"]:-webkit-autofill:focus,
#plu-login input[type="password"]:-webkit-autofill,
#plu-login input[type="password"]:-webkit-autofill:hover,
#plu-login input[type="password"]:-webkit-autofill:focus {
	background-color: transparent !important;
}

#plu-login input[type="text"]::placeholder,
#plu-login input[type="password"]::placeholder {
	color: #000000;
	opacity: .5;
}
#plu-login input[type="text"]:-ms-input-placeholder,
#plu-login input[type="password"]:-ms-input-placeholder {
	color: #000000;
	opacity: .5;
}
#plu-login input[type="text"]::-ms-input-placeholder,
#plu-login input[type="password"]::-ms-input-placeholder {
	color: #000000;
	opacity: .5;
}

form .button.gold.glow {
	-webkit-appearance: none;
	background: #333;
	border: 0;
	border-radius: 35px;
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	margin: 15px 0 0 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
form .login-button:hover {
	background: #000;
	cursor: pointer;
}

#login-sidebar #error-wrapper p.form-error {
	line-height: 1.4;
	font-weight: bold;
	background: #ff6347;
	padding: 8px 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}

#related-links {
	display: flex;
	flex-direction: column;
	font-weight: normal;
	color: #999;
}

#related-links ul {
	display: contents;
}

#related-links li:first-child {
	display: none;
}

#related-links li {
	list-style-type: none;
}

#related-links li > a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px 0;
	text-align: right;
	display: block;
}
#related-links li > a:hover {
	text-decoration: underline;
}

#related-links li > a:last-child {
	margin-right: 0;
}

/*** RESPONSIVE ***/

/* MEDIUM */
@media only screen and (min-width: 48em) {
	
	#login_attached-header {
		margin: 0 auto;
		height: 100%;
		justify-content: center;
	}
	
	#attached-header {
	}
	
	#login_attached-header .title {
		margin-bottom: 1em;
	}
	
	#login_attached-header .inner-login #password-change-options {
		flex-direction: row;
		align-items: center;
	}
	
	#login_attached-header .inner-login #password-change-options > a {
		margin-right: 10px !important;
	}
	
	#login_attached-header .inner-login #password-change-options > a:last-child {
		margin-right: 0 !important;
		padding: 19.5px 10px !important;
	}
	
	#related-links {
		flex-direction: row;
		justify-content: center;
	}
	
	#related-links li > a {
		margin: 0;
		display: inline-block;
	}
	
	#related-links li:after {
		content: "/";
		margin: 0 10px;
	}
	
	#related-links li > a:last-child {
		margin-bottom: 0;
	}
	
	#related-links li:last-child:after {
		content: "";
		margin: 0;
	}
}

/* SEMI-LARGE */
@media only screen and (min-width: 64em) {
}

/* LARGE */
@media only screen and (min-width: 71.563em) {
}