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;
}
body {
  line-height: 1;
}

#login {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  width: 100%;
  height: 100%;
  background: #f2f4f5;
}

#login form {
  position: absolute;
  left: Calc(50% - 222px);
  margin-top: 113px;
  width: 445px;
  height: auto;
  border:solid 1px #e2e5e7;
  background: white;
}

#login .header {
  width: 100%;
  height: 128px;
  border-bottom:solid 1px #e2e5e7;
  text-align: center;
  padding-top: 30px;
}

#login .form {
  width: Calc(100% - 100px);
  padding: 20px 50px 50px 50px;
}

#login .form label{
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #626a70;
  line-height: 18px;
  margin-bottom: 10px ;
}

#login .form input {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 30px;
  border: solid 1px #d5d8da;
  border-radius: 3px;
  line-height: 30px;
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(228,228,229,1);
  -moz-box-shadow: inset 1px 1px 5px 0px rgba(228,228,229,1);
  box-shadow: inset 1px 1px 5px 0px rgba(228,228,229,1);
}


#login input:focus,
#login a,
#login a:focus,
#login button,
#login button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

#login .form button {
  width: 100%;
  margin-bottom: 28px;
  background: rgba(0, 139, 230, 1);
  border: none;
  border-radius: 3px;
  padding: 16px 0;
  color: white;
  font-size: 18px;
  font-weight: 600;
}

#login .form button[disabled] {
  background: rgba(0, 139, 230, 0.5);
  text-shadow: none;
  color: white;
}

#login .form a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #1193e8;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

#login .message {
  display: none;
  color: #626a70;
  padding: 6px 25px;
  background: #f6f8f9;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 3px;
}

.error {
  background: rgba(237, 23, 79, 0.05) !important;
  border: solid 1px rgba(237, 23, 79, 0.25);
}
