.contain {
  display: none;
}

.ovblend {
  position: fixed;
  padding: 10px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 99;
  text-align: center;
  overflow: auto;
  padding-top: 20%;
}

.ovblend .close
{
  display: block;
  width: 9px;
  height: 9px;
  background: url('https://old.medialooks.com/images/close.png') no-repeat 0 0;
  position: absolute;
  right: 10px;
  top: 10px;
  text-indent: -9999px;
  z-index: 10;
}

.ovblend .contain {
  display: block;
}

.overlay {
  margin: auto;
  width: 100%;
  max-width: 370px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.3);
  color: #707070;
}

.overlay .contain {
  padding: 50px 45px;
  font-family: "Open Sans", sans-serif;
}

.overlay input[type='email'] {
  padding: 0 15px;
  width: 250px;
  height: 45px;
  font: normal 16px "Open Sans", sans-serif;
  text-align: center;
  color: black;
  border: none;
  border-radius: 4px;
  background-color: #efefef;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}

.overlay input[type='email']::placeholder {
  color: #707070;
}

.overlay input[type='email']:focus {
  outline-width: 0;
}

.overlay input[type='email'].error {
  background-color: #ffd5d5;
  border: 2px solid red;
  box-shadow: none;
}

.overlay .check {
  margin: 17px 0;
  display: block;
  font: normal 16px "Open Sans", sans-serif;
  text-align: center;
}

.overlay .check label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.overlay .check input[type='checkbox'] {
  display: none;
  margin: 0;
  vertical-align: middle;
}

.overlay .check input[type='checkbox'] + label {
  position: relative;
  padding-left: 25px;
  opacity: 0.5;
}

.overlay .check input[type='checkbox'] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #efefef;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.overlay .check input[type='checkbox']:checked + label {
  opacity: 1;
}

.overlay .check input[type='checkbox']:checked + label:before {
  content: "";
  background: #3dc1e7;
  background: linear-gradient(to bottom, #3dc1e7, #3eabfe);
  box-shadow: none;
}

.overlay .check input[type='checkbox']:checked + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 10px;
  background: url("https://old.medialooks.com/images/sprite.png") no-repeat 0 -1px;
}

.overlay .done {
  position: relative;
}

.overlay .done a {
  height: 45px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font: normal 600 19px/45px "Open Sans", sans-serif;
  color: white;
  border-radius: 5px;
  background-color: #4f7cac;
}

.overlay .done a.disabled {
    background-color: #979797;
    mouse-events: none;
}

.overlay .done .done-wait {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  font-size: 16px;
  text-align: center;
  opacity: 0.5;
}

.overlay .success .img {
  margin: -10px auto 9px;
  width: 30px;
  height: 30px;
  background: url("https://old.medialooks.com/images/sprite.png") no-repeat -16px -1px;
}

.overlay .success .action-hdr {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.17;
  text-align: center;
  color: black;
}

.overlay .success .doble-link {
  margin: 29px auto -10px;
  font-size: 16px;
  text-align: center;
}

.overlay .success .doble-link a {
  color: #3eb5f5;
}
@media screen and (min-width: 400px) {
  .overlay .success {
    padding: 0 55px;
  }
}