body {
  background-color: transparent;
  font-size: 15px;
}

html {
  background: url("images/body-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
}

.container, .container-fluid {
  margin-top: 200px;
}
@media all and (max-width: 768px) {
  .container, .container-fluid {
    margin-top: 75px;
  }
}

div.p {
  border: 2px solid #000000;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media all and (max-width: 768px) {
  div.p > div {
    margin-top: 20px;
  }
}

p.name {
  font-weight: 900;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 0;
}

a.enter {
  display: block;
  width: 194px;
  height: 41px;
  background: url("images/btn.png") no-repeat 0 0;
  margin: 0 auto;
}

span.address {
  color: #fff;
  display: block;
  font-size: 10px;
}

a.logo {
  position: absolute;
  left: 50%;
  margin-left: -86px;
  top: -50px;
}
