
#popupForm {width: 100%; max-width: 400px; height: auto !important;; padding: 20px !important; text-align: center;}
#popupForm .logo-row div {text-align: center; margin-bottom: 20px;}
#popupForm .logo-row .col-md-12 {padding-left: 0px; padding-right: 0px;}
#popupForm .row {margin-left: 0px; margin-right: 0px;}
#popupForm .row.success {display: none;}
#popupForm .popup_error {color: red; padding-left: 15px; padding-right: 15px;}

#popupForm p {color: #0e3240;}
#popupForm p.l1 {font-size: 12px; font-style: italic;}
#popupForm p.l2 {font-size: 50px; font-weight: bold; color: #0295cd;}
#popupForm p.l3 {font-size: 12px; font-style: italic;}
#popupForm p.l6 {font-size: 12px; font-style: italic;}
#popupForm p.l4 input {border: 1px solid black !important;; background-color: white !important;; text-align: center !important; color: #0e3240 !important;}
#popupForm p.l6 a {color: #0295cd;}
#popupForm p.l6 a:hover {color: red;}

#popupForm .g-recaptcha {margin: 0 auto; margin-bottom: 10px; display: flex; align-items: center; justify-content: center;}

#popupForm h1 {
color: #111;
    text-align: left;
    font-size: 1.57143rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
    padding-left: 0px;
    padding-right: 0px;
}

#popupForm .row.main {
    border: 1px solid hsla(0,0%,63%,.25);
    padding: 15px 0 15px 0;
    margin: 0 auto;
}

#popupForm .row.main .form-group {
    width: 100%;
}

#popupForm .row.main .col-form-label {
    text-align: left;
}

#popupForm .forgot-password {
    text-align: center;
    font-size: .875rem;
    padding-bottom: 0.9375rem;   
    width: 100%;
}

#popupForm footer {
    width: 100%;
}

#popupForm .no-account {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.overlaysite {
    position: fixed;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    z-index: 8000;
    background: #000;
 
  background: url('/img/vegetus-logo-1539724610.jpg') repeat center center fixed;
  background-size: contain;
  overflow: hidden;
  filter: blur(10px); /*тот самый эффект blur который нужен*/   
  opacity: 0.8;
}