.customform .error{
    font-size: 13px;
    color: #d83f3f;
}

.customform .formlabel{
	margin-top: 20px;
}

#thank{
  font-size: 80px;
  text-align: center;
  color: #fff;
}

#tick{
    display: block;
    margin: 0 auto;
    height: 260px;
}

#confirmed{
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-decoration: bold;
}

#reply{
    text-align: center;
    font-size: 20px;
   /* color: brown;*/
    color: #fff;
}

.back{
    text-align: center;
    font-size: 15px;
    color: #fff!important;
}

.back a{
    color: #fff!important;
}

#confirmBody{
  background: url("../images/confbg.jpg") no-repeat fixed center center / 100% auto rgba(0, 0, 0, 0);
}