/* css reset start */
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-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-spacing: 0; }

/* css reset end */
body {
  color: #292929;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  --sidebar-width: 0em; }

#page-content {
  margin: 1em;
  font-size: 18px;
  color: #292929;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-align: center; }

.boxed {
  background-color: #ededed;
  padding: 60px 50px;
  text-align: center;
  width: 20em;
  margin: 0 auto;
  margin-bottom: 30px; }
  .boxed h3 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 1.25em;
    font-weight: bold;
    font-family: sans-serif; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="password"] {
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  display: block;
  height: 50px;
  text-indent: 15px;
  width: 100%; }

.login-form input {
  text-align: center;
  text-indent: 0; }

.boxed {
  border-radius: 10px; }

.button {
  border-radius: 25px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  min-height: 50px;
  min-width: 200px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: background-color 0.15s;
  width: 100%;
  outline: none; }

.button--green {
  background-color: #018543;
  border-color: transparent;
  color: #ffffff; }

@media only screen and (min-width: 768px) {
  .button {
    width: auto; } }
form .form__single-input {
  text-align: center;
  margin-bottom: 0.5em; }

/*# sourceMappingURL=login.css.map */
