
<link href="/js/themes/base/jquery.ui.all.css" media="screen" rel="stylesheet" type="text/css" >
<link href="/css/accounts.css" media="screen" rel="stylesheet" type="text/css" >   <script type="text/javascript" src="/js/jquery-1.6.2.js"></script>
<script type="text/javascript" src="/mob_js/jquery.validate/jquery.validate.min.js"></script>
<script type="text/javascript" src="/mob_js/jquery.validate/additional-methods.min.js"></script><style>
body{
 margin: 0 auto;
 width: 900px;

}
.login-business{

}
.login-business-left{
 float: left;
 width: 500px;
 font-size: 32px;
 padding-right: 20px;
 margin-top: 147px;
 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 color: #555555;
 font-weight: 100;
 line-height: 40px;
}
.login-business-left img {
    width: 100%;
}
.login-business-right{
 float: right;
 width: 360px;
 margin-top: 110px;
 padding-left: 20px;
}
.login-business-number{
    width: 40px;
    height: 40px;
    background: #F5E9DC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    float: left;
    margin-right: 10px;

}
#logo {
 position: absolute;
 right: 0px;
 top: 10px;
 width: 164px;
 height: 95px;
 float: left;
 padding: 10px 0px 0px 10px;
 background-image: url('/images/zappix_logo_new.png');
 background-repeat: no-repeat;
}
#login-form {
    height: auto;
    width: 378px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    border: 3px solid #666666;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    overflow: hidden;

    background: #f2f3f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f3f4 0%, #c6c6c6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f3f4), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f3f4 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f3f4 0%,#c6c6c6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f3f4 0%,#c6c6c6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f3f4 0%,#c6c6c6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f4', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */

    box-shadow: 5px 5px 10px -4px rgb(81,81,81);
}
#login-form input{


}

#login-form input::-webkit-input-placeholder {
   color: #adadad;
}

#login-form input:-moz-placeholder { /* Firefox 18- */
   color: #adadad;
}

#login-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #adadad;
}

#login-form input:-ms-input-placeholder {
   color: #adadad;
}
.zend_form_signup, .zend_form_signin{
 margin: 20px;

}
.zend_form_signin input, .zend_form_signup input{
 border-radius: 5px;
 padding-left: 2px;
 font-size: 18px;
 }
.zend_form_signin dt{
    display: none;
}
.zend_form_signin #password, .zend_form_signin #email{
 height: 30px;
 width: 330px;
 border: none;
 box-shadow: 0 5px 10px -4px rgb(0,0,0);
 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.zend_form_signin #email-label, .zend_form_signin #password-label{
 float: left;
 color: #3D8DB2;
}
.zend_form_signin #email-label{
 margin-top: 8px;
}
.zend_form_signin #password-label{
 margin-top: 28px;
}
.zend_form_signin #email-element, .zend_form_signin #password-element{
 float: right;
}
.zend_form_signin #password-element{
 margin-top: 16px;

}
#password-label{

}
.zend_form_signin #forgot-element{
 margin: 50px 0 0 103px;

}
.zend_form_signin #forgot-label{
 float: right;
 margin-right: 40px;
 margin-top: 8px;
 font-size: 11px;
 color: #8A8B8C;
}

#loginnn{
 float: right;
 padding: 5px 20px;
 font-size: 12px;
 background-color: #F5E9DC;
}
#login {
  float: right;
  display: inline-block;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  color: #ffffff;
  text-decoration: none;
  user-select: none;
  padding: 5px 20px;
  outline: none;
  border: none;
  border-radius: 7px;
