.simplecallback-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}


 .simplecallback-overlayed {
    display:block;
    width: 30%;
    position: fixed;
    top: 20% !important;
    left: 50%;
    margin-left: -16.5%;
    z-index: 10010;
    background: #F0608D;
    padding: 30px;
    text-align: center;
}

.simplecallback-close {
    font-size: 36px;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 4px;
    color: white;
}

.simplecallback h3 {
    font-size: 24px;
    color: white;
    margin-top: 0;
    font-weight: 300;
}

.simplecallback-close:hover {
    opacity:0.5;
}

.simplecallback-captcha {
    margin-bottom: 10px;
}
.input-block-level {
  display: inline-block;
  width: 280px;
  height: 45px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #E4CED5;
  text-transform: uppercase;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-top: 10px;
}
.btn4 {
 width: 100%;
 height: 44px;
 margin-left: 0%;
 border: none;
 color: #FFFFFF;
 font-size: 15px;
 font-family: 'Roboto', sans-serif;
 cursor: pointer;
 margin-top: 10px;
 transition: all 0.8s;
 background-color: #8DC5E0;
}