* {
	margin: 0;
	padding: 0;
}

html {
	background-color: rgb(21, 89, 118);
	height: 100%;
	width: 100%;
}

body {
	color: #333333;
	font-family: Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	height: 100%;
	width: 100%;
}

#header {
	width: 1000px;
	margin: 20px auto;
}

.title-pane {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px 10px;
	font-size: 24px;
	color: #fff;
	background-color: rgb(0, 40, 53);
}

.title-pane a {
	text-decoration: none;
	color: #fff;
}

#titleSeparator {
	height: 10px;
	margin: 0 12px 0 18px;
	border-left: 1px solid;
}

#clientName {
	color: #fff;
}

.app-title {
	font-size: 1.75rem;
	line-height: 1.1;
	flex: 2;
}

.app-structure-title {
	font-weight: bold;
}

.app-icon {
	flex: 1;
	background-image: url('../images/react-icons/app-white.svg');
	background-size: 150%;
	background-position: -30px -22px;
	background-repeat: no-repeat;
}

#logoPane {
	border: none;
	padding-left: 20px;
	overflow: hidden;
}

#logoPane img#logo {
	border: none;
}

form,
div.response {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	-moz-box-shadow: 0 4px 18px #c8c8c8;
	background: rgb(206, 214, 220) none repeat scroll 0 0;
	color: rgb(81, 87, 91);
	font-weight: normal;
}

.response {
	padding: 20px;
}

#username,
#password,
#passwordConfirmation,
.text-input {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dfdfdf;
	font-size: 24px;
	margin-right: 6px;
	margin-top: 2px;
	padding: 3px;
	width: 97%;
	box-shadow: 1px 1px 1px 1px #bbbbbb;
}

input {
	margin-top: 4px !important;
	color: #555555;
}

#login {
	margin: 5em auto;
	width: 500px;
	box-shadow: 2px 2px 1px rgba(0, 40, 53, 0.55);
}

#login form p {
	margin-bottom: 0;
}

#login .details {
	background-color: rgb(206, 214, 220);
	font-size: 10px;
	clear: both;
	padding: 8px 8px 20px;
}

#login .details p {
	padding-bottom: 1em;
}

label {
	color: #555555;
	font-size: 13px;
	font-style: italic;
}

h1 {
	color: #555555;
	font-size: 20pt;
	padding: 0 0 0.2em 0.7em;
}

button,
input[type='submit'],
input[type='reset'] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

form .submit-button {
	display: inline-flex;
	position: relative;
	cursor: pointer;
	margin: 8px;
	padding: 10px 16px;
	box-sizing: border-box;
	right: 8px;
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	letter-spacing: 0.02857em;
	font-weight: 500;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.87);
	background-color: #e0e0e0;
	box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
	border-radius: 4px;
	user-select: none;
}

form .login-error {
	font-size: 1.2em;
	font-style: italic;
	margin-top: 12px;
	padding: 8px;
	color: #b43a25;
}

.password-requirement {
	margin-left: -10px;
}