background: #72af72; /* Old browsers */
background: -moz-linear-gradient(top,  #72af72 0%, #007003 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72af72), color-stop(99%,#007003)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #72af72 0%,#007003 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #72af72 0%,#007003 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #72af72 0%,#007003 99%); /* IE10+ */
background: linear-gradient(to bottom,  #72af72 0%,#007003 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72af72', endColorstr='#007003',GradientType=0 ); /* IE6-9 */

    /*background: rgb(245,245,245) linear-gradient(#F5E9DC, #F5E9DC);*/

  transition: all .218s ease 0s;
  margin: 15px 0 15px 0;
  cursor: pointer;
}

#recover {
    float: right;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    color: #ffffff;
    text-decoration: none;
    user-select: none;
    padding: 5px 20px;
    outline: none;
    border: none;
    border-radius: 7px;
    background: #72af72; /* Old browsers */
    background: -moz-linear-gradient(top,  #72af72 0%, #007003 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72af72), color-stop(99%,#007003)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #72af72 0%,#007003 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #72af72 0%,#007003 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #72af72 0%,#007003 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #72af72 0%,#007003 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72af72', endColorstr='#007003',GradientType=0 ); /* IE6-9 */

    /*background: rgb(245,245,245) linear-gradient(#F5E9DC, #F5E9DC);*/

    transition: all .218s ease 0s;
    margin: 15px 0 15px 0;
    cursor: pointer;
}
/*
#login:hover {
  color: rgb(24,24,24);
  background: #fff;
}
#login:active {
  color: rgb(51,51,51);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
}*/
.header-text{
 color: #3186AE;
 font-size: 50px;
 margin: 25px 0 50px 0;
}

#signup-element{
    clear: both;
}

#signup-element input{
 float: right;
 width: 60px;
 height: 30px;
}
.preform-button-in{
  display: inline-block;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: rgba(37, 12, 18, 0.86);
  text-decoration: none;
  user-select: none;
  padding: 4px 6px;
  outline: none;
  /*border-radius: 6px;*/
  background: #fff;
  transition: all .218s ease 0s;
  margin: 0 0 0 0;
  cursor: pointer;
    text-shadow: 3px 3px 8px #A69B80;

    /*border: 2px solid #4990B2;*/
  /*box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);*/
}

.reg-btn {
    float: right;
    margin-top: 5px;
}
.preform-span-or {
    /*margin-left: 30px;*/
    font-size: 18px;
    font-weight: bold;
    color: #333;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.preform-button-up{
  display: inline-block;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2E98C6;
  text-decoration: none;
  user-select: none;
  padding: 4px 6px;
  outline: none;
  border-radius: 6px;
  /*background: rgb(245,245,245) linear-gradient(#F5E9DC, #F5E9DC);*/

  transition: all .218s ease 0s;
  margin: 5 0 0 10px;
  cursor: pointer;
  /*box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);*/
  text-decoration: underline
}
.preform-button:hover {
  color: rgb(24,24,24);
  background: #fff;
}
.login-business-sign{
 margin: 10px 0;
}
.login-business-sign a{
    margin-left: 8px;
}
.zend_form_signup dd{
/* clear: both;*/
 float: right;
 margin: 0 0 3px 0;
}
#email-label{

}
.zend_form_signup dt{
/* line-height:25px;*/
 float: left;
 width: 100px;
 margin: 8px 0 12px 0;
}
.zend_form_signup dd{

}
.zend_form_signup{
 height: 250px;
 width: 330px;
 color: #3D8DB2;
}
.zend_form_signup > div.row > label {
    display: none;
}
.zend_form_signup input{
 height: 30px;
 margin-top: 5px;
 margin-bottom: 5px;
 border: none;
 box-shadow: 0 6px 4px -4px rgb(170,173,178);
 width: 330px;

}
.zend_form_signup #SignUp{
 width: auto;
 font-size: 18px;
 padding: 0px 10px;
 box-shadow: 0 5px 4px -4px rgb(0,0,0);
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    background: #72af72; /* Old browsers */
    background: -moz-linear-gradient(top,  #72af72 0%, #007003 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72af72), color-stop(99%,#007003)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #72af72 0%,#007003 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #72af72 0%,#007003 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #72af72 0%,#007003 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #72af72 0%,#007003 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72af72', endColorstr='#007003',GradientType=0 ); /* IE6-9 */

 /*background: rgb(245,245,245) linear-gradient(#F5E9DC, #F5E9DC);*/
}
.zend_form_signin #login{
 width: auto;
 font-size: 18px;
 padding: 1px 15px;
 box-shadow: 0 5px 4px -4px rgb(0,0,0);
}

