#wrapper {
  max-width: 1000px;
  overflow-x: visible;
}
#footer .fInner {
  max-width: 1000px;
}
.loginPage {
  background: url(img/background.jpg) center top no-repeat #f4f6f8;
  border-radius: 4px;
  min-height: 500px;
  position: relative;
  margin-bottom: 52px;
}
.loginPage .backLink {
  background: url(img/lgSprites.png) 0 0 no-repeat;
  width: 174px;
  height: 54px;
  display: inline-block;
  text-transform: uppercase;
  color: #6f7787;
  font-size: 12px;
  line-height: 43px;
  box-sizing: border-box;
  padding-left: 52px;
  position: absolute;
  top: 25px;
  left: -21px;
}
.loginPage .backLinkV2 {
  background-image: url("../assets/app/src/img/back_link.svg");
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  box-sizing: border-box;
  position: absolute;
  padding-left: 20px;
  top: 25px;
  right: 10px;
  text-decoration: none;
  color: #333333;
}
.loginPage .lpContent {
  margin-left: 45%;
  padding-top: 96px;
}
.loginPage h1 {
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  font-weight: normal;
}
.loginPage h1 a {
  color: #1e458b;
  font-size: 22px;
  border-bottom: 1px dashed;
  position: relative;
  top: -6px;
  line-height: 23px;
}
.loginPage h1 a:hover {
  text-decoration: none;
}
.loginPage .errorArea {
  background: #9f2f28;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 13px;
}
.loginPage form {
  text-transform: uppercase;
  color: #4f4d4d;
  min-width: 250px;
  max-width: 350px;
  box-sizing: border-box;
  padding-right: 15px;
}
.loginPage form .formRow {
  margin-bottom: 16px;
}
.loginPage form label {
  display: block;
  margin-bottom: 0px;
}
.loginPage form input[type=text],
.loginPage form input[type=password],
.loginPage form input[type=email] {
  border: #d3d3d3 1px solid;
  outline: none;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 12px 14px;
  box-sizing: border-box;
  width: 100%;
}
.loginPage form input[type=text]:focus,
.loginPage form input[type=password]:focus,
.loginPage form input[type=email]:focus {
  border: #f75f7c 2px solid;
  padding: 11px 13px;
}
.loginPage form .button {
  background: url(img/lgSprites.png) -200px 0 no-repeat;
  width: 155px;
  height: 55px;
  display: inline-block;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  padding-bottom: 6px;
  cursor: pointer;
  position: relative;
}
.loginPage form .button:hover {
  background: url(img/lgSprites.png) -200px -55px no-repeat;
}
.loginPage form .button[disabled] {
  background: url(img/lgSprites.png) -400px 0 no-repeat;
  cursor: default;
}
.loginPage form .button[disabled]:after {
  background: url(../images/new_design/ajax-loader.gif) left top no-repeat;
  content: " ";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  left: -25px;
}
.loginPage form .submitRow {
  text-align: right;
}
.loginPage form .acceptRow {
  border: #ccc 1px solid;
  border-radius: 6px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 12px;
}
.loginPage form .acceptRow .schbWrapper {
  float: left;
  margin-right: 10px;
  top: 1px;
}
.loginPage form .orRow {
  text-transform: none;
}
.loginPage form .checkboxRow {
  font-size: 12px;
  line-height: 28px;
}
.loginPage form .checkboxRow .schbWrapper {
  float: left;
}
.loginPage form .checkboxRow label {
  display: inline-block;
}
.loginPage form .checkboxRow b {
  margin: 0 30px 0 5px;
  font-weight: normal;
}
.loginPage form .checkboxRow a {
  text-decoration: underline;
}
.loginPage form .checkboxRow a:hover {
  color: #000;
}
@media (max-width: 599px) {
  .loginPage {
    background-image: none;
  }
  .loginPage .lpContent {
    margin-left: 5%;
  }

  .loginPage .lpContent .form {
    max-width: 100% !important;
  }

  .loginPage form .recaptcha {
    -webkit-transform: scale(0.8);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0.8);
    /* FF3.5+ */
    -ms-transform: scale(0.8);
    /* IE9 */
    -o-transform: scale(0.8);
    /* Opera 10.5+ */
    transform: scale(0.8);
    margin-left: -26px;
  }
}
.loginPage .restoreInfo,
.loginPage .sendSuccess {
  text-transform: none;
  font-size: 12px;
}
.loginPage .restoreInfo h2,
.loginPage .sendSuccess h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}
.loginPage .lpSocials {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 86px;
}
.loginPage .lpSocials #uLogin {
  /*display: none;*/
}
.loginPage .lpSocials .soc {
  width: 64px;
  height: 64px;
  display: inline-block;
  margin: 0 6px;
}
.loginPage .lpSocials .soc.vk {
  background: url(img/lgSprites.png) 0 -118px no-repeat;
}
.loginPage .lpSocials .soc.vk:hover {
  background: url(img/lgSprites.png) 0 -218px no-repeat;
}
.loginPage .lpSocials .soc.fb {
  background: url(img/lgSprites.png) -64px -118px no-repeat;
}
.loginPage .lpSocials .soc.fb:hover {
  background: url(img/lgSprites.png) -64px -218px no-repeat;
}
.loginPage .lpSocials .soc.ok {
  background: url(img/lgSprites.png) -128px -118px no-repeat;
}
.loginPage .lpSocials .soc.ok:hover {
  background: url(img/lgSprites.png) -128px -218px no-repeat;
}
.loginPage .lpSocials .soc.mail {
  background: url(img/lgSprites.png) -192px -118px no-repeat;
}
.loginPage .lpSocials .soc.mail:hover {
  background: url(img/lgSprites.png) -192px -218px no-repeat;
}
.registerPage form .button {
  font-size: 14px;
}


.regByOauth {
  height: 70px;
}

.regByOauth .extAv {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}

.regByOauth .extAv img {
  border: 1px solid gray;
}

.regByOauth .extData {
  display: inline-block;
  font-size: 115%;
  vertical-align: top;
}
.regByOauth .extData p {
  font-size: 130%;
  line-height: 22px;
  margin: 0 0 5px 0;
}
.regByOauth .extData p:last-child {
  margin-top: 5px;
}
.grecaptcha-badge {
	display: none;
}