<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#writer-signup-container {
  display: none;
}
.loggedin-userinfo h2 span {
  text-align: center;
}
/* Signup Background */

.writer-background {
  opacity: 0.1;
}

.umain .z-non-testimonial .signup-form {
  margin: 0 auto;
}

.umain .z-product h4 {
  display: none;
}
.z-non-testimonial .signup-form {
  padding: 0;
}
.z-product h4{
margin-top:20px;
}
.z-non-testimonial .signup-form {
  margin: 110px auto 0;
  max-width: 500px;
  position: relative;
  background: #fff;
}

.ui-wsignup-page {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  background: #f5f5f5;
  box-shadow: inset 52px 0 0 #33373a, inset 300px 0 0 #e1e1e1,
    inset 301px 0 0 #c7c7c7;
}

.ui-wpanel-top {
  background: #f5f5f5;
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
  height: 44px;
}

.ui-tleft {
  background-position: 0 0;
  width: 301px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-tright {
  background-position: -301px -32px;
  width: 463px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
}

.ui-wpanel-sidebar {
  width: 315px;
  height: 100%;
  box-shadow: inset 52px 0 0 #33373a, inset 300px 0 0 #e1e1e1,
    inset 301px 0 0 #c7c7c7;
  position: absolute;
}

.ui-wpanel-sidebar-img {
  background-position: 0 -44px;
  width: 301px;
  height: 485px;
  position: absolute;
  top: -1px;
  left: 0;
}

.ui-pos-rel {
  position: relative;
}

.ui-wpanel-editor {
  width: calc(100% - 301px);
  position: relative;
  margin-left: 301px;
}

.ui-wpanel-ruler-indent {
  background-position: -302px 0px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-wpanel-ruler-bg {
  background: #ffffff;
  width: 100%;
  height: 14px;
  border-bottom: 1px solid #d2d2d2;
}

.ui-wpanel-ruler {
  background-position: -301px -17px;
  height: 14px;
  width: 816px;
  margin: 0 auto;
}

.ui-wpanel-scrollbar-cont {
  position: absolute;
  top: 104px;
  right: 5px;
  width: 15px;
  height: 100%;
  background-color: #ffffff;
}

.ui-wpanel-editor-pane {
  position: relative;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  width: 816px;
  height: 1054px;
  margin: 0 auto;
  margin-top: 1px;
}

.ui-wpanel-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  border-top: 1px solid #d0d0d0;
  height: 27px;
  margin-left: 301px;
}

.ui-bleft {
  background-position: -302px -77px;
  width: 379px;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ui-bright {
  background-position: -302px -104px;
  width: 350px;
  height: 28px;
  position: absolute;
  bottom: 0;
  right: 300px;
} 
@media only screen and (min-width: 1450px) {
  .signup-form {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .writer-background {
    display: none;
  }
  .z-non-testimonial .signup-form {
    background: none;
    box-shadow: none;
  }
  .z-non-testimonial .signup-form {
    max-width: 90%;
  }
}

.lang-ar .zcountry-info.zshow {
  text-align: right;
}
.zw-only-copyright{
    margin-top: 30px;
}</pre></body></html>