* {
  margin: 0;
  padding: 0;
}

html {
  width: 100vw;
  height: 100vh;
}

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  /* background: rgb(137, 147, 139);
  background: linear-gradient(141deg, rgba(137, 147, 139, 1) 0%, rgba(55, 55, 55, 1) 100%); */
  background: rgb(160,237,157);
  background: linear-gradient(45deg, rgba(160,237,157,1) 20%, rgba(170,218,255,1) 85%);
  /* background-image: url('../images/bg/map-car2.jpg'); */
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica;
  letter-spacing: 0.02em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

#particles-js {
  position: absolute;
  width: 98%;
  height: 98%;
  transition: background-color 1s ease;
}

.s-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/* ---------- ERIC MEYER'S RESET CSS ---------- */


/* ---------- https://meyerweb.com/eric/tools/css/reset/ ---------- */

@import url(https://meyerweb.com/eric/tools/css/reset/reset.css);

/* ---------- FONTAWESOME ---------- */

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}


/* ---------- GENERAL ---------- */

* {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    height: 100%;
}

input {
    background-image: none;
    border: none;
    font: inherit;
    margin: 0;
    padding: 0;
    transition: all .3s;
}


/* ---------- ALIGN ---------- */

.align {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ---------- GRID ---------- */

.grid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 400px;
}


/* ---------- LOGIN ---------- */

#login h2 {
    background: #0d9624;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 28px;
    padding: 20px 26px;
    margin-bottom: 0px !important;
}

#login h2 span[class*="fontawesome-"] {
    margin-right: 14px;
}

#login fieldset {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px 26px;
}

#login fieldset p {
    color: #777;
    margin-bottom: 14px;
}

#login fieldset p:last-child {
    margin-bottom: 0;
}

#login fieldset input {
    border-radius: 3px;
}

#login fieldset input[type="text"],
#login fieldset input[type="password"] {
    background: #eee;
    color: #777;
    padding: 4px 10px;
    width: 100%;
    /* text-align: center; */
}

#login fieldset input[type="submit"] {
    background: #0d9624;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 4px 0;
    width: 100px;
}

#login fieldset input[type="submit"]:hover {
    background: #096418;
    border-radius: 6px;
}
