#signupSide .auth-error,
#loginSide .auth-error {
  color: #DF0000;
  margin: -16px 0 4px;
  font-size: 10px;
  display: none;
  line-height: 15px;
}

.authWindowTitle {
  border: 1px solid #f7eac6;
  border-bottom-color: #e3d19e;
  padding: 10px 15px;
  border-radius: 4px;
  background: #fff3d1;
}

.authWindowTitle > div {
  color: #2c2c2c;
  text-shadow: 1px 1px 1px #fff;
  font-size: 12px;
  background: url(/images/newUi/check_login.png?1645740900) no-repeat left center;
  padding: 5px 0;
  padding-left: 30px;
}

.use-feature {
  width: 600px;
}

.loginContent {
  color: #797c7d;
  height: 340px;
  margin-top: 15px;
}

.loginContent * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#signupSide,
#loginSide {
  width: 290px;
  height: 340px;
  position: relative;
  padding: 20px;
  text-align: center;
  border: 1px solid #ecf0f3;
  border-radius: 5px;
  transition: background 0.3s 0s;
}

.hs{
  font-size: 16px;
  padding-bottom: 5px;
  font-weight: bold;
}

#signupSide.active,
#loginSide.active {
  background-color: #f0f4f7;
}

#signupSide .hs {
  color: #fea500;
}

#loginSide .hs {
  color: #3789cf;
}

.authInfo {
  font-size: 11px;
  min-height: 34px;
  margin-bottom: 15px;
  line-height: 17px;
}

.loginContent input[type="text"],
.loginContent input[type="password"] {
  padding: 5px 10px;
  margin-bottom: 8px;
  width: 248px;
  border: 1px solid #d4e0ea;
  border-radius: 3px;
  background: #fff;
  outline: none;
}

#signupSide input:-moz-placeholder,
#loginSide input:-moz-placeholder {color:#B2B5B9}

#signupSide .placeholder,
#loginSide .placeholder {color:#B2B5B9 !important}

#signupSide input::-webkit-input-placeholder,
#loginSide input::-webkit-input-placeholder {color:#B2B5B9}

a.f {
  color: #374f6e;
  text-decoration: underline;
  font-size: 11px;
}

a.f:hover {
  color: #3789cf;
}

.site4sync #signupPassFieldRepeat {
  display: none;
}

