/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-collapse: collapse;
  border-spacing: 0; }

.text-center {
  text-align: center !important; }

body {
  display: grid;
  grid-template-columns: 450px 1fr;
  grid-template-rows: 100vh;
  height: 100vh;
  width: 100vw;
  font-family: 'Helvetica';
  background-color: #E9EBF0; }

#form-container {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(30, 30, 30, 0.7); }

#image-container {
  grid-row: 1;
  grid-column: 2;
  padding: 0 0 56px 103px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end; }
  #image-container h1 {
    font-size: 54px;
    color: #ffffff; }
  #image-container h2 {
    margin-top: 13px;
    font-size: 24px;
    color: #ffffff; }

.user-container, .password-container {
  margin-top: 18px;
  display: flex;
  height: 41px;
  width: 273px; }
  .user-container .prefix, .password-container .prefix {
    border: 1px solid #878787;
    border-right: none;
    width: 41px;
    display: flex;
    border-radius: 2px 0 0 2px; }
  .user-container .user, .user-container .password, .password-container .user, .password-container .password {
    border: 1px solid #878787;
    font-size: 11px;
    color: #878787;
    text-align: left;
    width: 100%;
    border-radius: 0 2px 2px 0;
    padding-left: 16px;
    background-color: #E9EBF0; }

.login-button {
  float: right;
  margin-top: 34px;
  background: #232c3d;
  border: 1px solid #232c3d;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1.68px;
  width: 130px;
  height: 37px;
  font-size: 14.28px;
  color: #64ff6c; }

.login-icon {
  margin: auto; }

#video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

#error-container {
  margin-top: 14px;
  width: 273px;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: gainsboro;
  font-size: 12px;
  line-height: 14px; }

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