/* form */
#daf_success {
  background: none repeat scroll 0 0 #fff;
  padding: 55px 30px 30px;
  width: 700px;
  max-width: 95%;
}
#daf_success > .title.title-h2 {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #222;
}
#daf_loading {
  background: none repeat scroll 0 0 #fff;
  padding: 20px;
  width: 300px;
}
#daf_loading .fancybox-close-small{
    display: none;
}

#daf_load {
  background: none repeat scroll 0 0 #2ec8a6;
  height: 10px;
  width: 10%;
}
[name="lastname"]{
  display:none !important;
}
.hidden {
  display:none;
}


.success_message_block .head{
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #222;
}
.success_message_block .content{
    text-align: center;
}

@media only screen and (max-width: 479px){
    #daf_success {
        padding: 35px 15px 20px; }
}