body {
  background-attachment: fixed;
  webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  padding-top: 30px;
}

.main-logo {
  padding: 20px;
  margin-bottom: 20px;
}

.main-logo img {
  width: 200px;
}

@media (max-width: 1024px) {
  .main-logo img {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .main-logo img {
    width: 100px;
  }
}

.background-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: .3;
  background: black;
  z-index: -1;
}

.panel.panel-form,
.panel.panel-form .panel-heading {
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
}
.panel.panel-form.ad-panel-sec {
    background: #fff;
    border-radius: 5px;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}
.ad-panel-sec input {
    border: 0px !important;
    background: none;
    outline: none;
    border-bottom: 2px solid #00af00 !important;
    box-shadow: none;
    padding: 0 5px;
    margin-bottom: 5px;
   
}
.links > a {
  color: #fff;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.main-logo.login-logo {
    display: none;
}
.login-panel-heading {
    padding: 0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff !important;
}
a.login-box-logo {
    text-align: center;
    float: none;
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
}


