html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
* {  -webkit-box-sizing: border-box;  box-sizing: border-box;}
html,body{
    height:100%;
    width:100%;
}

body{
    background: url(https://aws-agoge.s3-eu-west-1.amazonaws.com/campagin/pr/smkb/images/background.jpg) no-repeat center center;
    direction: rtl;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/** Right side **/
#wrapper{
    width: 930px;
    height: 675px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'fbspoiler-bold';
    color: #fff;
}
#main-content{}
#wrapper h1{
    position: absolute;
    font-size: 53px;
    padding: 0 38px;
    width: 560px;
    text-align: center;
    line-height: 0.9;
    top: 100px;
    font-family: 'fbspoiler-black';
}
h1 small{
    display: block;
    font-size: 0.52em;
    font-family: 'fbspoiler-bold';
}
#wrapper ul{
    position: absolute;
    top: 461px;
    right: 41px;
}
#wrapper li{
    float: right;
    width: 109px;
    text-align: center;
    margin-left: 22px;
    font-size: 22px;
    line-height: 0.8;
    font-family: 'fbspoiler-bold';
    padding: 0 9px;
}

/** Left side **/
#form-wrapper{
    position: absolute;
    left: 29px;
    width: 262px;
    top: 104px;
}
#wrapper h2 {
    font-size: 65px;
    left: -41px;
    text-align: center;
    font-family: 'fbspoiler-black';
    line-height: 1.4;
}
#wrapper p2{
    font-size: 29px;
    line-height: 600px;
    text-align: center;
    left: 500px;
    padding: 0 25px;
}
#wrapper p{
    text-align: center;
    font-size: 29px;
    line-height: .8;
    margin-top: 20px;
    padding: 0 25px;
}
#jetform{
    margin-top: 21px;
}
input[id^="jf_txt"]{
    width: 100%;
    opacity: .8;
    height: 45px;
    margin-bottom: 9px;
    background: transparent;
    border: none;
    padding: 0 20px;
    font-size: 30px;
    color: #da3c89;
    font-family: 'fbspoiler-bold';
}
select[id^="jf_txt_3"]{
    width: 100%;
    opacity: .8;
    height: 45px;
    margin-bottom: 9px;
    background: transparent;
    border: none;
    padding: 0 20px;
    font-size: 30px;
    color: #da3c89;
    font-family: 'fbspoiler-bold';
}
::-webkit-input-placeholder { color:#da3c89; } /* WebKit, Blink, Edge */
:-moz-placeholder { color:#da3c89; opacity: 1; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color:#da3c89; opacity: 1; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color:#da3c89; } /* Internet Explorer 10-11 */
:placeholder-shown { color:#da3c89; } /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
.checkbox label{
    background: url(https://aws-agoge.s3-eu-west-1.amazonaws.com/campagin/pr/smkb/images/checkbox.png) no-repeat center right;
    height: 47px;
    padding: 0 50px 0 0;
    font-size: 20px;
    display: inline-block;
}
.checkbox label.checked{
    background: url(https://aws-agoge.s3-eu-west-1.amazonaws.com/campagin/pr/smkb/images/checkbox-c.png) no-repeat center right;
}
.checkbox input{
    opacity: 0;
    margin-left: -20px;
}
#jf_submit{
    width: 100%;
    height: 40px;
    background: none;
    border: none;
    font-size: 30px;
    color: #da3c89;
    font-family: 'fbspoiler-bold';
}
#jf_err{
    color: red;
    font-size: 30px;
    margin-top: 10px;
    padding-left: 130px;
}

#mench{
    position: absolute;
    left: 7px;
    top: 90px;
}

#smkb{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 190px;
    width: 140px;
}
h2 {
    width: 420px;
    /* margin-top: 25px; */
    position: absolute;
    left: -48px;
    top: 20px;
}

#thankyou{
    position: absolute;
    left: 19px;
    width: 297px;
    top: 20px;
    z-index: 9999;
    background: #46c3d2;
    text-align: center;
    height: 440px;
    padding: 120px 0 0;
    font-size: 48px;
    line-height: 0.9;
    font-family: 'fbspoiler-black';
    display: none;
}

#wrapper h1,#wrapper p,#wrapper h2,#wrapper strong, #wrapper li, #thankyou{
    text-shadow: 2px 2px 9px rgba(0, 0, 0, .5);
}

@media (min-height:850px){
    body{
        border: 17px solid #fff;
    }

}