* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

header {
  color: #fff;
  width: 100%;
  padding: 10px 20px;
}

header .title i {
  font-size: 30px;
  margin-right: 8px;
}

header .title p {
  font-size: 25px;
  font-weight: bold;
}

header .menu nav ul li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.5px;
}

header .menu .openbtn i {
  font-size: 25px;
  cursor: pointer;
}

header {
  background: #000;
  height: 60px;
}

header .title i {
  color: #fff;
}

main {
  height: 70vh;
  width: 100%;
}

main .login-form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  margin: 0 auto;
}

main .login-form form input {
  border: 1px solid lightgrey;
  width: 120%;
  height: 35px;
  padding: 5px 10px;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

main .login-form form a {
  margin-top: 20px !important;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  background: #000;
  color: #fff;
  text-decoration: none;
}

main .login-form form .btn {
  padding: 8px 25px;
  background: #000;
  color: #fff;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */