body {
  background-image: url(appImages/PopcornImages/searchbg-nologo.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}
p {
  xfont-size: 16px;
}
a,
a:visited,
a:hover,
a:active {
  color: #000000;
}
footer p {
  color: #999;
}
hr {
  border-top: 1px dashed rgba(255,255,255,0.60);
}
hr.style11 {
  height: 6px;
  background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}
h1, 
h2, 
h3, 
h4 {color:#ff9200;}
h1 {font-size: 40px;}
.btn-orange, .btn-orange:hover, .btn-orange:active, .btn-orange:focus{background-color: #dd6800;color: #fff; text-transform:uppercase; font-weight:400;}
.text-orange {color: #ff9200;}
.account-form-wrapper {width:450px;}

@media (max-width:768px) {
  .account-form-wrapper {width:100%;}
}