html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
.login-panel {
  display: none;
}
.reset-panel {
  display: none;
}
.reset-panel-success {
  display: none;
}
.compatible-panel {
  display: none;
}
.geolocation-denied-mozilla-panel {
  display: none;
}
.geolocation-denied-chrome-panel {
  display: none;
}
.geolocation-denied-safari-panel {
  display: none;
}
body {
  background-color: #6f6f6f !important;
  color: #556177;
  font-family: Helvetica, Arial;
}
.form-container {
  background-color: #e5e5e5;
  padding: 40px;
  background-image: url(/resources/login/images/logo-background.fw.png);
  background-repeat: no-repeat;
  background-position: right -50px bottom -50px;
}
.loading-panel {
  background: url(/resources/login/images/loading-32x32.gif) no-repeat center
    center;
  height: 230px;
}
.header {
  padding: 40px;
  background-color: white;
}
.line > div > div {
  height: 4px;
}
.line > .row {
  margin: 0px;
}
.line .blue {
  background-color: #77c4ed;
}
.line .dark-blue {
  background-color: #384757;
}
.line .green {
  background-color: #85be29;
}
.line .dark-green {
  background-color: #61b4a3;
}
.line .yellow {
  background-color: #f8c301;
}
.line .red {
  background-color: #b9251b;
}
.line .orange {
  background-color: #ed9a67;
}
