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-top: 15px;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-position: center;
  background-repeat:  no-repeat;
  background-attachment: fixed;
  background-size:  100% 100%;
  background-color: #f1f1f1;
  font-family: 'Roboto', sans-serif;
}

#login-box, #login-box-1 {
  width: 385px;
  height: 240px;
  text-align: center;
}
#login-box-1 {
  background-color: rgba(23, 22, 24, 0.8);
}

#leanworks-login {
  width: 340px;
  display: block;
  padding-top: 20px;
  padding-left: 25px;
}
#Button1 {
  height: 40px;
  width: 200px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: #ff5300;
  border: none;
  cursor: pointer;
  cursor: hand;
  border-radius:12px;
}
#Button1:hover {
  width:204px;
  height:44px;
  font-weight:600;
}

#lwc-tagline {
  padding-top: 40px;
  font-size: 19px;
  color: #ffffff;
  line-height: 150%;
}
#lwc-login {
  padding-top: 18px;
}

footer {
  background-color: #2b2338;
  width: 100%;
  bottom: 0;
  position: fixed;
  text-align: center;
  padding: 5px;
}
#cadem-link {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 600px) {
  #login-box, #login-box-1 {
    width: 100%;
  }
  #leanworks-login {
    width: 80%;
  }
}
