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;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box; }

body {
  line-height: 1;
  box-sizing: border-box; }

ol, ul {
  list-style: none;
  box-sizing: border-box; }

blockquote, q {
  quotes: none;
  box-sizing: border-box; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
  box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box; }

@font-face {
  font-family: "";
  src: url("../fonts/.eot");
  src: url("../fonts/.svg#") format("svg");
  src: url("../fonts/.otf") format("opentype");
  src: url("../fonts/.woff");
  src: url("../fonts/.woff2"); }
* {
  box-sizing: border-box; }

input {
  -webkit-appearance: none; }

.button {
  text-align: center;
  padding: 10px;
  background-color: #7d7d7d;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button:hover {
    background-color: #979797; }
  .button.warn {
    background-color: black; }
    .button.warn:hover {
      background-color: #1a1a1a; }
  .button.ok {
    background-color: #e83d09; }
    .button.ok:hover {
      background-color: #f75c2d; }
  .button.info {
    background-color: #2082a8; }
    .button.info:hover {
      background-color: #28a3d3; }
  .button.disabled {
    background-color: #7d7d7d;
    color: #c8c8c8;
    cursor: not-allowed; }
    .button.disabled:hover {
      background-color: #7d7d7d; }

html, body {
  font-family: Helvetica;
  width: 100%;
  height: 100%; }

.container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1; }
  .container .login {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    background-color: white;
    border-radius: 5px; }
    .container .login input {
      width: 100%;
      border: none;
      border-bottom: 1px solid #5b3e58;
      font-size: 20px;
      padding: 5px 10px; }
      .container .login input::placeholder {
        color: rgba(0, 0, 0, 0.5); }
    .container .login .row {
      padding: 10px; }
      .container .login .row.header {
        width: 100%;
        text-align: center;
        font-size: 30px;
        background-color: #5b3e58;
        color: white;
        font-weight: bold;
        border-radius: 5px 5px 0 0; }

@media screen and (max-width: 960px) {
  .container {
    padding: 50px; }
    .container .login {
      left: unset;
      top: unset;
      transform: unset;
      width: calc(100% - 100px); } }
@media screen and (max-width: 480px) {
  .container {
    padding: 10px; }
    .container .login {
      left: unset;
      top: unset;
      transform: unset;
      width: calc(100% - 20px); } }

/*# sourceMappingURL=main.css.map */
