body .modal-bg.dark {background: #e9ecf5 url('background.jpg') no-repeat center center; background-size: cover;}
.wvdplas-form { 
    background: #fff; 
    border-radius: 10px; 
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%); 
    display: flex;
    justify-content: center;
    width: 100% !important;
    max-width: 400px;
    padding: 40px;
}

.modal-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
}

.wvdplas-form.loginform {
  z-index: 2;
}

.column {
  padding: 0!important;
}

button:focus { 
  outline: none; 
}

html .loginform h1 { 
  color: #646a70; 
  margin-bottom: 20px;
  text-align: left;
}

html .loginform td {
  display: flex; width: 100% !important; border: 0; margin: 0;
}

html .loginform td:nth-child(1) { 
  margin-bottom: 12px; 
}

html .loginform td:nth-child(2) {
  border-left: 0;
}

html .loginform .link {
  color: #e84646;
  margin-top: 20px;
}

table {
  width: 100%;
}

html body button, html body .button {
  transition: all 0.6s cubic-bezier(0.25, 1, 0.33, 1);
  -moz-transition: all 0.6s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.33, 1);
  -o-transition: all 0.6s cubic-bezier(0.25, 1, 0.33, 1);
  will-change: transform;
}

html body button:hover, html body .button:hover {
  background: none;
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

html body button.primary, html body .button.primary {
    background: #6da554;
    color: #fff;
    border-radius: 40px;
    font-weight: bold;
    border: none;
    padding: 15px 30px!important;
    vertical-align: middle;
    font-size: 17px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.6s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.6s cubic-bezier(0.25, 1, 0.33, 1);
    text-decoration: none;
    outline: 0;
    will-change: transform;
}

html body button.primary:hover, html body .button.primary:hover { 
  background: #5a8e42; 
}

html body button.secundary, html body .button.secundary, html body button#btnGuest {
    display: inline-block;
    border-radius: 40px;
    background: #edeef2;
    color: #646a70;
    font-weight: bold;
    border: none;
    padding: 15px 30px!important;
    vertical-align: middle;
    font-size: 17px;
    transition: .25s all ease-in-out;
    text-decoration: none;
    margin-bottom: 1rem;
    will-change: transform;
    margin-bottom: 0;
}

html body button.secundary:hover, html body .button.secundary:hover, html body button#btnGuest:hover {
    background: #e4e5ec;
}

html body button.secundary, html body .button.secundary {
  display: none;
}

html .loginform input[type=text], html .loginform input[type=password], html .loginform input[type='textbox'], html .loginform input[type='password'] {
    padding: 1rem 1.2rem;
    background: #edeef2;
    color: #646a70;
    border-radius: 4px;
    border: 0;
}

html .loginform .login-seperator {display: none;}

::placeholder, ::-webkit-input-placeholder {
    color: #646a70;
}

:-ms-input-placeholder { 
    color: #646a70;
}
  
::-ms-input-placeholder {
    color: #646a70;
}

@media (max-width: 767px) {
  .wvdplas-form {
      width: 92%!important;
  }
}