html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.75;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* Basic Typography Styling */
html {
  height: 100%;
}

body {
  font-size: 85.5%;
  color: #222;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background-image: radial-gradient(at 50% 0%, #4E6169 0%, #263238 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

p {
  margin: 0 0 1em;
}

a {
  outline: inherit;
  color: #248FEF;
}

a:hover {
  color: rgba(36, 143, 239, 0.8);
}

button {
  border-radius: 0;
  color: #fff;
  background: #3498db;
  padding: 10px 20px;
  border-width: 1px;
  border-color: #3498db;
  border-style: solid;
  transition: all 0.15s ease-in-out;
  margin-right: 5px;
}

button:hover {
  background: #3cb0fd;
  border-color: #3cb0fd;
}

h1 {
  font: 0/0 a;
  margin: 20px auto;
  text-align: left;
  height: 65px;
  width: 320px;
  background-size: 320px 65px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

form {
  text-align: center;
}

fieldset {
  padding: 0;
  width: 330px;
  margin: 0 auto;
}

input {
  border-radius: 0;
}

fieldset p {
  margin-bottom: 30px;
}

fieldset label {
  position: absolute;
  margin-top: 19px;
  left: 10px;
}

fieldset input,
fieldset input[type=password] {
  padding: 20px 10px 20px 40px;
  width: 100%;
  background-color: transparent;
  border: 0;
  color: #fff;
  outline: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 10px;
  transition: all 0.15s ease-in-out;
}

fieldset input:focus,
fieldset input[type=password]:focus {
  border-bottom: 1px solid white;
  background-color: rgba(255, 255, 255, 0.025);
}

fieldset input:focus:-ms-input-placeholder,
fieldset input[type=password]:focus:-ms-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}

fieldset input::-webkit-input-placeholder,
fieldset input[type=password]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}

fieldset input::-moz-placeholder,
fieldset input[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

fieldset input:-ms-input-placeholder,
fieldset input[type=password]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}

fieldset input:-moz-placeholder,
fieldset input[type=password]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

fieldset .btnrow {
  margin: 30px 0 0 160px;
  text-align: left;
}

fieldset ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

fieldset ul li {
  margin-bottom: 5px;
}

/* xforms styling */
.xforms-required .xforms-required-icon {
  display: none;
}

.xforms-alert {
  display: none;
}

.xforms-alert-icon {
  display: none;
}

.xforms-required-icon {
  display: none;
}

.buttonrow {
  margin: 20px 0;
}

.buttonrow button {
  width: 100%;
}

.buttonrow button:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease-in-out;
}

.buttonrow button svg {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  display: none;
}

@keyframes animateInfinateSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#submitbuttonprogress {
  animation: animateInfinateSpin ease-in-out 0.8s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
}

.buttonrow .submitted button svg {
  display: inline-block;
}

.buttonrow .submitted button {
  opacity: 0.5;
}

.linkrow {
  margin: 0 0 20px 0;
  display: flex;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.linkrow a {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
}

.linkrow a:focus {
  color: rgba(255, 255, 255, 0.4);
  outline-style: solid;
  outline-color: rgba(255, 255, 255, 0.1);
  outline-width: thin;
}

.linkrow a:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out;
}

.linkrow .forgotpass {
  margin: 0;
  flex: 1 1 auto;
  text-align: center;
  padding-left: 0;
}

.linkrow .changepass {
  margin: 0;
  flex: 1 1 auto;
  text-align: center;
  padding-right: 0;
}

.footer {
  display: flex;
  padding: 0;
}

.logo-footer {
  padding: 3px 0 0 15px;
  flex: 1 1 auto;
  background-position: 30% 10%;
  background-size: 98px 20px;
  background-repeat: no-repeat;
  width: 250px;
  height: 50px;
}

.copyright {
  flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 90%;
}

.copyright:hover {
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.15s ease-in-out;
}

.welcometext {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}

.messageregion {
  margin-bottom: 20px;
  color: #fff;
}

.messageregion .xforms-group-content {
  padding: 10px;
  background-color: rgba(255, 0, 0, 0.1);
}

.messageregion xforms-group {
  padding: 10px;
  background-color: rgba(255, 0, 0, 0.1);
}

#username {
  position: relative;
}

#password {
  position: relative;
}

#icon-username {
  position: absolute;
  top: 0;
  left: 10px;
}

#icon-password {
  position: absolute;
  top: 0;
  left: 10px;
}

xforms-required, xforms-alert-mark {
  display: none !important;
}

#xerox-logo {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}

@keyframes animateInfinateSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div#statusPanel {
  animation: animateInfinateSpin ease-in-out 0.8s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  text-indent: -99999px;
  overflow: hidden;
  background: transparent url(spinner_inline_reverse.svg) 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  min-height: 0;
  min-width: 0;
  border: 0;
}
/*# sourceMappingURL=login.css.map */