@charset "utf-8";
/* RESET CSS PART */ 
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent
}
ol, ul {
	list-style: none
}
a {
	border: none;
	text-decoration: none;
	font-weight: normal;
}
img {
	max-width: 100%;
	height: auto;
}
/* COADING PART STARTS */
body {
	font-family:"Microsoft YaHei";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background: #f9f9f9
}
body {
	background-color: #f9f9f9;
}
.header-part {
	min-height: 35px;
	overflow: hidden;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.logo {
	background-position: left top;
	float: left;
	height: 23px;
	margin: 15px 0 0 20px;
	text-indent: -999em;
	width: 66px;
	background-image:url(../images/prd-common-sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -999em;
}
.product-logo-part {
	padding: 0;
	text-align: left;
}
.product-logo {
	background-position: left top;
	color: #333;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	height: 50px;
	line-height: 46px;
	margin: 0 auto 40px;
	padding: 0 0 0 60px;
	max-width: 120px;
	text-align: center;
	float: none;
}
.login-text {
	font-family:"Microsoft YaHei";
	float: right;
	font-size: 14px;
	margin: 15px 20px 0 0;
	width: auto;
}
.login-text a {
	color: #f0483e;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-left: 5px;
	text-align: center;
 }
/* HEADERS CSS ENDS */



.main {
	margin-left: 400px;
	overflow: hidden;
	padding: 0 6%;
	width: auto;
}
/* TWO COL CSS */

.signup-box.two-col {
	margin: 0;
	max-width: 1000px;
}
.two-col .sgfrm.portalInfo {
	min-height: 90px;
}
.two-col .sgfrm {
	float: left;
	margin: 0 4% 0 0;
	min-height: 75px;
	width: 46%;
}
.two-col .sgnbtnmn {
	clear: both;
	margin-left: 0;
	margin-top: 12px;
	max-width: 100%;
	overflow: hidden;
	width: 46%;
}
.two-col-field {
	overflow: hidden;
}
.two-col-field .sgfrm {
	float: left;
	margin-right: 4%;
	min-height: 60px;
	width: 48%;
}
.two-col-field .sgfrm:last-child {
	margin-right: 0%;
}
/* TWO COL CSS ENDS */

#signupcontainer {
	margin: 0;
	max-width: 950px;
	overflow: hidden;
	padding: 70px 0 40px;
}
/* SIDE BOX CSS  */

.sidebox {
	background: #122335 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	max-width: 400px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	
	background-image:url(../images/z-signup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.sidebox:after {
	content: "";
	background: rgba(0,0,0,0.35);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.sidebox h2 {
	color: #666;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 42px;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 0 5px;
	text-align: left;
}
.sidebox h2 span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 0 0;
	letter-spacing: 0px;
}
.testimonial-part {
	left: 50%;
	margin-left: -175px;
	max-width: 350px;
	overflow: auto;
	padding: 30px 0;
	position: absolute;
	text-align: center;
	z-index: 99;
	margin-top: 190px;
	transition: 0.7s ease margin;
	-webkit-transition: 0.7s ease margin;
}
.testimonial-part p {
	color: #f2f2f2;
	font-family:"Microsoft YaHei";
	font-size: 16px;
	font-weight: 100;
	line-height: 28px;
	margin: 0;
	max-width: 100%;
	padding: 0 20px;
	position: relative;
}
.testimonial-part p small {
	color: #00add5;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.25px;
	padding: 15px 0 0;
	display: block;
	line-height: 1.4;
	text-transform: uppercase;
}
.customer-photo {
	background-color: #eee;
	border-radius: 100%;
	display: block;
	height: 80px;
	margin: 0 auto 20px;
	position: relative;
	width: 80px;
}
/* SIDE BOX CSS ENDS */

.signup-box {
	max-width: 500px;
	margin: 0;
	font-family:"Microsoft YaHei";
	
}
.signup-head {
	font-family:"Microsoft YaHei";
	color: #333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 16px;
	padding: 0 0 15px;
	text-align: left;
}
.signup-head span {
	display: none;
	font-size: 16px;
	line-height: 1.5;
	padding: 15px 0 0;
}
.portalName {
	clear: both;
	color: #333;
	font-size: 12px;
	padding: 5px 0 0;
}
.sgfrm, .za-captcha-container {
	box-sizing: border-box;
	margin-bottom: 5PX;
	overflow: auto;
	padding: 15px 0 10px;
	position: relative;
	width: 100%;
	transition: 0.7s ease;
	-webkit-transition: 0.7s ease;
}
.signup-heading {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.3px;
	line-height: 32px;
	margin: 0 0 5px;
	text-align: left;
}
.signup-heading span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	padding: 5px 0 12px;
	color: #ccc;
	max-width: 250px;
}
/* SIGNUP FORM CSS STARTS */

.end_pop, .confirm_pop {
	margin: 20px auto 0;
	overflow: hidden;
	padding: 0 10px 50px;
	position: relative;
	width: 840px;
}
.endpopsb {
	border-bottom: 2px solid #000000;
	padding-bottom: 25px;
}
.thank_tit {
	color: #333333;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 56px;
	margin: 0 0 20px;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.thank_tit span {
	font-weight: 300;
}
.sub_inftxt {
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 auto;
	text-align: center;
}
.sub_inftxt span {
	color: #333;
}
.signup_frm, .thank_titmn {
	margin: 30px auto 0;
	min-height: 90px;
}
.signup_frm {
	background: none repeat scroll 0 0 transparent;
	margin: 0;
	padding: 0;
	position: relative;
}
.sgnusrname, .sgnpaswrd, .sgnemail, .zs-txtfldnew, .captchaCnt, input[type="text"], input[type="email"], input[type="password"], textarea {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 10px 5px 0;
	width: 100%;
	transition: 0.7s ease;
	-webkit-transition: 0.7s ease;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	outline: medium none;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
	z-index: 9;
	position: relative;
}
.za-email-container {
	margin-bottom: 5px;
}
.sgnusrname:focus, .sgnpaswrd:focus, .sgnemail:focus, .zs-txtfldnew:focus {
	border-bottom: 1px solid #00add5;
}
.focusin {
	border: 1px solid #00add5;
}
input:focus, input:active {
	outline: none;
}
.za-captcha-container {
	clear: both;
	display: none;
}
.zs-txtfldnew {
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 10px;
}
.sgnbtnmn {
	clear: both;
	margin-top: 20px;
	max-width: 100%;
	overflow: hidden;
}
.sgnbtn {
	clear: both;
	float: none;
	padding-left: 0;
}
.sgnbtn input, .signup-button-part a {
	background-color: #f0483e;
	border: 1px solid #f0483e;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	height: 54px;
	line-height: 42px;
	padding: 5px 0;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	z-index: 99;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}
.signup-button-part a {
	display: block;
	height: 46px;
	line-height: 42px;
	margin: 0 auto;
	max-width: 210px;
	padding: 0;
	text-align: center;
}
.signbtm-msg {
	border-top: 1px solid #d9d9d9;
	font-size: 14px;
	margin: 20px 20px 20px 0px;
	padding-top: 20px;
	text-align: center;
}
.snews-letter {
	color: #444444;
	font-size: 12px;
	height: 0;
	margin: 0;
	opacity: 0;
	padding-left: 0;
	visibility: hidden;
}
.sign_agree {
	
	color: #aaa;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 0;
	padding-bottom: 10px;
	text-align: left;
	width: 100%;
	letter-spacing: -0.2px;
}
.sign_agree a {
	color: inherit;
	text-decoration: underline;
	font-family:"Microsoft YaHei";
}
.sign_agree:hover {
	color: #333;
}
.sgfrm .field {
	color: #666666;
	font-size: 13px;
	font-weight: 600;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
}
.signup_error, .jqval-error, .error {
	color: #F0483E;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 3px 0;
	text-align: left;
}
.field-msg {
	clear: both;
}
.field-msg .jqval-error {
	display: none !important;
}
.field-msg .jqval-error a {
	color: #00add5;
	text-decoration: underline;
	display: inline-block;
	padding-left: 5px;
}
.za-email-suggestion {
	clear: both;
	color: #069521;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 5px 0 0;
	text-align: left;
}
.za-captcha-container .error.jqval-error {
	display: block !important;
	width: 100%;
}
.show-password {
	display: none !important;
}
.portalName {
	text-align: left;
}
.field-error .error {
	display: inline-block !important;
}
.password-strength {
	text-align: left;
	clear: both;
}
.password-strength div {
	color: #FE0000;
	display: block;
	margin: 0;
	overflow: hidden;
	padding-top: 5px;
}
:-moz-placeholder {
 color: #A5A0A0;
}
.pwderror {
	color: #ccc;
	display: none;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	position: relative;
}
.placeholder {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	position: absolute;
	top: 15px;
	transition: all 0.5s ease 0s;
	z-index: 7;
}
.added-placeholder .placeholder {
	top: 0;
	font-size: 12px;
	color: #00add5;
}
.pwdparent {
	margin-bottom: 0 !important;
}
/* SIGNIN USING SOCIAL MEDIAS CSS STARTS */
 
.socl-signup {
	margin: 0;
	overflow: hidden;
	padding: 20px 0 0;
	text-align: left;
}
.socl-signup p {
	font-family:"Microsoft YaHei";
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 46px;
	padding: 0;
	position: relative;
	text-align: left;
	display: inline-block;
	float: left;
}
.socl-signup ul {
	display: inline-block;
}
.socl-signup ul li {
	background-image:url(../images/signin-socialmedia-icons-sprite.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #e2e2e2;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 14px;
	height: 50px;
	line-height: 25px;
	margin: 0 0 0 12px;
	text-align: left;
	text-indent: -99999em;
	width: 50px;
	border-radius: 100%;
}
.socl-signup .vi-weibo {
	background-position: -1px -1px;
}
.socl-signup .vi-weibo:hover {
	border: 1px solid #ea4335;
}
.socl-signup .vi-baidu {
	background-position: -51px -2px;
}
.socl-signup .vi-baidu:hover {
	border: 1px solid #1b75bb;
}
.socl-signup .vi-office365 {
	background-position: -100px 0;
}
.socl-signup .vi-qq {
	background-position: -100px -1px;
}
.socl-signup .vi-qq:hover {
	border: 1px solid #4dafea;
}
.socl-signup .vi-wechat{
	background-position:-150px -1px;
	}
.socl-signup .vi-wechat:hover{
	border:1px solid #3cb034;
	}
.idpform {
	position: relative;
	text-align: left;
	overflow: hidden;
	padding: 0 0 25px 0;
	width: 100%;
}
.idpform .sub-domain {
	color: #ccc;
	display: inline-block;
	font-size: 14px;
	left: 7px;
	margin-right: 0;
	opacity: 0;
	position: absolute;
	top: 25px;
}
.idpform[novalidate="true"] .sub-domain {
	opacity: 1;
}
.idpform .error {
	bottom: 0;
	color: #f0483e;
	display: block;
	float: none;
	font-size: 14px;
	margin-bottom: 0;
	padding: 0 0 0 10px;
	position: absolute;
	text-align: left;
}
.small-input {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin-top: 15px;
	padding: 10px 10px 10px 45px;
	width: 78%;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	outline: medium none;
}
.signupbtn.openidbtn {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #00add5;
	border: medium none;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	width: 21.5%;
	z-index: 99;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	outline: medium none;
}
.openidlink {
	background: url("https://www.zoho.com/docs/images/signup-sprite.png") no-repeat scroll -73px -41px rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	height: 24px;
	margin: 6px 17px 6px 0;
	width: 24px;
	text-indent: 1px;
}
.confirmn {
	font-size: 13px;
	margin-top: 30px;
}
.confirmn_msg {
	color: #777777;
	line-height: 23px;
}
.confirmn_msg a {
	font-weight: 600;
	margin: 4px 0;
}
.signup_frm .create-new {
	color: #fff;
 //cursor: pointer;
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 25px;
	text-align: left;
}
.zoho-logo {
	padding: 0 5px;
	position: relative;
	top: 2px;
}
.zp-signupSuccess {
	margin: 45px auto 12px;
	max-height: 2500px;
	min-height: 600px;
	padding: 20px;
	position: relative;
	width: 380px;
	z-index: 1000;
}
.zp-awesome {
	color: #666666;
	font-size: 28px;
	text-align: center;
}
.zp-successTxt {
	color: #666666;
	font-size: 14px;
	margin-top: 25px;
	text-align: center;
}
/* SIGNIN USING SOCIAL MEDIAS CSS ENDS */



/* SIGNUP FORM CSS ENDS */

.customer-photo {
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
}
/* LOGGED IN USERINFO */

.loggedin-userinfo {
	display: none;
	left: 50%;
	margin: -150px 0 0 -50px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 500px;
}
.umain .loggedin-userinfo {
	display: block;
}
.loggedin-userinfo .product-logo-part {
	display: none;
	text-align: center;
}
.loggedin-userinfo .product-logo-part .product-logo {
	background-position: left 2px;
	font-size: 36px;
	line-height: 50px;
	max-width: 300px;
}
.umain .loggedin-userinfo .product-logo-part {
	margin-bottom: 15px;
	display: block !important;
}
.loggedin-userinfo h2 {
	color: #000;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 42px;
	padding: 0 0 15px;
}
.loggedin-userinfo .access-apps {
	background: #5bb46c;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	height: 54px;
	line-height: 53px;
	padding: 0 50px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.7s ease 0s;
}

/* LOGGED IN USERINFO ENDS */

/* RESPOSIVE MEDIA QUERY STARTS */

@media screen and (min-width:1650px) {
.main {
	margin-left: 500px;
}
.sidebox {
	max-width: 500px;
}
#signupcontainer {
	padding: 8% 0 40px;
}
.two-col .sgfrm {
	margin: 0;
	width: 100%;
}
.signup-box.two-col {
	margin: 0;
	max-width: 600px;
}
.two-col .sgnbtnmn {
	width: 100%;
}
}

@media screen and (max-width:1350px) {
.two-col .sgfrm {
	margin: 0;
	width: 100%;
}
.signup-box.two-col {
	margin: 0;
	max-width: 600px;
}
.two-col .sgnbtnmn {
	width: 100%;
}
}

@media screen and (max-width:992px) {
/* FOR SALES IQ ONLY */
	
.zls-sptwndw, .zlsps-rht, .zls-icosw-1, .zls-small, .zls-btnmn, .zls-btrht {
	display: none !important;
}
/* FOR SALES IQ ONLY ENDS */
	
.header-part {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	padding: 0 0 15px;
	z-index:100;
}
.product-logo-part, .signup-head {
	text-align: center;
}
.main {
	margin-left: 0;
	padding: 0%;
}
.signup-box {
	margin: 0 auto 70px;
	max-width: 500px;
}
#signupcontainer {
	margin: 0 auto;
	max-width: 100%;
	padding: 110px 0% 0;
}
.zohologo {
	background:url(../images/zohohome-sprite-new.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 54px;
    max-width: 160px;
    padding: 0;
    text-indent: -999em;
    width: 156px;
}
.sidebox {
	background-image:url(../images/z-signup-bg.jpg);
	clear: both;
	height: auto;
	left: 0;
	max-width: 100%;
	padding: 40px 5%;
	position: relative;
	text-align: center;
	top: auto;
	width: 90%;
}
.testimonial-part {
	left: auto;
	margin: 0 auto;
	max-width: 550px;
	overflow: auto;
	padding: 30px 0;
	position: relative;
	top: auto;
}
.login-text {
	margin: 17px 20px 0 0;
}
.loggedin-userinfo {
	left: auto;
	margin: 0 auto 80px;
	padding: 0;
	position: relative;
	text-align: center;
	top: auto;
	width: auto;
	max-width: 500px
}
.two-col-field .sgfrm {
	float: none;
	margin-right: 0;
	min-height: 60px;
	width: 100%;
}
.socl-signup .vi-wechat{
	display:none;
	}
}

@media screen and (max-width:767px) {
#signupcontainer {
	background: #fff none repeat scroll 0 0;
	padding: 85px 10% 0;
	position: relative;
	z-index: 88;
}
.signup-head {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 28px;
	padding: 0 0 10px;
}
.sidebox {
	bottom: 0;
	height: auto;
	padding: 40px 5%;
	position: relative;
	top: auto;
	z-index: 77;
}
.testimonial-part p {
	font-size: 16px;
	font-weight: 100;
	line-height: 28px;
	margin: 0 auto;
}

.header-part{
	padding:0 0 10px;	
}
.logo{
	margin:12px 0 0 20px;	
}
.login-text {
    margin: 12px 20px 0 0;
}
}

@media screen and (max-width:600px) {
.loggedin-userinfo .product-logo-part .product-logo {
	font-size: 24px;
	line-height: 43px;
}
.loggedin-userinfo h2 {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 34px;
}
}

@media screen and (max-width:460px) {
.loggedin-userinfo .access-apps {
  font-size: 14px;
  height: auto;
  line-height: 24px;
  padding: 12px 40px;
}
}
/* RESPOSIVE MEDIA QUERY ENDS */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
.socl-signup ul li {
	background-image: url("../images/signin-socialmedia-icons-sprite.png");
	/*background-size: 150px 50px;*/
}
.socl-signup .vi-weibo {
	background-position: 0 0;
}
.socl-signup .vi-baidu {
	background-position: -49px -1px;
}
} /* CSS Document */

