/* Login Styles */

/* Reset everything first. */
html {
	color: #000;
	background: #FFF
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}

ol, ul {
	list-style: none
}

caption, th {
	text-align: left
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}

q:before, q:after {
	content: ''
}

abbr, acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

legend {
	color: #000
}

/* Now, define the login CSS. */

html, body {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	line-height: 16pt;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
}

h2 {
	font-size: 13pt;
	font-weight: normal;
}

label {
	display: block;
	margin: 10px 0 0 0;
}

.slate06 {
	height: 100%;
}

input[type="checkbox"] {
	margin: 10px 0 10px 0;
	width: 20px;
}

a, a:visited {
	color: #368AC0;
}

#header {
	position: relative;
	width: 100%;
}

#site-header-row {
	margin-bottom: 0px;
}

#site-img {
	height:60px;
	width:60px;
}

#site-title {
	margin-top: 20px;
}

#site-product-title .section-title {
	margin-top: 20px;
	margin-left: 80px;
}

#home {
	position: relative;
	margin: 100px 75px 35px 0;
	text-transform: uppercase;
}

#home a {
	text-decoration: none;
}

#home a:hover {
	text-decoration: underline;
}

#content {
	width: 100%;
	clear: both;
	display: block;
	padding: 10px 0 10px 0;
}

#logIn {
	overflow: auto;
	margin: 0 auto;
	width: 500px
}

#login-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	vertical-align: middle;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 60px;
}

#log-body {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	padding: 34px;
	border-radius: 14px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#login-logo-container {
	width: 100%;
	display: flex;
	align-items: center;
	vertical-align: middle;
	flex-direction: column;
	justify-content: center;
}

#oidc-title {
	font-size: 1.8rem;
}

.login-inputs-container {
	margin-top: 20px;
	width: 100%;
}

.login-button-container {
	margin-top: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	vertical-align: middle;
	flex-direction: column;
	justify-content: center;
}

#username {
	width: 100%;
}

#login-btn, #regular-login-btn, #saml-login-btn, #mfa-login-btn {
	border-radius: 10px;
	width: 100%;
	text-align: center;
	color: white;
	margin-top: 10px;
}

#password-recovery {
	margin-top: 30px;
}

#status-privacy-container {
	margin-top: 30px;
	display: inline-grid;
}

#privacy-policy {
	margin-top: 10px;
}

#login-footer {
	clear: both;
	padding: 8px 0 5px 0;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#login-footer #copyright a {
	color: #69B5DD;
	text-decoration: none;
}

#login-footer #copyright a:hover {
	text-decoration: underline;
}

.errorBox {
	font-size: 15px;
	color: red;
	margin-bottom: 20px;
}
