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}

/* Static rules */
*, body, form, div, p{
    margin:0px;
    padding:0px;
    border:0px;
}

.link {
    display:block;  
    background:transparent;
    text-decoration:none;
}

.absolute {
    position:absolute;
}

.rtl {
    text-align:right;
    direction:rtl;
}

.submit {
    cursor: pointer;
}

.transparent {
    background-color:transparent;
}

.filled {
    background-color:#ffffff;
}

div[id^="jf_err"] {
    font-family: arial;
}

textarea:focus, input:focus, select:focus {
    outline: 0;
}

.jet_hidden_pixel {
    display: none;
}
* {-moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  box-sizing: border-box;}
body {background: url(images/background.jpg) center center no-repeat fixed; background-size:cover;font-size:16px;font-family:'migdal_regular', Arial, sans-serif;position: relative;height: 100vh;}
#page{background:url(images/form-bg.png) left top no-repeat;width: 573px;height: 662px;position: absolute;left:0;top: 0;bottom: 0;right: 0;margin: auto 0;}
#form_1464704011 #jf_txt_1{width: 178px;height: 25px;top: 207px;left: 87px;position:relative;direction:rtl;text-align:right;}
#form_1464704011 #jf_txt_2{width: 178px;height: 25px;top: 236px;left: 87px;position:relative;direction:rtl;text-align:right;}
#form_1464704011 #jf_txt_3{width: 178px;height: 25px;top: 265px;left: 87px;position:relative;direction:rtl;text-align:right;}
#form_1464704011 #jf_txt_4{width: 178px;height: 25px;top: 294px;left: 87px;position:relative;direction:rtl;text-align:right;}
#form_1464704011 #jf_txt_5{width: 178px;height: 25px;top: 323px;left: 87px;position:relative;direction:rtl;text-align:right;}
#form_1464704011 #jf_submit_btn{width: 178px;height: 56px;top: 352px;left: 87px;position:relative;direction:rtl;text-align:right;}
::-webkit-input-placeholder { color: #a9a9a9; } /* WebKit, Blink, Edge */
:-moz-placeholder { color: #a9a9a9; opacity: 1; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #a9a9a9; opacity: 1; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #a9a9a9; } /* Internet Explorer 10-11 */
:placeholder-shown { color: #a9a9a9; } /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
input{
    font-size: 16px;
    padding: 0 7px;
    font-weight: bold;
    font-family: 'migdal_regular';
}
button[type="submit"]{
    padding-left: 55px;
    padding-right: 16px;
    font-family: 'migdal_bold';
    line-height: 23px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}
strong{
    font-weight: bold;
}
#cards{
    text-align: center;
    left: 40%;
    position: absolute;
    bottom: 0;
    color: #fff;
    direction: rtl;
    width: 800px;
    overflow: hidden;
}
#cards h1{
    font-family: 'migdal_bold';
    font-size: 40px;
}
#cards h2{
    font-size: 33px;
}
#cards img{
    vertical-align: bottom;
    margin-top: 50px;
}

#text-wrapper{
    direction: rtl;
    font-size: 17px;
    padding: 11px;
    position: absolute;
    top: 41px;
    right: 41px;
    letter-spacing: 0;
    color: #0d2d6e;
}
#text-wrapper p{
    margin-bottom: 20px;
    
}

#form-text{
    position: absolute;
    right: 59px;
    top: 197px;
    width: 219px;
    direction: rtl;
    text-align: center;
    color: #fff;
    padding-top: 35px;
}
#form-text p{
    font-size: 27px;

}
#form-text strong{
    font-size: 55px;
}
#meta{
    position: absolute;
    top: 430px;
    direction: rtl;
    right: 55px;
    font-size: 13px;
    width: 460px;
    text-align: justify;
}
div#jf_err_0 {
    position: absolute;
    left: 193px;
    text-align: center;
    width: 300px;
    color: red;
    font-weight: bold;
    bottom: 120px;
    font-family: 'migdal_bold';
    font-size: 23px;
}
@media (max-width: 1450px) {
    #cards{
        width:700px;
        left: initial;
        right: 0;
    }
    #cards h1{
        font-size: 35px;
    }
    #cards h2{
        font-size: 25px;
    }
}
p:focus, strong:focus, h1:focus, h2:focus, img:focus, input:focus, button:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

p.red-bg {
    background: #c1262c;
    display: inline-block;
    font-family: migdal_bold;
    font-size: 28px;
    margin: 7px 0 0 0;
    padding: 3px 10px;
}