.vwo_popup h2 {
  margin: 7px 0;
  font-weight: normal;
  font-size: 21px;
}

.lecturio-form-login-register-oder {
  font-weight: bold;
  font-size: 15px;
  color: #3c7498;
  text-align: center;
}

.lecturio-form-login-register-separator-container {
  float: left;
  width: 304px;
  margin: 2px 0 7px 0;
}

.lecturio-form-login-register-separator-6 {
  float: left;
  width: 6px;
  height: 10px;
}

.gray-line-52, .gray-line-53, .gray-line {
  float: left;
  background-color: #e5e5e5;
  width: 52px;
  height: 1px;
  margin: 7px 0 0 0;
}

.gray-line-53 {
  width: 53px;
}

.gray-line {
  width: 272px;
}

.lecturio-form-login-register-separator-text {
  float: left;
  width: 166px;
  text-align: center;
  color: #303030;
  font-size: 12px;
}

.lecturio-form-login-register-content {
  width: 304px;
  float: left;
  margin: 0;
}

.lecturio-form-login-register-row,
.lecturio-form-login-register-row-last,
.lecturio-form-errors-login,
.lecturio-form-login-errors-bottom-text-container {
  clear: both;
  width: 267px;
  padding: 0 0 6px 5px;
  float: left;
}

.lecturio-form-login-errors-bottom-text {
  float: left;
  width: 260px;
  font-size: 10px;
}

.lecturio-form-login-errors-bottom-text-container {
  padding: 2px 0 5px 0;
  position: absolute;
  bottom: 0;
}

.lecturio-form-login-register-email {
  float: left;
}

.lecturio-form-login-register-email input {
  display: block;
  width: 211px;
  padding: 6px 4px 6px 44px;
  width: 211px;
  background: url("../images/home_page/v2/e-mail-icon.png") 9px center no-repeat;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.vwo_popup .submit {
  width: 260px;
  height: 40px;
  margin: 3px 38px 13px 0;
  padding: 4px 10px;
  border: 1px solid #3b800a;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  background: #62b212;
  background: linear-gradient(top, #7bc617, #4aa00d);
  background: -moz-linear-gradient(top, #7bc617, #4aa00d);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7bc617), to(#4aa00d));
  background: -o-linear-gradient(top, #7bc617, #4aa00d);
  text-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #b4e122;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #b4e122;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #b4e122;
}

.vwo_popup .submit:hover, .vwo_popup .submit:focus {
  cursor: pointer;
  outline: 0;
  border-color: #295a07;
  background: #44990c;
  background: linear-gradient(top, #54b310, #348309);
  background: -moz-linear-gradient(top, #54b310, #348309);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#54b310), to(#348309));
  background: -o-linear-gradient(top, #54b310, #348309);
  box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #8acf16;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #8acf16;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 0 1px 1px #8acf16;
}

.lecturio-form-login-register-content input.submit {
  float: right;
}

.iframe_body .vwo_popup .submit {
  margin: 3px 38px 13px 0;
}

.vwo_popup .error {
  float: left;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background: none;
}

.vwo_popup .error input {
  background-color: #c23f40;
}

.vwo_popup .error.registered input {
  background-color: #8bbd2d;
}

.vwo_popup .error .clr {
  display: none;
}

.vwo_popup .error_list {
  float: left;
  width: 260px;
  margin: 0;
  padding: 6px 20px 6px 0;
  font-size: 10px;
  background: none;
}

.vwo_popup .error_list li {
  margin-left: 2px;
  color: #B82D0F;
}

.vwo_popup .registered .error_list li {
  color: #54b310;
}

.submit-loader {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 0 24px 119px;
  padding: 0;
  background: url("../images/home_page/v2/loader.gif");
}

.submit-loader.vwo_bb1 {
  position: absolute;
  top: 162px;
}

.submit-loader.vwo_bb2 {
  margin: 0 0 10px 232px;
}

.clr {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}