@font-face {
    font-family: 'verdanabold';
    src: url('fonts/verdanab-webfont.woff2') format('woff2'),
        url('fonts/verdanab-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'merckregular';
    src: url('fonts/merck-font-webfont.woff2') format('woff2'),
        url('fonts/merck-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#demonote{
    display: none !important;
}
body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    font-family: 'Verdana';
    font-size: 12px;
}
p{
    margin: 0px;
}
*{
    margin: 0px;
}
.page-box{
    width: 800px;
    background: #29b8ce;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.page-box-content{
    background: url("../images/reg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*    background: #522583;*/
    margin: 0 auto;
    width: 800px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1388px;
    border: 4px solid #e8e9e8;
}


.slider_wrapQ1 {
    height: 35px;
    width: 490px;
    position: absolute;
    top: 549px;
    left: 284px;
    z-index: 999999;
}
.slider_wrapQ2 {
    height: 35px;
    width: 490px;
    position: absolute;
    top: 656px;
    left: 284px;
    z-index: 999999;
}

label{
    color: #ffffff;
    font-family: 'verdanabold';
    font-size: 17px;
}
input[type=text],input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 3px solid #522E91;
    border-radius: 6px;
    box-sizing: border-box;
    color: #503291;
    font-size: 16px;
    font-weight: bold;  
    font-family: 'verdanabold';
}

.slider_wrapQ3 input{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #503291;
}


.part1{
    position: absolute;
    top: 65px;
    left: -25px;
}


.submit {
    cursor: pointer;
    width: 715px;
    position: absolute;
    top: 830px;
    left: 40px;
    height: 150px;
    background: transparent;
    text-indent: -999999px;
    border: none;
}