.zend_form_signin #recover {
    width: auto;
    font-size: 18px;
    padding: 1px 15px;
    box-shadow: 0 5px 4px -4px rgb(0,0,0);
}


.zend_form_signup input::-webkit-input-placeholder {
  color: #3D8DB2;
}
.zend_form_signup input::-moz-placeholder {
   color: #3D8DB2;
}
.zend_form_signup #login-label{
 display: none;
}

.zend_form_signup .row {

}

.zend_form_signup label {
	width: 100px;
	float: left;
    margin-top: 5px;
}
.zend_form_signup input {
	clear: left;
}
.errors{
    list-style-type: none;
    padding: 0;
    margin: 2px;
    color: red;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    text-align: right;
}
.hint{
    color: red;
    margin-left: 18px;
}
#logo-white {
position: absolute;
left: 30px;
top: 5px;
width: 250px;
height: 48px;
float: left;
padding: 10px 0px 0px 10px;
background-image: url('/images/zappix-logo-white.png');
background-repeat: no-repeat;
}

#body-conten {
    width: 683px;
    float: right;
}

#body-conten #password-element{
    margin-top: -7px;

}
#body-conten #password-element input{
    width: 200px;
}
#body-conten #password-element {
    float: left;
}

#body-conten #email-element input{
    width: 250px;
    margin-top: -7px;
}
#body-conten #email-element {
    float: left;
}

#body-conten #login-element input{
    margin-top: -7px;
}
#body-conten h3{
    display:inline;
    color: white;
    float: left;
    margin-top: -6px;
    font-style: italic;
}
</style>



<div id="header">
    <div id="logo-white">&nbsp;</div>

    <div id="body-conten">
        <div data-role="content" >
<!--            <h3>Login:</h3>-->
        </div>
    </div>

</div>

<div class="login-business">

     <div class="login-business-left">
          <p>
           Create and edit your visual IVR using Zappix and provide a multi-channel
           customer experience to your users.
          </p>
          <img src="/images/business/collection.png"/>
     </div>
     <div class="login-business-right">
          <div class="login-business-sign">
              <a href="/login" class="preform-button-in" >Sign in</a>
              <a href="/registration/account" class="reg-btn preform-button-up" >Create an account </a>
              <span class="preform-span-or">or </span>
          </div>
          <div id="login-form" class="form-container">
              <form enctype="application/x-www-form-urlencoded" action="/login/" method="post" message=""><dl class="zend_form_signin">
<dt id="email-label"><label for="email" class="required">Email</label></dt>
<dd id="email-element">
<input type="text" name="email" id="email" value="" placeholder="myemail@gmail.com"></dd>
<dt id="password-label"><label for="password" class="required">Password</label></dt>
<dd id="password-element">
<input type="password" name="password" id="password" value="" placeholder="***********"></dd>
<dt id="ref-label">&#160;</dt>
<dd id="ref-element">
<input type="hidden" name="ref" value="/feed/" id="ref"></dd>
<dt id="login-label">&#160;</dt><dd id="login-element">
<input type="submit" name="login" id="login" value="Sign in"></dd></dl></form>
<script type="text/javascript">
    $(document).ready(function(){
        $('#login-form form').validate({
            rules: {
                email : {
                    email: true,
                    required: true
                },
                password : 'required'
            },
            submitHandler: function(form) {
                form.submit();
            }

        });
    });

</script>
          </div>
         <a href="/forgot-password" class="preform-button-up" >Forgot password</a>
     </div>



 <script type="text/javascript">
     $(document).ready(function(){
         var el = $('#header').offset().left;
         $('#header').css('margin-left','-'+el+'px');
         window.onresize = function(event) {
             var el = $('.login-business-left').offset().left;
             $('#header').css('margin-left','-'+el+'px');
         };
         $('#body-conten #password-element input').attr('placeholder', 'Password');
         $('#body-conten #email-element input').attr('placeholder', 'email');
         $('#body-conten #login-element input').attr('value', 'Log-in');
     });

 </script>