.vyve_bg_grey {
  background-color: #CECECE; }

.oe_login_form, .oe_reset_password_form, .oe_signup_form {
  margin: 0;
  width: 100%;
  max-width: none;
  padding: 16px;
  border: 1px solid #CECECE;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6); }

.vyve_wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/wave-min.png);
  background-attachment: scroll; }

#vyve_login_footer {
  background: #1e1e1e;
  width: 100%;
  display: none; }

#vyve_login_header img {
  height: 100px; }

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