#duo_iframe {
	height: 400px;
	border: none;
}

fieldset {
    border: 0px;
		padding: 0px !important;;
		margin: 0px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label {
	display: block; width: 100%;
}

fieldset.login input {
	width: 90%;
	padding: 0.5em 5% 0.25em;
}

.itemLevel1 a {
	color: white;
}


.itemLevel1 p {
	margin: 2em 0 0 0; position: relative; padding: 0px;
}

.itemLevel1 h1, .itemLevel1 h2, .itemLevel1 h3, .itemLevel1 h4 {
    font-size: 1.2em;
    color: white;
    font-variant: none;
}

fieldset.login span {
  position: absolute; right: 0; top: 0; background: none; padding: 0px;
}

.submitButton { padding-right: 0px; margin-top: 2em;}
.submitButton input[type='submit'] {
	padding: 0.75em 0em;
	width: 100%;
	margin: 0px;
	border: 1px solid white;
	border-radius: 2px;
  background-color: transparent;
  color: inherit;
}

.submitButton input[type='submit']:hover {
    background-color: white;
		color: #4737ff;
}

.itemLevel1 { background-color: #4737ff !important; color: white; }

.failureNotification {
	font-weight: bold;
	font-size: 1em;
	color: white;
}

.failureNotification ul,
.failureNotification li, {
	margin: 0px; padding: 0px;
}
.failureNotification ul {
	padding-left: 2em;
}

/*.failureNotification {
	display: block;
	padding: 0.5em 1em;
	border-radius: 0.25em;
  font-size: 0.875em;
	color: #fff;
  font-weight: 500;
	line-height: 1.43;
  background-color: #f44336;
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12);
}*/

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #eeeeee !important;
}

html > body { background-color: #f5f5f5; font-size: 15px; }
@media (prefers-color-scheme: dark) {
	html > body {
		background-color: #444444;
	}
}

#outerContainer, body { margin: 0px; padding: 0px;}
#widthContainer {  display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; }

#borderPaddingContainer { width: 420px; margin: 0px; max-width: 90vw; }
#borderPaddingContainer .itemLevel1 { padding: 9%; }
.itemLevel1 table { width: 100%; }
/* 2020 */
.itemLevel1 .ui-state-default:not(.ui-state-active), .itemLevel1 .ui-widget-content, .itemLevel1 input[type='password'], .itemLevel1 textarea, .itemLevel1 select {
 border-color: white;
}
input[type='password'] {
 border-width: 0px 0px 1px 0px;
}
input[type='password'] {
 max-width: 97%;
}
input[type='password'] {
 font-size: 1.2em;
 letter-spacing: 0.05em;
 line-height: 1.5em;
 outline: none;
 padding: 0.25em 0.5em;
 -webkit-appearance: none;
}

input[type='password'] {
 border-color: rgba(127, 127, 127, 0.3);
 background-color: rgba(127, 127, 127, 0.0);
 color: inherit;
}

#supplierLogo { display: none; }



