a {
  text-decoration: none;
}

body {
  background: #000000 url(../img/wow.jpg) no-repeat top center;
}

.bg {
  background: url(../img/wow2.jpg) no-repeat center center/cover;
}

i {
  font-size: 12px;
}

.content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.pic img {
  height: 200px;
  width: 180px;
  border-radius: 5px;
}

.bg-m1 {
  background: #9c7223;
}

.bg-m2 {
  background: #464646;
}

.no-active {
  display: none;
}

.active {
  display: block;
}

#login {
  margin: auto;
  width: 450px;
  height: 350px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 0px solid #000000;
  background: rgba(0, 0, 0, 0.8);
  color: #d4d4d4;
}
#login a {
  color: #ffd82b;
}

#register {
  margin: auto;
  width: 450px;
  height: 600px;
  padding: 10px 20px;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #d4d4d4;
}
#register a {
  color: #ffd82b;
}

.logo {
  height: 210px;
  margin: auto;
  width: 500px;
}/*# sourceMappingURL=main.css.map */