@font-face{
    font-family:CenturyGothic;
    src:url(CenturyGothic.ttf);
}

*{
    
    margin:0;
    font-family:CenturyGothic;
}
.register{
    margin:auto;
    padding:0;
    width:100%;
    height:840px;
    background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
    background-image:url('image/Dermlaze_Microsite_bcgrd.jpg');
}

.emailDiv{
    width:1280px;
    height:994px;
    margin:auto;
    padding:0;
    background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
    background-image:url('http://www.dermlaze.com.my/evoucher/image/Dermlaze_EDM_bcgrd.jpg');
}
.evoucher{
    width:550px;
    
}
#emaillogo{
    margin-top:12px;
    width:150px;
}
#texts{
    padding: 5%;
    margin-top: 60px;
    font-size: 22px;
    line-height: 40px;
}
.sn{
    position: relative;
    top: 45px;
    left: 405px;
    font-size: 14px;
    width: 144px;
}
.sn span{
    color:#ff0080;
}
.wrongv{
    padding: 5%;
    margin-top: 100px;
}
.redeemnowlink{
    border:2px solid white;
    color:white;
    background-color:#70A012;
    padding: 3px 20px;
    text-decoration: none;
}
.redeemnowlinked{
    border:none;
    color:white;
    background-color:#808080;
    padding: 3px 20px;
    text-decoration: none; 
    cursor:pointer;
}
#reglogo{
    margin-top: 20px;
    width: 230px;
}
#regform{
    padding:5%;
    width:507px;
}
#regform #table1 td{
    font-size:18px;
}
#regtitle{
  
    color:#70A012;
}
#regform #name,#regform #contact,#regform #email{
    height: 30px;
    width: 421px;
    padding:3px 5px;
    margin:10px auto;
    font-size:18px;
    line-height:30px;
}
.evoucherindex{
    width:500px;
}
.texttop{
    vertical-align: text-top;
    width:40px;

}
.tncText{
    font-size:9px ;
    text-align:justify;
}
#submitbtn{
    float: right;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 200px;
    text-align: right;
    color: white;
    background-color: #70A012;
    border: none;
    font-weight: bold;
    padding-right:12px;
}
.t2tr{
    margin-bottom:20px;
}
#table2{
    margin-top:50px;
}

.tqdiv{
    padding: 5%;
    margin-top: 200px;
    font-size: 125%;
}
.tnc{
   
    color:white;
}


.pop_treatment{
    margin-top: 40px;
    margin-bottom: 40px;
}
.pop_treatment h1{
    color: #70A012;
}
.pop_treatment p{
    margin-top: 14px;
    line-height: 26px;
    font-size: 18px;
}



@media only screen and (min-width: 1300px ){
    .register,.emailDiv,html,body{
        margin:auto;
    }

    html,body{
        width:1280px;
        height:840px;
    }
}

