* {
  margin: 0;
  font-family: sans-serif;
}



.sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #34495e;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 10px 8px 10px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
  border-radius: 25px 0px 0px 25px;
}

.sidenav a:hover {
  margin-left: 50px;
  background: #c0392b;
  border-radius: 25px 0px 0px 25px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
  margin-left: 0px;
}

@media screen and (max-height: 700px) {
  .sidenav {
    width: 0px;
  }

  #main {
    width: 100%;
  }

  .login {
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
  }
}
@media screen and (min-width: 700px) {
  .login {
    margin-left: 25%;
    margin-top: 10%;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .login {
    margin-left: 35%;
    margin-top: 10%;
    width: 30%;
  }
}
.header {
  background: #34495e;
  padding: 15px 20px;
  color: #fff;
  display: flex;
  align-items: center;
}

.sideStyle ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.sideStyle li {
  padding: 0.5rem 0rem;
  text-decoration: none;
  transition-duration: 0.5s;
}
.sideStyle li:hover {
  cursor: pointer;
  transition: all 0.5s ease;
}
.sideStyle ul li ul {
  background: #2c3e50;
  display: none;
  opacity: 0;
  width: 100%;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  padding-left: 20px;
  margin-top: -4px;
  z-index: 111;
}
.sideStyle ul li:hover > ul,
.sideStyle ul li ul:hover {
  opacity: 1;
  display: block;
  transition: all 0.5s ease;
}
.sideStyle ul li ul li {
  clear: both;
  width: 100%;
}

.inputWidth {
  width: 100%;
  margin: 6px 0px;
}

.fx-card h4 {
  color: #c0392b;
}

.fx-card button:disabled {
  background: #bdc3c7;
  cursor: not-allowed;
}

.login {
  padding: 30px;
}
.login input {
  width: 90%;
  height: 30px;
  margin: 4px 0px;
}

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