.authSignupButton {
  border: 1px solid #fe7e00;
  border-bottom-color: #a0440d;
  border-radius: 4px;
  padding: 10px 25px;
  box-shadow: inset 0 1px 1px #fec04f;
  color: #fff;
  text-shadow: 0 1px 1px #ba5c08;
  font: bold 14px Arial, sans-serif;
  background: #f48b00;
  background: -moz-linear-gradient(top,  #fea400 0%, #eb7300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea400), color-stop(100%,#eb7300));
  background: -webkit-linear-gradient(top,  #fea400 0%,#eb7300 100%);
  background: -o-linear-gradient(top,  #fea400 0%,#eb7300 100%);
  background: -ms-linear-gradient(top,  #fea400 0%,#eb7300 100%);
  background: linear-gradient(to bottom,  #fea400 0%,#eb7300 100%);
  cursor: pointer;
  outline: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 248px;
}

.authSignupButton:hover {
  background: #fea400;
}

.authSignupButton:active {
  background: #eb7300;
}

.authLoginButton {
  border: 1px solid #2f8ad8;
  border-bottom-color: #154976;
  border-radius: 4px;
  padding: 10px 25px;
  box-shadow: inset 0 1px 1px #78befa;
  color: #fff;
  text-shadow: 0 1px 1px #356eb0;
  font: bold 14px Arial, sans-serif;
  background: #429deb;
  background: -moz-linear-gradient(top,  #50abf9 0%, #2e89d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50abf9), color-stop(100%,#2e89d7));
  background: -webkit-linear-gradient(top,  #50abf9 0%,#2e89d7 100%);
  background: -o-linear-gradient(top,  #50abf9 0%,#2e89d7 100%);
  background: -ms-linear-gradient(top,  #50abf9 0%,#2e89d7 100%);
  background: linear-gradient(to bottom,  #50abf9 0%,#2e89d7 100%);
  cursor: pointer;
  outline: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 248px;
}

.authLoginButton:hover {
  background: #50abf9;
}

.authLoginButton:active {
  background: #2e89d7;
}

.authRememberMe {
  font-size: 10px;
  vertical-align: baseline;
}

.authRememberMe input[type="checkbox"] {
  margin: 0 2px 0 0;
  vertical-align: middle;
}

.socialLog {
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  color: #797c7d;
  margin: 10px 0;
}

.socialLog .socLoginButton {
  width: 30px;
  height: 27px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5 url(/images/icons/login-signup-popup-icons.png?1953047575) no-repeat -2px 0;
  float: right;
  margin-left: 8px;
  border-radius: 3px;
}

.socialLog .socLoginButton:hover {
  background-color: #dfe3e5;
  border-color: #b6bdc7;
}

.socLoginButton.facebook {margin: 0;}
.socLoginButton.twitter {background-position: center -25px;}
.socLoginButton.gplus {background-position: center -52px;}

/*download WO registration popup*/
.downWOregPopup {
  width: 340px;
}

.socialLoginH2 {
  color: #58616d;
  font-weight: bold;
  margin-top: -20px;
}

.socialLoginH3 {
  color: #585b55;
  margin: 10px 0 15px;
}

.socialLoginBigButtons a {
  padding: 12px 40px 12px 20px;
  font-size: 12px;
  color: #fff !important;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px #fff, 0 2px 5px rgba(0,0,0,0.35);
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  min-width: 160px;
  text-align: left;
  position: relative;

  background: #4f6aa0;
  background: -moz-linear-gradient(top,  #667eaf 0%, #395592 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#667eaf), color-stop(100%,#395592));
  background: -webkit-linear-gradient(top,  #667eaf 0%,#395592 100%);
  background: -o-linear-gradient(top,  #667eaf 0%,#395592 100%);
  background: -ms-linear-gradient(top,  #667eaf 0%,#395592 100%);
  background: linear-gradient(to bottom,  #667eaf 0%,#395592 100%);
  border: 1px solid #324c7d;
  text-shadow: 0 1px 1px #1f3f6d;
}

.socialLoginBigButtons a.twitter {
  background: #1cb6e3;
  background: -moz-linear-gradient(top,  #25ceec 0%, #139dd9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25ceec), color-stop(100%,#139dd9));
  background: -webkit-linear-gradient(top,  #25ceec 0%,#139dd9 100%);
  background: -o-linear-gradient(top,  #25ceec 0%,#139dd9 100%);
  background: -ms-linear-gradient(top,  #25ceec 0%,#139dd9 100%);
  background: linear-gradient(to bottom,  #25ceec 0%,#139dd9 100%);
  border: 1px solid #018fb9;
  text-shadow: 0 1px 1px #018fb9;
}

.socialLoginBigButtons a.gplus {
  background: #d95b41;
  background: -moz-linear-gradient(top,  #f46649 0%, #c15139 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46649), color-stop(100%,#c15139));
  background: -webkit-linear-gradient(top,  #f46649 0%,#c15139 100%);
  background: -o-linear-gradient(top,  #f46649 0%,#c15139 100%);
  background: -ms-linear-gradient(top,  #f46649 0%,#c15139 100%);
  background: linear-gradient(to bottom,  #f46649 0%,#c15139 100%);
  border: 1px solid #9e3c31;
  text-shadow: 0 1px 1px #9e3c31;
}

.socialLoginBigButtons a.insta {
  background: #4a769a;
  background: -moz-linear-gradient(top,  #6c94b4 0%, #326189 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c94b4), color-stop(100%,#326189));
  background: -webkit-linear-gradient(top,  #6c94b4 0%,#326189 100%);
  background: -o-linear-gradient(top,  #6c94b4 0%,#326189 100%);
  background: -ms-linear-gradient(top,  #6c94b4 0%,#326189 100%);
  background: linear-gradient(to bottom,  #6c94b4 0%,#326189 100%);
  border: 1px solid #1c5380;
  text-shadow: 0 1px 1px #1c5380;
}

.socialLoginBigButtons a:hover {
  background: #6882b8;
  background: -moz-linear-gradient(top,  #748cbe 0%, #5d78b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748cbe), color-stop(100%,#5d78b3));
  background: -webkit-linear-gradient(top,  #748cbe 0%,#5d78b3 100%);
  background: -o-linear-gradient(top,  #748cbe 0%,#5d78b3 100%);
  background: -ms-linear-gradient(top,  #748cbe 0%,#5d78b3 100%);
  background: linear-gradient(to bottom,  #748cbe 0%,#5d78b3 100%);
  color: #fff;
}

.socialLoginBigButtons a.twitter:hover {
  background: #3ebfe5;
  background: -moz-linear-gradient(top,  #53d4eb 0%, #26a6de 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53d4eb), color-stop(100%,#26a6de));
  background: -webkit-linear-gradient(top,  #53d4eb 0%,#26a6de 100%);
  background: -o-linear-gradient(top,  #53d4eb 0%,#26a6de 100%);
  background: -ms-linear-gradient(top,  #53d4eb 0%,#26a6de 100%);
  background: linear-gradient(to bottom,  #53d4eb 0%,#26a6de 100%);
}

.socialLoginBigButtons a.gplus:hover {
  background: #e16a52;
  background: -moz-linear-gradient(top,  #f8775c 0%, #cc5f49 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8775c), color-stop(100%,#cc5f49));
  background: -webkit-linear-gradient(top,  #f8775c 0%,#cc5f49 100%);
  background: -o-linear-gradient(top,  #f8775c 0%,#cc5f49 100%);
  background: -ms-linear-gradient(top,  #f8775c 0%,#cc5f49 100%);
  background: linear-gradient(to bottom,  #f8775c 0%,#cc5f49 100%);
}

.socialLoginBigButtons a.insta:hover {
  background: #5782a5;
  background: -moz-linear-gradient(top,  #6c94b4 0%, #477398 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c94b4), color-stop(100%,#477398));
  background: -webkit-linear-gradient(top,  #6c94b4 0%,#477398 100%);
  background: -o-linear-gradient(top,  #6c94b4 0%,#477398 100%);
  background: -ms-linear-gradient(top,  #6c94b4 0%,#477398 100%);
  background: linear-gradient(to bottom,  #6c94b4 0%,#477398 100%);
}

.socialLoginBigButtons a:active {
  box-shadow: none;
  background: #4f6aa0;
  background: -moz-linear-gradient(top,  #6078aa 0%, #304c88 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6078aa), color-stop(100%,#304c88));
  background: -webkit-linear-gradient(top,  #6078aa 0%,#304c88 100%);
  background: -o-linear-gradient(top,  #6078aa 0%,#304c88 100%);
  background: -ms-linear-gradient(top,  #6078aa 0%,#304c88 100%);
  background: linear-gradient(to bottom,  #6078aa 0%,#304c88 100%);
}

.socialLoginBigButtons a.twitter:active {
  background: #1cb6e3;
  background: -moz-linear-gradient(top,  #24c8e8 0%, #1698ce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24c8e8), color-stop(100%,#1698ce));
  background: -webkit-linear-gradient(top,  #24c8e8 0%,#1698ce 100%);
  background: -o-linear-gradient(top,  #24c8e8 0%,#1698ce 100%);
  background: -ms-linear-gradient(top,  #24c8e8 0%,#1698ce 100%);
  background: linear-gradient(to bottom,  #24c8e8 0%,#1698ce 100%);
}

.socialLoginBigButtons a.gplus:active {
  background: #d95b41;
  background: -moz-linear-gradient(top,  #ec6246 0%, #ad442f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec6246), color-stop(100%,#ad442f));
  background: -webkit-linear-gradient(top,  #ec6246 0%,#ad442f 100%);
  background: -o-linear-gradient(top,  #ec6246 0%,#ad442f 100%);
  background: -ms-linear-gradient(top,  #ec6246 0%,#ad442f 100%);
  background: linear-gradient(to bottom,  #ec6246 0%,#ad442f 100%);
}

.socialLoginBigButtons a.insta:active {
  background: #5782a5;
  background: -moz-linear-gradient(top,  #658fb0 0%, #32638c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#658fb0), color-stop(100%,#32638c));
  background: -webkit-linear-gradient(top,  #658fb0 0%,#32638c 100%);
  background: -o-linear-gradient(top,  #658fb0 0%,#32638c 100%);
  background: -ms-linear-gradient(top,  #658fb0 0%,#32638c 100%);
  background: linear-gradient(to bottom,  #658fb0 0%,#32638c 100%);
}

.socialLoginBigButtons a i {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 12px;
  background: url(/images/icons/slideshow-social-icons.png?3053076756) no-repeat -2px 0;
}

.socialLoginBigButtons a.twitter i {
  background-position: center -30px;
}

.socialLoginBigButtons a.gplus i {
  background-position: center -60px;
}

.socialLoginBigButtons a.insta i {
  background-position: center -114px;
}

.popupHR35 {
  width: 35%;
  height: 1px;
  margin: 15px auto;
  background: #ecf0f3;
}

.classicLoginLinksBlock {
  color: #797c7d;
}

.classicLoginLinksBlock span,
.classicLoginLinksBlock a {
  cursor: pointer;
  text-decoration: underline;
  color: #3789cf;
}

.classicLoginLinksBlock span:first-of-type,
.classicLoginLinksBlock a:first-of-type {
  color: #e88510;
}

.classicLoginLinksBlock i {
  font-style: normal;
}

.mob_body .downWOregPopup {
  width: 300px;
  margin: 0 auto;
}

.mob_body .socialLoginH2 {
  margin-top: 10px;
}

.mobSignupLoginLink {
  display: none;
}

.mob_body .classicLoginSignupLink {
  display: none;
}

.mob_body .mobSignupLoginLink {
  display: inline;
}

.mob_body .downWOregPopup .paddingT10 {
  padding-top: 10px;
}
